Release @probo/cookie-banner/v0.6.0

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-05-26 18:38:07 +02:00
parent d8f0cf558b
commit 82b531718e
3 changed files with 22 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20182,7 +20182,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.27.0",

View File

@@ -4,6 +4,26 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.6.0] - 2026-05-26
### Added
- Eagerly bootstrap GCM (deny all consent types before config fetch) to close the gap where gtag could track during async config loading
- Track source (`script`/`pre-existing`) on detected storage trackers (localStorage, sessionStorage, indexedDB, cacheStorage)
- Mark page-world extension writes with a new `EXTENSION` source
### Changed
- Overhaul extension-activity detection: add synchronous DOM hooks (IDL setters, `setAttribute`, HTML-parsing entry points, fetch/XHR/sendBeacon) and drop ineffective `isExtensionCaller()` wraps
### Removed
- Remove the PostHog integration (use `data-cookie-consent` script blocking instead)
### Fixed
- Disconnect the previous `MutationObserver` in `load()`'s error path so failing loads no longer leak observers
## [0.5.0] - 2026-05-20
### Added

View File

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