Skip to content

Releases: orestbida/cookieconsent

cookieconsent v3.0.0-beta.1

22 Feb 01:50
59bbf92
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Allow html inside buttons, close #206 by @orestbida in #212
  • Add optional parameter to create the consent_modal if it doesn't exist by @orestbida in #241
  • Enable by default page_scripts and hide_from_bots options by @orestbida in #242

Full Changelog: v2.8.0...v3.0.0-beta.1

cookieconsent v2.8.0

15 Jan 19:01
69bddf8
Compare
Choose a tag to compare

What's Changed

  • Clear unused cookies onFirstAction by @orestbida in #169
  • data-cc attribute now supports: accept-all, accept-necessary and accept-selection values by @orestbida in #170

    <!--- Example -->
    <button type="button" data-cc="accept-all">Accept all categories</button>
  • Added new mode option: opt-in/opt-out by @orestbida in #173
  • Added .updateLanguage(<lang>) method by @orestbida in #174
  • Allow .getConfig() to retrieve all config. properties by @orestbida in #197
  • Allow .updateLanguage(<lang>, <force>) to forcefully refresh current modals by @orestbida in #199
  • Minor code refactoring by @orestbida in #198

Bugfixes

New Contributors

Full Changelog: v2.7.2...v2.8.0

cookieconsent v2.7.2

23 Dec 20:54
7a96e1b
Compare
Choose a tag to compare

What's Changed

  • Fixed cookie_necessary_only_expiration option in #164

Full Changelog: v2.7.1...v2.7.2

cookieconsent v2.7.1

10 Dec 21:41
640c7ac
Compare
Choose a tag to compare

What's Changed

  • Pass cookie data also to onFirstAction callback by @OndraM in #138
  • Fix .getUserPreferences() not working if consent is already given by @orestbida in #140
  • Fix wrong background-color on old browsers that don't support css variables by @orestbida in #140

Full Changelog: v2.7.0...v2.7.1

cookieconsent v2.7.0

07 Dec 02:49
02224c2
Compare
Choose a tag to compare

What's Changed

features/tweaks:

  • Added .updateScripts() method to manage dynamically added scripts by @orestbida in #106
  • Added .getConfig() method to read configuration values by @OndraM in #113
  • Added language autodetection strategy based on <html lang> by @OndraM in #115
  • Added swap_buttons inside gui_options to invert button's order in #131
  • Added onFirstAction and getUserPreferences() for logging/analytics purposes in #131
  • Added cookie_necessary_only_expiration option in #131
  • Always allow the middle position inside gui_options in #131

bugfixes:

  • fix bug with Shut Up: Comment Blocker in #107
  • handle exception when json string is malformed in #109

Full Changelog: v2.6.2...v2.7.0

cookieconsent v2.7.0-rc3

25 Nov 23:11
d44622f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0-rc2...v2.7.0-rc3

cookieconsent v2.7.0-rc2

24 Nov 16:35
7e4f2b6
Compare
Choose a tag to compare

What's Changed

  • bugfix: Avoid renaming object properties in Closure compiler by @OndraM in #120
  • update version number to v2.7.0-rc2 by @orestbida in #121

Full Changelog: v2.7.0-rc1...v2.7.0-rc2

cookieconsent v2.7.0-rc1

23 Nov 22:44
29b9782
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.2...v2.7.0-rc1

cookieconsent v2.6.2

14 Nov 21:16
9f73500
Compare
Choose a tag to compare

What's Changed

  • Fix eslint warnings/errors
  • Fix a ui bug which caused uneven margins when gui_options was omitted
  • Re-apply fix from #49
  • Apply hide_from_bots also to WebDriver (Selenium) by @OndraM in #91

New Contributors

cookieconsent_v2.6.2.zip

cookieconsent v2.6.1

09 Oct 11:05
e0f6af9
Compare
Choose a tag to compare

changelog:

  • 🚨breaking change: if use_rfc_cookie is enabled, encode cookie value using encodeUriComponent instead of btoa (base64)
  • fix accessibility issue