Skip to content

Releases: notiz-dev/cookiemonster

0.4.0

12 Sep 07:51
Compare
Choose a tag to compare

Added

  • add support for Angular 14

0.3.0

01 Feb 10:05
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

@notiz/cookie-monster is shipped with the APF (Angular Package Format) format starting with Angular 13. Thus only compatible with Angular 13 version and higher.

Update your tailwind.config.js to match the new .mjs files for styles

// tailwind.config.js
module.exports = {
  content: [
   './src/**/*.{html,ts}', // your purge config
-  './node_modules/@notiz/cookie-monster/esm2015/**/*.js', // 👈 cookie banner component
+  './node_modules/@notiz/cookie-monster/esm2020/**/*.mjs', // 👈 cookie banner component
  ],
  theme: {},
};

Features

  • update to Angular 13 and switch to APF

0.2.0

21 Dec 08:16
Compare
Choose a tag to compare

Feature

  • update to tailwind v3
  • rename package to @notiz/cookie-monster

0.1.1

04 Aug 08:40
Compare
Choose a tag to compare

Feature

  • enable ivy library (#3)

Fix

  • initialize CookieConsentService correctly (2d799c4)

0.1.0

03 Aug 09:12
Compare
Choose a tag to compare

Feature

  • update ng
  • new cookieConsentLocalStorageKey option
  • enable strict mode (#4)

Fix

  • default secondary color