This is a compatibility release for core_context. This introduces support for Drupal 11
Project-Update-Bot, japerry, phenaproxima
Issues: 3 issues resolved.
Improves Drupal 10 compatibility and explicitly conflicts with Page Manager 1.0-beta5 or earlier. (This was already the case, but it is now enforced by composer.json requirements instead of a runtime check.)
This is the first supported release of core context, working with Drupal 8.9 through 10.
Core context allows entity contexts to be applied in Layout Builder, page manager, and other ctools based plugins.
All changes since 8.x-1.0-beta5:
Fixed a bug that could break Layout Builder in some circumstances: #3185062: getViewDisplay called in LayoutBuilder context provider with object.
Fixed a bug in Layout Builder integration: #3129582: Editing the default layout for a non-bundleable entity type produces a WSOD. Good thing releases are so cheap!
This release improves compatibility with Drupal 9 and Page Manager, and fixes another major bug in Layout Builder integration.
This release has been tested to work with Drupal 9, and fixes a major bug in the integration with Layout Builder (#3116257: Fatal error when trying to edit entity-specific layout in Layout Builder (Argument 1 passed to SectionComponentRenderArray::getContextsFromSectionStorage() must implement interface SectionStorageInterface, null given)).
Initial beta release.
This release adds basic Layout Builder integration.
Initial alpha release.
Development snapshot.