dargmuesli / nuxt-cookie-control

A highly configurable cookie banner for Nuxt.
MIT License
229 stars 43 forks source link

chore(release)!: v8.0.0 #198

Closed dargmuesli closed 5 months ago

dargmuesli commented 5 months ago

📚 Description

Release v8 :tada:

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.

📝 Checklist

dargmuesli commented 5 months ago

:tada: This PR is included in version 8.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: