🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

svelte-splitpanes

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-splitpanes - npm Package Versions

1345

0.7.14

Diff
orefalo
published 0.7.14 •

Changelog

Source

0.7.14 (2023-06-03)

Bug Fixes

  • fix github actions to support node16 (47ee00c)
orefalo
published 0.7.13 •

Changelog

Source

0.7.13 (2023-02-27)

Bug Fixes

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

Changelog

Source

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)
orefalo
published 0.7.11 •

Changelog

Source

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

orefalo
published 0.7.10 •

Changelog

Source

0.7.10 (2023-01-02)

Miscellaneous Chores

  • release 0.7.10 (you may change the title) (c23db34)
orefalo
published 0.7.8 •

Changelog

Source

0.7.8 (2022-12-28)

  • npm re-releasing only
orefalo
published 0.7.7 •

Changelog

Source

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)
orefalo
published 0.7.6 •

Changelog

Source

0.7.6 (2022-12-20)

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

Changelog

Source

0.7.5 (2022-12-20)

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

Changelog

Source

0.7.4 (2022-12-12)

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