Release Notes / Version 10.2107
Table Of ContentsThe Javascript helper magnific-popup has been moved to bricks since its only purpose is to provide the Magnific Popup functionality.
Update Steps:
Change
"@coremedia/js-magnific-popup": "^1.0.0"
to"@coremedia/brick-magnific-popup": "^1.0.0"
in yourpackage.json
Change the imports in your Javascript files from
from "@coremedia/js-magnific-popup";
tofrom "@coremedia/brick-magnific-popup";
(CMS-15046)