Skip to content

Releases: rmp135/vue-splitter

2.0.2

25 Nov 20:21
599fb32
Compare
Choose a tag to compare

The project was vastly out of date and needed a much needed upgrade.

Now supports Vue 3. Vue 2 support is version 1 only and will no longer be updated.

Almost all options have been modified. Check out the new docs for the available props and events.

1.3.0

15 Apr 15:12
Compare
Choose a tag to compare

New

Horizontal mode.

Prop horizontal: true will place the splitter into horizontal mode, allowing for moving it up and down. Note: an ancestor of the splitter component must have a defined height for this work properly.

1.2.0

25 Mar 11:19
Compare
Choose a tag to compare
  • Updated the name to @rmp135/vue-splitter for consistency and scoping. The old package will be deprecated.
  • Added an active class on the splitter when active.
  • Merged docs into the main branch.

1.1.0

12 May 08:34
Compare
Choose a tag to compare

Mobile support.

The splitter is now be usable on touch devices.
UMD support.

The package now builds to UMD. This should allow for use with a simple <script> tag. The component will be available under the VueSplitterComp global.