Skip to content

Releases: orestbida/cookieconsent

cookieconsent v2.6.0

06 Oct 13:16
319adff
Compare
Choose a tag to compare

new features/api:

  • added .set() API
  • added .get() API
  • added option to vertically align the consent modal using the middle keyword
  • added use_rfc_cookie option (encodes the cookie value in base64 format)
  • added hide_from_bots option

tweaks & bugfixes:

  • enable force_consent only if consent modal is visible
  • fix: cookies not getting deleted if remove_cookie_tables option is enabled
  • minor tweaks and code refactoring

detailed changelog here: v2.6.0

cookieconsent v2.5.1

14 Sep 15:04
e6f1243
Compare
Choose a tag to compare

bugfixes:

  • fix: revision option not working properly
  • fix: eraseCookies() function not working on localhost

cookieconsent v2.5.0

27 Aug 18:21
0508394
Compare
Choose a tag to compare

more API flexibility + minor tweaks:

  • added .accept() method
  • added .eraseCookies() method
  • added support for revisions (when cookieconsent terms change => re-prompt users to accept)
  • use better system fonts
  • minor ui tweaks

check full changelog for more details

cookieconsent v2.4.7

17 Jun 19:25
9bb60f3
Compare
Choose a tag to compare

minor changes:

  • minor css bugfix (fixed table headers which sometimes covered table cells)
  • added option to specify custom domain for each cookie inside cookie_table

cookieconsent v2.4.6

01 Jun 20:41
413886b
Compare
Choose a tag to compare

minor tweaks and bugfixes:

  • improved autoclear_cookies function
  • fixed minor ui bug which caused links inside cookie tables to be unclickable

cookieconsent v2.4.5

28 May 11:12
3a9702b
Compare
Choose a tag to compare

firefox bugfix + minor functionality update:

  • allow html use inside table cells for more flexibility
  • fix firefox bug with cloneNode() on script tags
  • added option to set custom cookie name

cookieconsent v2.4.4

26 May 19:23
Compare
Choose a tag to compare

minor tweaks + bugfixes:

  • fix occasional transition skip
  • manage unhandled error caused by a very specific config. object
  • minor code/css refactoring

cookieconsent v2.4

25 May 17:33
Compare
Choose a tag to compare
  • added some basic options for layout and position via gui_options
  • better support for existing <script> tags which can now easily be managed through the cookieconsent
  • added new cookie settings: cookie_path, cookie_same_site
  • added new option to hide the html cookie tables
  • minor css refactoring && IE bugfixes

detailed changelog here: v2.4

cookieconsent v2.3

30 Apr 12:06
Compare
Choose a tag to compare
  • support WAI-ARIA
  • added css variables for an easier management of color schemes
  • added possibility to append the generated html to any element (default :=> document.body)
  • improved accessibility via css generated icons

detailed changelog here: v2.3

cookieconsent v2.2

21 Mar 10:07
Compare
Choose a tag to compare
  • fixed cookie (cc_cookie) not being set with https enabled on localhost (#11)
  • fixed minor bug on IE where .innerHTML throws an exception