Releases: tinesoft/ngx-cookieconsent
Releases · tinesoft/ngx-cookieconsent
v6.0.0
v5.0.0
5.0.0 (2024-01-10)
Features
- core: add
mobileForceFloat
option in the config (38c0346), closes #139 - update to Angular
v15
and add standalone api support viaprovideNgcCookieConsent()
(e34b18a), closes #132
BREAKING CHANGES
- Angular
v15
is now the minimal version to use the library
If you're using new Angular Standalone API, you can now leverage provideNgcCookieConsent(config)
(instead of NgcCookieConsentModule.forRoot(config)
) to configure your (ng)module-less application
v4.0.2
v4.0.1
v4.0.0
v3.0.1
v3.0.0
3.0.0 (2022-10-08)
Bug Fixes
- core: add
rel="noopener"
in html templates withtarget="_blank"
(4907c35) - add missing generic type to angular module (7a44f3f)
- bundling: missing external dependency 'rxjs/operators' (baa7af8)
- demo: workaround for StackBlitz not supporting external scripts (845af1a), closes #69
- cookieconsent may be undefined (290cac3)
Code Refactoring
- core: rename
initialize$
subscription intoinitializing$
(7233aa0)
Features
- config: allow
whitelistPage
/blacklistPage
to accept RegExp[] (8c95e6d), closes #100 - core: add
initialized$
andinitializationError$
subscriptions (a994f5e) - core: improve
WindowService
to work on both browser and server (cdb5e0a) - core: loosen version of angular peerDependencies to v12 or higher (ad9b4a2)
- core: migrate to Angular 12 and Nx workspace (0d36a56)
- core: migrate to Angular 13 and Nx 13 (c398496)
BREAKING CHANGES
- core:
initialize$
has been renamed to better reflect when this event is triggered
Use initialized$
to get notify when the cookieconsent
has done initializing successfully