v2.0.0
Warning
This Update includes breaking changes. Please read the changelogs to see what you might need to change.
Breaking Changes
- Renamed variable
window.cookieConenttowindow.cookieConsent - Renamed variable
window.cookieConentConfigurationtowindow.cookieConsentConfiguration - Renamed the itegration from
@jop-software/astro-cookie-consentto@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