Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 12:03
· 5 commits to master since this release

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 via provideNgcCookieConsent() (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