Release Notes / Version 10.2107
Table Of Contents
Updated jQuery from 3.3.1 to 3.4.1 in the blueprint and in the frontend workspace. If you are using jQuery in your themes, please update the dependency in the
package.json
of the theme too to avoid importing both jquery versions.
Upgrade steps:
Search for
"jquery": "3.3.1"
in the frontend workspace (in
package.json
) and replace it with
"jquery": "^3.0.0"
(CMS-14697)