Release Notes / Version 12.2506.0
Table Of ContentsMega menus should now render much faster in CAE (Salesforce and Hybris)
When building links to commerce categories we avoid the loading of the commerce items, at least for Salesforce and Hybris. Unfortunately, it is still necessary for HCL, because links can only be build using technical IDs which must be requested from the commerce system. It should speed up loading of mega menus considerably, at least if a lot of Commerce items are not in the CAE cache.
(CMS-28021)
Eliminated Race Condition on Computation of Image Transformations
A race condition could lead to wrong computation of image transformations, affecting hash computation and potentially other functionality during processing of transformed images. This has been eliminated now.
(CMS-27638)
CAE - development with local resources fixed
When the CAE started with using local resources the following bugs occurred and have been fixed:
resource integrity for css resources were calculated wrong.
chunkPathById.js was stored in the wrong place.
(CMS-27473)
SiteFilter pattern matching for /service/search/{site} fixed for CAE
In the cae.site.patterns property the
{{/service/search/
{site}
}} had an unintended } at the end and therefore did
not match. Now it matches. The bug had no impact as a fallback
resolved the site from the path in another way if no pattern matched.
(CMS-27431)
Fixed: Dynamic Template loading
Dynamic templates were not loaded in CM12 as configured in the CAEConfig settings (the setting "viewRepositoryNames" for a Page). This was due to an incorrectly injected ResourceLoader. With the fix, the correct instance of a CompoundResourceLoader is injected.
(CMS-26930)


