dargmuesli / nuxt-cookie-control

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

feat(module)!: require cookie id #181

Closed dargmuesli closed 8 months ago

dargmuesli commented 8 months ago

📚 Description

When no cookie id was given, the cookie id was set to the slugified version of the cookie name. This lead to a large bundle size and made it less obvious that a short cookie id would save bandwidth. Therefore the slugification along with the getCookieId method is removed and it is now required to set cookie ids manually, improving the project's performance.

This project's playground client bundle is not 14% smaller.

📝 Checklist

dargmuesli commented 8 months ago

:tada: This PR is included in version 8.0.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

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: