diff --git a/.changeset/split-prop-compat.md b/.changeset/split-prop-compat.md deleted file mode 100644 index a2c937a..0000000 --- a/.changeset/split-prop-compat.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@neovici/cosmoz-queue': patch ---- - -Restore `split` prop compatibility via `cosmoz-resizable-view` attributes. - -- `split` prop is converted to `initial-size` / `min-size` attributes on `` -- `split.sizes[0]` → `initial-size` (percentage), `split.minSize` → `min-size` (px) -- `expandToMin` and `snapOffset` are silently ignored (no equivalent) -- Default sizing: `50%` / `100px` (matching split.js defaults) -- `split` prop marked `@deprecated` — use attributes on `` directly diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9871c..58ac1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [2.7.2](https://github.com/Neovici/cosmoz-queue/compare/v2.7.1...v2.7.2) (2026-05-20) +## 2.12.2 + +### Patch Changes + +- 7b10996: Restore `split` prop compatibility via `cosmoz-resizable-view` attributes. + - `split` prop is converted to `initial-size` / `min-size` attributes on `` + - `split.sizes[0]` → `initial-size` (percentage), `split.minSize` → `min-size` (px) + - `expandToMin` and `snapOffset` are silently ignored (no equivalent) + - Default sizing: `50%` / `100px` (matching split.js defaults) + - `split` prop marked `@deprecated` — use attributes on `` directly + ## 2.12.1 ### Patch Changes diff --git a/package.json b/package.json index c965027..07ae046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neovici/cosmoz-queue", - "version": "2.12.1", + "version": "2.12.2", "description": "A reusable queue component for master-detail views with list, split, and queue modes", "keywords": [ "web-components",