Skip to content

Latest commit

 

History

History
139 lines (73 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

139 lines (73 loc) · 6.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2023-07-03)

Miscellaneous Chores

0.7.15 (2023-06-14)

Bug Fixes

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

0.7.14 (2023-06-03)

Bug Fixes

  • fix github actions to support node16 (47ee00c)

0.7.13 (2023-02-27)

Bug Fixes

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

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)

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

0.7.10 (2023-01-02)

Miscellaneous Chores

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

0.7.9 (2022-12-28)

Bug Fixes

Miscellaneous Chores

0.7.8 (2022-12-28)

  • npm re-releasing only

0.7.7 (2022-12-28)

Features

  • finally allow a correct two-way binding to the pane sizes
  • reimplement splitter double click expansion
  • support panes reordering by keyed each blocks, closes #35

Bug Fixes

  • fix pane object not being returned (#45) (118a1ad)

0.7.6 (2022-12-20)

  • simpler and more intuitive sizing after panes adding/removing
  • code optimizations

0.7.5 (2022-12-20)

  • demo site now has a cleaner layout
  • implemented proper browser detection client side
  • code optimizations

0.7.4 (2022-12-12)

  • attempt to fix browser detection in library mode, seems to be an issue with sveltekit

0.7.3 (2022-08-04)

  • active splitter is now styled with a class
  • improved dragging precission

0.7.2 (2022-08-01)

  • fix jitter issue on double clicks

0.7.1 (2022-06-30)

  • fix #31 - incorrect single pane width calculation when removing panes and resizing sliders
  • in the "Pragramatic resizing demo", fix the double slider buttons

0.7.0 (2022-06-29)

Features

  • add edge snapping (b6cb06d)
  • add License and Code of conduct (c8e9ecd)

Bug Fixes

  • dragging the splitter fast flickers the cursor (288acd9)
  • improved snap, fixed bug (903ad71)
  • read panes push (a61f101)
  • snap with multiple panes (01f93a7)

0.6.12 (2022-06-28)

Features

  • add License and Code of conduct (c8e9ecd)