The source code of this bundle was moved to the Kunstmaan/KunstmaanBundlesCMS monorepo
and will follow its versioning from 6.0. So projects depending on the library should update the version constraint from
^1.O
to ^6.0
to receive new updates (v1.7.0 will be the last 1.x release).
- If you include the js in your website or frontend build process, you should update the index.js file path. This was changed to the default
assets:install
location
Before:
import '../../../../../../vendor/kunstmaan/cookie-bundle/bin/';
vendor/kunstmaan/cookie-bundle/src/Resources/ui/bin/index.js
After
import '<web or public>/bundles/kunstmaancookie/js/';
<web or public>/bundles/kunstmaancookie/js/cookie-bundle.min.js
- The deprecated
views/Components/TabBarContentPanel.html.twig
twig file was removed.