Release @probo/cookie-banner/v0.9.1

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-10 18:52:38 +02:00
parent 32408fe535
commit c3936a7173
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20830,7 +20830,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.9.0",
"version": "0.9.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.9.1] - 2026-06-10
### Fixed
- Lock page scroll while the preference panel is open and add `overscroll-behavior: contain` to the category list, so wheel events at panel edges no longer chain to the host page
- Exclude the SDK's own served bundle URL from tracker initiator attribution and from the resource detector, so third-party/extension writes are no longer misattributed to `cookie-banner.iife.js` when the SDK is served from a CDN distinct from the API host
## [0.9.0] - 2026-06-05
### Added

View File

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