Allow search on (multiple) "keyword" field types
Fixed: - Fix 500 error from rabbit hole access check for webform Entity type
Fixed: cacheability for views with other entity types than node_list, f.e. media_list, and add tests for the functionality
- Fix node preview route handling to call parent onPathTranslation for JSON:API support while preserving custom preview logic for entity.node.preview.
* Added cache info to the /router/translate-path endpoint. This info can be used for e.g. decoupled frontends (such as Next.js) to apply (and invalidate) caches.
Added: - Added ProfileEntityNormalizer Updated: - Added EntityNormalizerTrait and moved reusable functions to this trait
Updated: - Splitted config setting for recursion_max_depth to frontend_recursion_max_depth and caching_recursion_max_depth to be able to set these separately
- fix: 500 error on preview in /router/translate-path
- fix dependency issues rabbit hole
- add Rabbit Hole access check
- URL decode breadcrumbs
- fix uuid bug from decoupled_router package version 2.0.6 change, see MR !184
- Fixed maxdepth function by passing var
- Added maxdepth logic for the cache tags metadata
- Honeypot implementation
* Change event handling to maintain NextJS compatibility;
- Add Menu cache tags to the Entity Cacheable Metadata
- Cache tags for referenced entities - Fix for normalizing translated media references
- Normalize Profile references
- Fix for invalidating cache on change of entity references