All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.3 (2024-04-25)
- introduce new stylable CSS part
body
- introduce new CSS variable
--cookie-consent-banner-box-shadow
- document box-shadow css var + body part, fix incorrect exampl
4.0.2 (2024-02-27)
- upgrade dependencies
4.0.0 (2023-10-09)
- The
cookieDomain
property has been replaced by the domain property of the more flexiblecookieAttributes
object property. - feat: enable a more flexible way of styling with the
::parts
pseudo selector - feat: enable customization of the cookie attributes for the consent cookie via the
cookieAttributes
Property General improvements - the consent cookie is now stored in a URI encoded format
3.1.5 (2023-08-14)
- fix: correctly publish package
3.1.4 (2023-08-11)
- 🐛 fix: correctly apply css var primary-border (09fb63e)
3.1.3 (2023-04-25)
- 🐛 correctly parse cookie (80e434e)
3.1.2 (2023-03-15)
3.1.1 (2023-02-23)
- upgrade dependencies
3.0.1 (2022-09-06)
3.0.0 (2022-07-18)
- 🧨 Cookie Banner wont be shown immediately to prevent impact on LCP
- 🎸 add convenience function triggerCookieConsentBanner (bc5b7f0)
- 🎸 slideup banner after init to prevent issues with LCP (460f833), closes #7
2.1.3 (2022-01-21)
- 🐛 add cursor:pointer to button (1ba9475)
2.1.2 (2022-01-19)
- 🐛 include src on distributed packages (fce65ac)
2.1.1 (2022-01-17)
2.1.0 (2021-12-15)
- 🎸 forward a, p and label styles to slot (47d86c5)
- 🐛 revert to stencil 2.11 (183eef7)
2.0.1 (2021-12-15)
- 🐛 revert stencil upgrade (f2490f0)
2.0.0 (2021-12-15)
- 🧨
btnLabelAllAndContinue
is nowbtnLabelPersistSelectionAndContinue
- 🎸 add label
btnLabelPersistSelectionAndContinue
(c663a16)
- 🐛 fix type of custom event (7cdaee1)
1.1.1 (2021-10-01)
1.1.0 (2021-10-01)
- 🎸 update NOTICE.md (ac0de58)