Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: orestbida/cookieconsent

cookieconsent v3.1.0

Choose a tag to compare

@orestbida orestbida released this 04 Feb 15:56

Features

  • feat: store language code of the consent in the cookie by @OndraM in #761

Bug fixes

  • fix: service reject issue & setCookieData() method deletes lastConsentTimestamp field by @peaemaye in #701
  • fix: eraseCookies domain bug and expand tests by @imnasnainaec in #719

Documentation

  • docs update setCookieData examples with correct function by @alanbiju79 in #686
  • docs: add missing bar 'top' position option by @OndraM in #758
  • docs: Add example for Google Tag Manager's consent mode by @silenzium in #751
  • docs: update docs to match code and fix a few typos by @imnasnainaec in #716

New Contributors

Full Changelog: v3.0.1...v3.1.0

cookieconsent v3.0.1

Choose a tag to compare

@orestbida orestbida released this 02 Apr 21:40
a285740

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

Choose a tag to compare

@orestbida orestbida released this 20 Jan 20:53

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

Pre-release

Choose a tag to compare

@orestbida orestbida released this 07 Nov 20:04

Features

Bug Fixes

Documentation

Misc

New Contributors

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

cookieconsent v2.9.2

Choose a tag to compare

@orestbida orestbida released this 07 Aug 07:59

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

Pre-release

Choose a tag to compare

@orestbida orestbida released this 05 Jul 22:37

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

Pre-release

Choose a tag to compare

@orestbida orestbida released this 20 Jun 23:52

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

Pre-release

Choose a tag to compare

@orestbida orestbida released this 29 May 21:08

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

Choose a tag to compare

@orestbida orestbida released this 13 May 23:28
d452337

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

Choose a tag to compare

@orestbida orestbida released this 21 Apr 13:38

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