Release @probo/cookie-banner/v0.3.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-07 16:24:32 +04:00
parent 1b2b72f29e
commit ad90fab080
3 changed files with 13 additions and 2 deletions

2
package-lock.json generated
View File

@@ -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",

View File

@@ -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

View File

@@ -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",