Releases: orefalo/svelte-splitpanes
Releases · orefalo/svelte-splitpanes
v0.7.15
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
0.7.14 (2023-06-03)
Bug Fixes
- fix github actions to support node16 (47ee00c)
v0.7.13
0.7.13 (2023-02-27)
Bug Fixes
- ignoring the annoying Svelte
a11y-click-events-have-key-events
warnings (7d9b872)
v0.7.12
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
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
0.7.10 (2023-01-02)
Miscellaneous Chores
- release 0.7.10 (you may change the title) (c23db34)
v0.7.9
0.7.9 (2022-12-28)
Bug Fixes
Miscellaneous Chores
v0.7.0
0.7.0 (2022-06-29)
Features
Bug Fixes