Ngx Cookieconsent Versions Save

Cookie :cookie: Consent module for Angular.

v2.2.0

5 years ago

Features

  • customLayout: allow customizing the cookie bar layout and content (4b32ce0)

v2.1.1

5 years ago

Bug Fixes

  • typings: fix lint isssue due to bad typings in NgcCookieConsentStatus (27ebb55), closes #11

v2.1.0

5 years ago

Features

  • core: update to cookieconsent v3.1.0 and its features (d674b93)
  • options: add policy and target options to NgcContentOptions (a0849f2), closes #23

v2.0.0

5 years ago

Features

  • ng6: add support for angular 6 (2ab9341), closes #17 #18
  • onNoCookieLaw: add support for onNoCookieLaw callback (2d960c8)

BREAKING CHANGES

  • ng6: - Minimum version of Angular is now v6+
  • Minimum version of Node is v8+

v1.1.1

5 years ago

Bug Fixes

  • initialize$: callback was never called due to typo (onInitialise) (6cd260f), closes #19

v1.1.0

5 years ago

Bug Fixes

  • demo: fix wrong assets url on deployed demo app (fedcbd9)

Features

  • close: add close method to allow fully closing the 'Coookie Policy' bar (02ada28), closes #15
  • demo: add support for translated cookie consent messages + update docs (e1bf9bf), closes #14

v1.0.1

6 years ago

Features

  • core: make cookie.domainoption mandatory in configuration service and update doc (9835145)
  • demo: update demo app to Angular CLI 1.4.7 (37371b6)
  • packaging: relax peerDependencies versions (02496e8), closes #8

v1.0.0

6 years ago

Features