Release @probo/cookie-banner/v0.3.0
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -19606,7 +19606,7 @@
|
||||
},
|
||||
"packages/cookie-banner": {
|
||||
"name": "@probo/cookie-banner",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.27.0",
|
||||
|
||||
@@ -4,6 +4,17 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.3.0] - 2026-05-07
|
||||
|
||||
### Added
|
||||
|
||||
- Expose detected privacy regulation (GDPR, CCPA, etc.) on `BannerConfig`, via `CookieBannerClient` getter, and in the `probo-ready` event detail so themed-banner consumers can adapt their UI per regulation
|
||||
- Adapt banner texts and button visibility per regulation (opt-out notice for CCPA, simple notice when no regulation applies); buttons whose text is empty are now hidden
|
||||
|
||||
### Fixed
|
||||
|
||||
- Defer banner button validation until config is loaded so required-button checks reflect the active consent mode
|
||||
|
||||
## [0.0.0] - 2026-04-27
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@probo/cookie-banner",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Probo cookie consent banner SDK",
|
||||
"type": "module",
|
||||
"main": "dist/cookie-banner.mjs",
|
||||
|
||||
Reference in New Issue
Block a user