You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [5.0.0](v4.0.2...v5.0.0) (2024-01-10)
### Features
* **core:** add `mobileForceFloat` option in the config ([38c0346](38c0346)), closes [#139](#139)
* update to Angular `v15` and add standalone api support via `provideNgcCookieConsent()` ([e34b18a](e34b18a)), closes [#132](#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
***
[skip ci]
Is your feature request related to a problem? Please describe
The option "mobileForceFloat" is missing from NgcCookieConsentConfig but is present inside cookieconsent popup options
https://github.com/osano/cookieconsent/blob/af675e99ea839c224d95a4122dd208e2cee48116/src/options/popup.js#L188
Describe the idea you'd like
Add option "mobileForceFloat" into NgcCookieConsentConfig
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: