Release Notes / Version 12.2401
Table Of ContentsOld SiteFilter is configured to avoid unwanted site resolvings
In very rare cases it could happen that the CAE SiteFilter resolves a wrong site for certain requests. The SiteFilter was not actually responsible for these requests (e.g. fragment calls). In addition, this could only occur if legacy mode was used, i.e. if no site patterns had been configured. To avoid these unwanted hits even in legacy mode, we have now at least activated the ignore patterns in the default configuration (cae application.properties).
(CMS-24830)
Updated and optimized @coremedia/brick-mediaelement
The external library mediaelement has been updated to latest version 7. In the past the library has been loaded asynchronously only if a video or audio is used. But this caused a ~250ms delay for initializing mediaelement, which results in a short video flickering for videos with autoplay=true. To avoid the flickering the library (~150kb) is now loaded directly in the brick.
(CMS-24711)
Richtext Transformation no Longer Swallows Links with Trailing Spaces
Transformation of CoreMedia richtext used to swallow links with trailing space characters because the trailing space characters were interpreted as illegal URL characters. The richtext transformation now trims the link text before parsing it.
(CMS-24086)