Skip to content

Latest commit

 

History

History
120 lines (64 loc) · 5.78 KB

File metadata and controls

120 lines (64 loc) · 5.78 KB

Changelog

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 flexible cookieAttributes 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)

Bug Fixes

  • 🐛 fix: correctly apply css var primary-border (09fb63e)

3.1.3 (2023-04-25)

Bug Fixes

  • 🐛 correctly parse cookie (80e434e)

3.1.2 (2023-03-15)

Bug Fixes

  • correctly identify empty cookie value | fix #12 (c3c3a66) – thanks @diesieben07!

3.1.1 (2023-02-23)

  • upgrade dependencies

3.0.1 (2022-09-06)

Bug Fixes

3.0.0 (2022-07-18)

⚠ BREAKING CHANGES

  • 🧨 Cookie Banner wont be shown immediately to prevent impact on LCP

Features

  • 🎸 add convenience function triggerCookieConsentBanner (bc5b7f0)
  • 🎸 slideup banner after init to prevent issues with LCP (460f833), closes #7

2.1.3 (2022-01-21)

Bug Fixes

  • 🐛 add cursor:pointer to button (1ba9475)

2.1.2 (2022-01-19)

Bug Fixes

  • 🐛 include src on distributed packages (fce65ac)

2.1.1 (2022-01-17)

Bug Fixes

  • 🐛 correctly handle click on essentialsOnly (c1c3963), closes #3

2.1.0 (2021-12-15)

Features

  • 🎸 forward a, p and label styles to slot (47d86c5)

Bug Fixes

  • 🐛 revert to stencil 2.11 (183eef7)

2.0.1 (2021-12-15)

Bug Fixes

  • 🐛 revert stencil upgrade (f2490f0)

2.0.0 (2021-12-15)

⚠ BREAKING CHANGES

  • 🧨 btnLabelAllAndContinue is now btnLabelPersistSelectionAndContinue

Features

  • 🎸 add label btnLabelPersistSelectionAndContinue (c663a16)

Bug Fixes

  • 🐛 fix type of custom event (7cdaee1)

1.1.1 (2021-10-01)

1.1.0 (2021-10-01)

Features