Skip to content

Releases: Neovici/cosmoz-resizable

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:20
2ef0b25

Patch Changes

  • ab7c74f: Fix parseSizeAttr to preserve calc() and var() values containing spaces when splitting on whitespace. Previously initial-size="calc(100% - 240px)" would be mangled into separate tokens.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:51
72a9e55

Minor Changes

  • 0752d58: Add default (unnamed) slot that redirects unslotted children to previous slot — safety net for callers that forget slot="previous".

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:58
b96c9bb

Major Changes

  • 1d807d8: Rewrite to CSS-driven flex model with rAF-batched drag.

    Breaking: Explicit slot="previous" and slot="next" required on slotted elements. Removed initialSizes, minSize, useResizable, SizeSpec, ratio support, PersistAdapter object form on persist prop.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:00
aaa1830

Patch Changes

  • 8176a7b: Fix homepage URL in package.json — was pointing to non-existent Neovici/resizable, now correctly Neovici/cosmoz-resizable.