Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add mobileForceFloat option #139

Closed
AntoninoBonanno opened this issue Nov 21, 2023 · 1 comment
Closed

[Feature] Add mobileForceFloat option #139

AntoninoBonanno opened this issue Nov 21, 2023 · 1 comment
Labels

Comments

@AntoninoBonanno
Copy link

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

github-actions bot pushed a commit that referenced this issue Jan 10, 2024
# [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]
Copy link

🎉 This issue has been resolved in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants