Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 09:37
· 12 commits to main since this release
8478ff0

Warning

This Update includes breaking changes. Please read the changelogs to see what you might need to change.

Breaking Changes

  • Renamed variable window.cookieConent to window.cookieConsent
  • Renamed variable window.cookieConentConfiguration to window.cookieConsentConfiguration
  • Renamed the itegration from @jop-software/astro-cookie-consent to @jop-software/astro-cookieconsent

When you interact with the cookie consent directly, for e.G. a "Open Cookie Consent" button, you need to change the variable name from window.cookieConent to window.cookieConsent.

Bugfixes

  • The CSS now is imported automatically by the package. You don't need to import it manually anymore.

Other Changes

  • Migrated vite configuation to TypeScript

What's Changed

  • 🎨 migrate vite config to typescript by @cngJo in #9
  • 💥 fix typos in configuration variables by @cngJo in #11
  • 💥 rename integration from astro-cookie-consent to astro-cookieconsent by @cngJo in #10
  • 🐛 proper resolve CSS import by @cngJo in #12

Full Changelog: v1.0.2...v2.0.0