Skip to content

Releases: tinesoft/ngx-cookieconsent

v2.2.0

28 Mar 22:25
Compare
Choose a tag to compare

Features

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

v2.1.1

06 Feb 00:58
Compare
Choose a tag to compare

Bug Fixes

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

v2.1.0

28 Oct 11:45
Compare
Choose a tag to compare

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

19 Jul 05:33
Compare
Choose a tag to compare

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

18 Jul 20:53
Compare
Choose a tag to compare

Bug Fixes

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

v1.1.0

03 Jul 17:43
Compare
Choose a tag to compare

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

22 Nov 20:15
Compare
Choose a tag to compare

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

07 Sep 18:09
Compare
Choose a tag to compare

Features