Skip to content

Releases: 68publishers/cookie-consent

v0.4.7

03 Oct 23:35
Compare
Choose a tag to compare

Added

  • Added default translations for Dutch (nl) language.

Changed

  • Updated all dependencies including the original plugin (vanilla-cookieconsent@^2.9.2).
  • The wrapper now includes CSS styles of the original plugin corresponding to its version.

Fixed

  • Fixed npm audit vulnerability.

v0.4.6

01 Sep 07:41
Compare
Choose a tag to compare

Added

  • Added missing translation keys in the GTM template.
  • Added default translations for Finnish (fi) language.

v0.4.5

26 Apr 03:14
Compare
Choose a tag to compare

❗ Don't forget to update the template in your GTM

Added

  • Added default translations for German (de) language.
  • Added default translations for Bulgarian (bg) language.
  • Added default translations for Hungarian (hu) language.
  • Added default translations for Polish (pl) language.
  • Added default translations for Romanian (ro) language.
  • Added default translations for Slovenian (sl) language.

Fixed

  • Fixed the default consent initialization when any category is configured as "enabled_by_default" and user disables it.

v0.4.4

01 Apr 17:11
Compare
Choose a tag to compare

Added

  • added getter CookieConsentWrapper.version
  • the version is also exported via CookieConsentWrapper.configurationExport

v0.4.3

28 Mar 12:41
Compare
Choose a tag to compare

Added

  • Added default translations for French (fr) language.

v0.4.2

21 Feb 22:37
Compare
Choose a tag to compare

Added

  • Added default translations for Spanish (es) language.

v0.4.1

23 Dec 00:13
Compare
Choose a tag to compare

Fixed

  • Fixed typo in the czech dictionary.

v0.4.0

09 Dec 00:36
Compare
Choose a tag to compare

❗ Don't forget to update the template in your GTM

Added

  • Added the CMP application integration. The CMP will be released soon.
  • Added the field Show third button in GTM template under the section Consent modal options.
  • Added the field Cookie domain in GTM template under the section Cookie options.
  • Added the cookie auto-clear option Use cookie tables
  • Added events consent:first-action, consent:accepted, consent:changed and locale:change
  • Added mentions of new fields and events in README
  • Added the section Integration with CMP application in README
  • Added all new translations for locales en, cs and sk

Changed

  • Updated the original plugin to the version ^2.8.6

v0.3.8

09 Feb 07:50
Compare
Choose a tag to compare

Fixed

  • The value of the key data from the cookie cc-settings could be null.

v0.3.7

09 Feb 07:47
Compare
Choose a tag to compare

Fixed

  • The data attribute last_action_date is automatically added into the cc-settings cookie for users that accepts/rejects consent before the plugin update.