Changelog
24.0.0
Major Changes
dca02aa:
Node
: Upgraded fromnode@18.18
tonode@22.14
.To Migrate:
- Update the
node
version in thevolta
configuration in thepackage.json
file. - Update the engine version in the
package.json
file. - Update the node version in any ci/cd pipes that have a fixed version.
- Remove your
node_modules
and run anpm install
. - Ensure all dependencies are compatible with the new node version.
- If your package contains
@tsconfig/node18
dependency, update it to@tsconfig/node22
. Search for string occurence of@tsconfig/node18
in tsconfig files and replace there as well.
- Update the
23.0.0
Major Changes
- 342d45d: Bump of Node engine to >=18.0.0
Minor Changes
- b512a8c:
@xerius/codey-style
is no longer required as peer-dependency.
Patch Changes
- 6eea2ed: Fix typo in legacy_theme variables.
22.0.0
Patch Changes
- Updated dependencies [2f6d2acf7]
- @xerius/codey-style@13.5.0
21.0.0
Patch Changes
- Updated dependencies [43e9ce6d1]
- @xerius/codey-style@13.4.0
20.0.0
Patch Changes
- Updated dependencies [1c6888af2]
- @xerius/codey-style@13.3.0
19.0.0
Patch Changes
- Updated dependencies [dfbf9a639]
- @xerius/codey-style@13.2.0
18.0.2
Patch Changes
- Updated dependencies [3a132246f]
- @xerius/codey-style@13.1.2
18.0.1
Patch Changes
- Updated dependencies [e6406cc9f]
- @xerius/codey-style@13.1.1
18.0.0
Patch Changes
- Updated dependencies [9eb923d7a]
- @xerius/codey-style@13.1.0
17.0.0
Patch Changes
- a897a6f7a: Update exports to support TS 5
ModuleResolution: bundler
. - a897a6f7a: Add
ignoreDeprecations
totsconfig.json
to silence warnings of deprecated features used by Vue basetsconfig
. - Updated dependencies [61cde93da]
- @xerius/codey-style@13.0.0
16.0.0
Major Changes
4393150ef: Default cookiebot.js now is an ESM module. To use the old commonJS standaard, use
cookiebot.cjs
.c05403e48: Upgrade from rollup to vite
Migration: The commonJs output file is renamed from
cookiebot.common.js
tocookiebot.js
.
Patch Changes
- a22a21c3d: Remove the Vue plugin in Vite config
- Updated dependencies [69142c9ae]
- @xerius/codey-style@12.0.0
15.0.0
Patch Changes
- Updated dependencies [982c93f0]
- @xerius/codey-style@11.4.0
14.0.0
Patch Changes
- Updated dependencies [31a937ab]
- @xerius/codey-style@11.3.0
13.0.0
Patch Changes
- Updated dependencies [cfd5d031]
- @xerius/codey-style@11.2.0
12.0.0
Patch Changes
- Updated dependencies [d059fd06]
- @xerius/codey-style@11.1.0
11.0.0
Major Changes
- 63cdece0: Reset version to new baseline
Patch Changes
- bf2e4992: Force patch update after changeset config change: updateInternalDependents: always
- 44523db5: Set codey-style as peerDependency
- 81da7c22: Update package output
- Updated dependencies [69e3dfba]
- @xerius/codey-style@11.0.0
Previous versions
2.4.15
- Bugfix: IE11 style issues
- Chore: removes strict cookie function for now
2.4.9
- Bugfix: minor styling issues for the new banner
2.4.0
- Feature: New Cookiebot banner styling
2.3.0
- Feature: Cookieconsent is now set as same site strict
2.2.60
- Chore: adds minimum node version check (v12+)
2.2.0
- Feature: Auto block mode can now be toggled by setting it in the config
2.1.8
- Bugfix: additional check to see if cookiebot has already been loaded
2.1.7
- Bugfix: prevents cookiebot script from ever being loaded twice
2.1.0
- Feature: Cookiebot styling is no longer included in this package
- Feature: typings have been added
- Bugfix: initialize functions are no longer required
2.0.0 [Breaking]
- Feature: Codey styling is now excluded from cookiebot build
1.1.14
- Bugfix: adds temporary typings file
1.1.5
- Bugfix: now using the correct z-index variable
1.1.4
- Bugfix: now using correct language parameter in the Cookiebot setup
1.1.3
- Bugfix: adds z-index to the banner
1.1.0
- Feature: now exposing the loadScript function for handling the cookie declaration
1.0.1
- Bugfix: styling improvements
1.0.0
- Feature: initial version