Releases: directus/vue-split-panel
Releases · directus/vue-split-panel
v0.6.0
🚀 Features
- Expand on dbl click when collapsed - by @rijkvanzanten in #42 (ad714)
- Add support for custom slot container classes - by @rijkvanzanten in #44 (731fd)
🐞 Bug Fixes
- Don't prevent non-handled keys - by @rijkvanzanten in #35 (a11b4)
- Allow expand during the same drag event as collapse - by @rijkvanzanten in #40 (e011e)
- Account for min/max clamping in keyboard handling - by @rijkvanzanten in #41 (1c793)
View changes on GitHub
v0.5.0
🚀 Features
- Add event to
transitionend
emit - by @chouchouji and chouchouji in #27 (af1a2)
View changes on GitHub
v0.4.0
🚀 Features
- Add the
transitionend
event to enhance the interactivity of the component. - by @rookie-orange and @rijkvanzanten in #24 (b84e8)
View changes on GitHub
v0.3.0
🚀 Features
- Export types from SplitPanel component for better type support - by @rookie-orange in #21 (b3892)
View changes on GitHub
v0.2.0
🚀 Features
- Add support for snap points - by @rijkvanzanten in #19 (27cb5)
🐞 Bug Fixes
- Keep showing resize cursor on drag past div - by @rijkvanzanten (8fa16)
View changes on GitHub
v0.1.2
🐞 Bug Fixes
- Add z-index property to the divider element to establish proper stacking order - by @rijkvanzanten and Copilot in #17 (d2dab)
View changes on GitHub
v0.1.1
No significant changes
Just a small tweak to the usage example on the main repo. Wanted to make sure it's visible on npm 🙂
View changes on GitHub
v0.1.0
🚀 Features
- Add support for transitions - by @rijkvanzanten in #12 (0279b)
🐞 Bug Fixes
- Set pnpm versiong - by @rijkvanzanten (83467)
- Move dep to root - by @rijkvanzanten (d9078)
- Hit area calculation - by @rijkvanzanten in #7 (e3033)
- Set header bar title - by @rijkvanzanten in #13 (dc349)