Release @probo/cookie-banner/v0.9.3

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-12 19:04:35 +02:00
parent 0503e56f56
commit 2fd3a4acfb
3 changed files with 215 additions and 92 deletions

303
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,8 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.9.3] - 2026-06-12
### Fixed
- Hold the page scroll lock on sites using JS-driven smooth-scroll libraries (e.g. Lenis, as used by Framer) that bypass `overflow: hidden`. The body is now pinned with `position: fixed` (scroll position saved and restored) to remove the viewport's scroll distance entirely, with capture-phase wheel/touch cancellation as defense-in-depth for inner scroll containers; the preference panel's own list can still scroll

View File

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