Release @probo/cookie-banner/v0.9.1
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user