Skip to content

Releases: svecosystem/paneforge

paneforge@1.0.2

02 Aug 02:47
14a6f7f
Compare
Choose a tag to compare

Patch Changes

  • fix: Fixes issue on values being undefined on initial is collapsed check (#87)

paneforge@1.0.1

30 Jul 17:35
3c6dd6c
Compare
Choose a tag to compare

Patch Changes

  • fix: issue where isPaneCollapsed wrongfully returned false due to rounding issues (#84)

paneforge@1.0.0

18 Jun 17:57
5c2acc2
Compare
Choose a tag to compare

Major Changes

  • Svelte 5 (#46)

Patch Changes

  • fix: issue with useId causing duplicate IDs (#49)

  • feat: reactive minSize prop (#68)

  • fix: callbacks for last pane (#63)

  • feat: Shadow DOM support (#75)

  • enhancement: animation expanding/collapsing - CSS (#69)

  • fix: issue where conditional panes would increase size on show/hide (#58)

  • bump Svelte peerDep version (#66)

  • fix: issue on reenabling resizer after trying to drag it while disabled (#64)

  • rename tabIndex prop to tabindex (#66)

  • replace useId with $props.id() (#80)

paneforge@1.0.0-next.6

18 Jun 17:44
32851e8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • feat: Shadow DOM support (#75)

paneforge@1.0.0-next.5

02 Apr 14:42
9200068
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • feat: reactive minSize prop (#68)

paneforge@1.0.0-next.4

17 Feb 20:29
3d2e01c
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • bump Svelte peerDep version (#66)

  • rename tabIndex prop to tabindex (#66)

paneforge@1.0.0-next.3

13 Feb 23:51
370a5f3
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: callbacks for last pane (#63)

  • fix: issue on reenabling resizer after trying to drag it while disabled (#64)

paneforge@1.0.0-next.2

18 Dec 16:43
7c3481b
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: issue where conditional panes would increase size on show/hide (#58)

paneforge@1.0.0-next.1

15 Oct 01:14
ca26c5f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: issue with useId causing duplicate IDs (#49)

paneforge@1.0.0-next.0

06 Oct 19:56
b4e7d21
Compare
Choose a tag to compare
Pre-release

Major Changes