Release Notes / Version 10.2107
Table Of ContentsUpdated Frontend Dependencies
The
frontend-maven-plugin
used in the frontend workspace has been updated to version 1.11.3. The frontend dependencies have been updated to the latest versions and
node.js
to latest LTS security release 14.16.1.
jQuery
to 3.6.0
(CMS-19232)
Brick mediaelement now utilizes code splitting
The mediaelement brick now utilizes the Webpack code splitting feature. This means that the corresponding MediaElement player is now only loaded if needed. As loading is asynchronous the functions
audioAsMediaElement
and
videoAsMediaElement
now return a Promise which is fulfilled as soon the elements are ready to use.
Follow Section, “Brick mediaelement now utilizes code splitting” for upgrade information.
(CMS-18765)