Skip to content

Releases: orefalo/svelte-splitpanes

v0.8.0

03 Jul 20:05
6057971
Compare
Choose a tag to compare

0.8.0 (2023-07-03)

Miscellaneous Chores

v0.7.15

14 Jun 18:34
3d53c51
Compare
Choose a tag to compare

0.7.15 (2023-06-14)

Bug Fixes

  • fix issue 69 - dblClickSplitter={false} does not disable auto-resizing (8e38809)
  • set-output is deprecated (451509b)

v0.7.14

03 Jun 09:15
816d4f6
Compare
Choose a tag to compare

0.7.14 (2023-06-03)

Bug Fixes

  • fix github actions to support node16 (47ee00c)

v0.7.13

27 Feb 09:44
3b63717
Compare
Choose a tag to compare

0.7.13 (2023-02-27)

Bug Fixes

  • ignoring the annoying Svelte a11y-click-events-have-key-events warnings (7d9b872)

v0.7.12

25 Jan 18:26
d371f6a
Compare
Choose a tag to compare

0.7.12 (2023-01-25)

Bug Fixes

  • avoid equalizing on the edge case that there is not even a single pane (0adb387)
  • cleaner dragging calculation, and omit the buggy margin-left: -1px; from the splitter (b453d74)

v0.7.11

09 Jan 12:15
89237e8
Compare
Choose a tag to compare

0.7.11 (2023-01-09)

Features

  • add the `strictEvents` attribute to components, so the user will know that no other events happen (db15de3)

Bug Fixes

  • require svelte to be installed as a peer dependency (ec13655)
  • ssr issue on partially defined sizes (5fb6661)

Miscellaneous Chores

v0.7.10

02 Jan 07:49
9fd2aa7
Compare
Choose a tag to compare

0.7.10 (2023-01-02)

Miscellaneous Chores

  • release 0.7.10 (you may change the title) (c23db34)

v0.7.9

29 Dec 13:49
0c34202
Compare
Choose a tag to compare

0.7.9 (2022-12-28)

Bug Fixes

Miscellaneous Chores

v0.7.3

15 Aug 05:31
Compare
Choose a tag to compare
chore(release): 0.7.3

v0.7.0

29 Jun 10:00
7c52af5
Compare
Choose a tag to compare

0.7.0 (2022-06-29)

Features

Bug Fixes