Releases: dargmuesli/nuxt-cookie-control
Releases · dargmuesli/nuxt-cookie-control
8.2.1
8.1.3
8.1.2
🐞 Bug Fixes
- locale: Change language to use "kuki" instead of "cookie" for localization - by @abdullahhafizh in #205 (5e077)
View changes on GitHub
8.1.1
8.1.0
8.0.0
It is now required to set cookie ids for all cookies, which greatly reduces package size.
Internal change: ~
is now used as cookie id separator.
Also cookies are now deleted again when usage permissions are revoked. This behavior broke when this module switched to usage of Nuxt's own cookie composable.
Cookie modal links are now resolved either to a local or remote url.
Finally, this module's own cookies have their secure
option set to true
on production and SameSite
option set to strict
by default now.
View changes on GitHub
8.0.0-beta.4
🚨 Breaking Changes
- Use
~
as cookie id separator - by @dargmuesli (5e6ba) - cookie-options:
- Set same site strict by default - by @dargmuesli (8bb24)
- Set secure for production - by @dargmuesli (46970)
- links:
- module:
- Require cookie id - by @dargmuesli (1c415)
🚀 Features
🐞 Bug Fixes
- expiry: Remove cookies for which permissions are revoked - by @dargmuesli (72fce)
View changes on GitHub
7.5.1
7.5.0
🚨 Breaking Changes
- Use
~
as cookie id separator - by @dargmuesli (5e6ba) - cookie-options:
- Set same site strict by default - by @dargmuesli (8bb24)
- Set secure for production - by @dargmuesli (46970)
- module:
- Require cookie id - by @dargmuesli (1c415)
🚀 Features
- Add initial recommended state management - by Tim Kernegger (2a90f)
- cookie: Rename
initialRecommendedState
toisPreselected
- by @dargmuesli (cb495)
🐞 Bug Fixes
- expiry: Remove cookies for which permissions are revoked - by @dargmuesli (72fce)
- plugin: Correct cookie value usage - by @dargmuesli (63724)
View changes on GitHub
8.0.0-beta.3
🚨 Breaking Changes
- cookie-options:
- Set same site strict by default - by @dargmuesli (8bb24)
- Set secure for production - by @dargmuesli (46970)