Skip to content

Releases: Neovici/cosmoz-queue

v2.12.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:00
967d41d

Patch Changes

  • 7b10996: Restore split prop compatibility via cosmoz-resizable-view attributes.
    • split prop is converted to initial-size / min-size attributes on <cosmoz-resizable-view>
    • split.sizes[0]initial-size (percentage), split.minSizemin-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 <cosmoz-resizable-view> directly

v3.0.0-beta.8

v3.0.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 19:22

Patch Changes

  • 7ad198d: Migrate from split.js to @neovici/cosmoz-resizable v2 CSS-driven flex model; deprecate api prop in favor of details

v2.12.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:40
2f20d84

Patch Changes

  • 9a6e7eb: Restore split prop compatibility and fix default sizing.
    • split prop is now converted to CSS custom properties (--cz-queue-list-basis, --cz-queue-list-min-width) applied on <cosmoz-resizable-view>
    • split.sizes[0]--cz-queue-list-basis (percentage), split.minSize--cz-queue-list-min-width (px)
    • expandToMin and snapOffset are silently ignored (no CSS equivalent)
    • Default #list sizing changed from 25%/300px to 50%/100px (matching split.js defaults)
    • Consumers without split prop now get 50/50 split (was 25/75)
    • split prop marked @deprecated — use CSS custom properties directly instead

v2.12.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:34
b0c6fa3

Minor Changes

  • e331ef4: Migrate from split.js to @neovici/cosmoz-resizable v2 CSS-driven flex model.
    • Replace split.js gutter with <cosmoz-resizable-view> + <cosmoz-resize-handle>
    • #list gets slot="previous", cosmoz-slider gets slot="next"
    • #list CSS: flex-basis: 25%; min-width: 300px (replaces initialSizes/minSize props)
    • Persist key derived from settingsId + '-split', passed via persist attribute
    • split prop deprecated (silently ignored — sizing is CSS-only)
    • Removed use-split.ts, split.js dependency, @types/split.js

v3.0.0-beta.7

v3.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:31

Patch Changes

  • 26e77fd: Add border top only to queue

v3.0.0-beta.6

v3.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:18

Patch Changes

  • 4fdb170: Set border to queue and remove from header

v3.0.0-beta.5

v3.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:53

Patch Changes

  • edfc27f: Remove legacy pagination button styles; add tab nav border and flex alignment to heading/stats

v3.0.0-beta.4

v3.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:17

Patch Changes

  • 0bfdf52: Set queue without border and add cosmoz-button for pagination

v3.0.0-beta.3

v3.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:50

Patch Changes

  • 5f01c15: Fix the height of host component

v3.0.0-beta.2

v3.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:27

Patch Changes

  • b84c323: Adjust margin/height for host