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": {
|
"packages/cookie-banner": {
|
||||||
"name": "@probo/cookie-banner",
|
"name": "@probo/cookie-banner",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.27.0",
|
"esbuild": "^0.27.0",
|
||||||
|
|||||||
@@ -4,6 +4,13 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
## [0.9.0] - 2026-06-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@probo/cookie-banner",
|
"name": "@probo/cookie-banner",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"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