Releases: tinesoft/ngx-cookieconsent
Releases · tinesoft/ngx-cookieconsent
v2.2.0
Features
- customLayout: allow customizing the cookie bar layout and content (4b32ce0)
v2.1.1
Bug Fixes
- typings: fix lint isssue due to bad typings in NgcCookieConsentStatus (27ebb55), closes #11
v2.1.0
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
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
Bug Fixes
- initialize$: callback was never called due to typo (
onInitialise
) (6cd260f), closes #19
v1.1.0
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
Features
- core: make
cookie.domain
option 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