Release Notes / Version 10.2107
Table Of ContentsPreserve view parameters when loading fragments dynamically
View parameters are now passed as query parameter when loading fragments dynamically. They are secured via the newly introduced
com.coremedia.blueprint.cae.util.MD5SecureHashCodeGeneratorStrategy
Supported types are
primitives (boolean, int/long/float, Strings)
Content and ContentBeans
Maps (of above types)
Collections (of above types
To add custom type support please follow the steps explained in the Blueprint Developer Manual (section 6.2.1.)
(CMS-17345)
CoreMedia Preview Scripts no longer require jQuery
The JavaScript which is used for the "Preview Driven Editing" feature no longer requires jQuery in order to work. For compatibility reasons the global variable "coremedia.preview.$" is still provided to avoid a breaking change.
This is achieved via the application property
cae.preview.pde.include-jquery
in the cae-preview-webapp. You can unset this property if you do not need this compatibility layer.
For the next AEP release we are planning to unset this property in our default configuration but you will still be able to use it. In the next major release the compatibility layer will be removed entirely.
(CMS-16926)