Closed dargmuesli closed 10 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:
:tada: This PR is included in version 8.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
📚 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