Release @probo/cookie-banner/v0.6.0
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -20182,7 +20182,7 @@
|
|||||||
},
|
},
|
||||||
"packages/cookie-banner": {
|
"packages/cookie-banner": {
|
||||||
"name": "@probo/cookie-banner",
|
"name": "@probo/cookie-banner",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.27.0",
|
"esbuild": "^0.27.0",
|
||||||
|
|||||||
@@ -4,6 +4,26 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
## [0.5.0] - 2026-05-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@probo/cookie-banner",
|
"name": "@probo/cookie-banner",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"description": "Probo cookie consent banner SDK",
|
"description": "Probo cookie consent banner SDK",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/cookie-banner.mjs",
|
"main": "dist/cookie-banner.mjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user