Release @probo/cookie-banner/v0.3.1

This commit is contained in:
Émile Ré
2026-05-08 12:58:15 +04:00
parent 6e81aca989
commit 8920ce3b3b
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19606,7 +19606,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.27.0",

View File

@@ -4,6 +4,13 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.3.1] - 2026-05-08
### Fixed
- Reopen the banner instead of the preference panel for OPT_OUT regulations (e.g. CCPA) when clicking the settings widget, since users only need Accept/Reject choices
- `ProboRejectButton` and `ProboCustomizeButton` now auto-hide when their corresponding text key is empty in the server config, so headless SDK consumers no longer need regulation-aware layout logic
## [0.3.0] - 2026-05-07
### Added

View File

@@ -1,6 +1,6 @@
{
"name": "@probo/cookie-banner",
"version": "0.3.0",
"version": "0.3.1",
"description": "Probo cookie consent banner SDK",
"type": "module",
"main": "dist/cookie-banner.mjs",