Skip to content

Releases: orestbida/cookieconsent

cookieconsent v3.0.1

02 Apr 21:40
a285740
Compare
Choose a tag to compare

Bug fixes

  • fix: unhandled exception when category is unknown by @Idrinth in #663
  • fix: default enabled categories reset on preferences modal close by @orestbida in b91b9c4

Documentation

New Contributors

Full Changelog: v3.0.0...v3.0.1

cookieconsent v3.0.0

20 Jan 20:53
Compare
Choose a tag to compare

First stable v3 release! 🎉

Demo

You can check out v3 on the playground.

Main features

Upgrade guide from v2 to v3? ❌

There are way too many changes compared to v2; the configuration, api, custom attributes ... everything is different, although the end result is essentially the same. I personally find it faster to just start from scratch rather than trying to adapt the previous configuration.

Should you upgrade?

YES. Although v2 will still receive some maintenance updates, it will eventually be sunset.

Last but not least

A huge thanks to everyone who contributed!

cookieconsent v3.0.0-rc.17

07 Nov 20:04
Compare
Choose a tag to compare
Pre-release

Features

Bug Fixes

Documentation

Misc

New Contributors

Full Changelog: v3.0.0-rc.16...v3.0.0-rc.17

cookieconsent v2.9.2

07 Aug 07:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix a11y issue caused by missing aria-level attribute ecc9d6d (ref. #544)
  • Fix .updateScripts() method doesn't work when mode is set to 'opt-out' a2b9fb8 (ref. #556)

Features

  • Add .validConsent() method to easily check if consent is valid or not 7beb89b

Full Changelog: v2.9.1...v2.9.2

cookieconsent v3.0.0-rc.16

05 Jul 22:37
Compare
Choose a tag to compare
Pre-release

Breaking Changes

  • Change the default button order: accept button now precedes the reject button (previously reversed) cb9e3b8 (ref. #534)

Bug Fixes

  • Fix cookie table header doesn't span full width 9b882b8 (ref. #543) by @orestbida
  • Fix equalWeightButtons does not default to true 6596054 (ref. #541)
  • Fix preferences modal bar layout is broken if button order is flipped bb1a160 (ref. #539)
  • Fix yarn add issue caused by npx only-allow pnpm preinstall script fa01925 (ref. #548)

Docs

  • Indicate which preferences modal layouts support the serviceCounterLabel by @MoritzLost in #535

New Contributors

Full Changelog: v3.0.0-rc.15...v3.0.0-rc.16

cookieconsent v3.0.0-rc.15

20 Jun 23:52
Compare
Choose a tag to compare
Pre-release

Enhancements

  • Clean up extraneous attributes to pass HTML validation. by @EreMaijala in #529

New Contributors

Full Changelog: v3.0.0-rc.14...v3.0.0-rc.15

cookieconsent v3.0.0-rc.14

29 May 21:08
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Fix duplicate ids in the th tags c2623fb (ref. #483)
  • Fix error when a script tag with invalid category is found 3062170 (ref. #506)
  • Fix focus trap stops working after calling .setLanguage() 3d54c53
  • Fix css icon inconsistencies across different browsers: use svg icons f7fa35a 383a7a1

Features

Docs

Other

New Contributors

Full Changelog: v3.0.0-rc.13...v3.0.0-rc.14

cookieconsent v2.9.1

13 May 23:28
d452337
Compare
Choose a tag to compare

Bug Fixes

  • Fix wrong toggle states after opening and closing the settings modal by @orestbida in 952b5f5 (ref. #516)

Misc

New Contributors

Full Changelog: v2.9.0...v2.9.1

cookieconsent v2.9.0

21 Apr 13:38
Compare
Choose a tag to compare

New Features

  • Add new CSS variables by @aforcada in #482
  • Allow custom script type via the data-type attribute 0b1d14a (ref. #487)
  • Add settings_modal.cookie_table_caption option for better a11y bdfe84e e1bada3 (ref. #485)
  • Allow custom z-index value via the --cc-z-index css variable 9707cce
  • Allow data-cc attributes on all HTML elements e5ab6a0 (ref. #502)
  • Disable transitions if prefers-reduced-motion is enabled fbfd628
  • Discard unsaved settings inside settings_modal 4ef841d (ref. #481)

Bug Fixes

Misc

  • Small ui tweaks: slightly reduce padding ff0c83c 1296a6b
  • Fix Readme.md example: hide_from_bots is true by default rather than false by @MaximumP in #448
  • Remove old IE8 specific css rules c350c9e
  • Update all dependencies 13072d4
  • Code refactoring/cleanup

New Contributors

Full Changelog: v2.8.9...v2.9.0

cookieconsent v3.0.0-rc.13

25 Jan 22:08
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Fix category toggle doesn't enable or disable services 41bfe3a (ref. #463)
  • Fix long service label breaks div 450d299

Docs

Other

  • Build special GUI-less version: dist/core/cookieconsent-core.esm.js

Full Changelog: v3.0.0-rc.12...v3.0.0-rc.13