Install
Works with Drupal: ^11.3.3Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
3.21 MB
MD5: f81eb1c17017c47c01eaf1eb9b9e40b6
SHA-1: 650696429aa8b6cbb876924887960b0c7dd027e1
SHA-256: 8319b3b9544ad27283ced87db1fe7f8b90ec075df811e4e52003943404ad81cc
Download zip
3.49 MB
MD5: d6aa4730fc008659aaafe0b8cac6f7a8
SHA-1: f2a8819ca562d54ccfad969b9a84b213d5fa5ad5
SHA-256: 07a72b58945c0713adc54376d39addd067a8c3874c388751ffa7ed9fa190773e
Release notes
Entity revision and fixes
Contributors (13)
GURNOOR_KAUR, TeeBeeCoder, christian.wiedemann, g4mbini, grimreaper, gurnoor kaur, just_like_good_vibes, mogotfu33, mogtofu33, pdureau, steveoriol, teebeecoder, yannickoo
Changelog
π Features
- Instance performance with tree cache
- #3579216 Page layouts must be built in a full page builder
- #3562989 Implements RevisionLogInterface for Instance entity
- #3571038 Render extra field values
- #3534619 Support for legacy preprocesses
π Bug Fixes
- Mismatched entity after update
- #3581893 beta fixes and cleanup
- #3581893 minor fixes on architecture and tests
- #3581893 form base regression, require lazy service init, add test
- #3572328 Always prefer imported view display over saved state
- #3593682 DisplayBuilderHelpers : use Markup object when injecting html as string
- #3573122 Error when saving a presets after a migration from Layout Builder
- #3549567 TokenSource::getContextDefinitions() always return entity
- Uniqid is not so uniq, replace with random_bytes
- #3595403 Entity template override
- (typo) Text fixes
- #3603094 Skip config import if no instance entity
- Resolve #3597233 "Drupal 12 compatibility fixes"
- Revert "Resolve #3597233 "Drupal 12 compatibility fixes""
- #3579298 component library search was removed
πΌ Other
- #3577791 Adopt Field API for Instance entity data
- #3582234 Split publishing logic from state logic
- #3582234 Split publishing logic from state logic - simplify
- #3593112 Remove entity_operation_alter hooks
- #3593247 Move some entity view logic to buildable plugins
- #3592749 Consistency of revision logs messages
- Resolve #3606114 "Docs, translations and changelog"
- Revert "revert: 21d1d216, entity sync with config"
π Refactor
- #3579298 Simpler ComponentLibrary configuration
π Documentation
π¨ Styling
- Fix phpstan new offsetAssign.dimType error
π§ͺ Testing
- Update
- Update and split Playwright tests
- Fix playwright snapshot
- Typo and doc
- Update and split tests
βοΈ Miscellaneous Tasks
- (instance) Update for content type change of instance
- Add github actions to run Playwright
- #3578224 add getPast() and getFuture() to HistoryInterface
- #3578999 Pass existing Instance object to islands methods instead of loading it again
- Temporary patch on ui_patterns for comment form
- Remove legacy ui_patterns patch
βοΈ Revert
- 21d1d216, entity sync with config