Skip to content

Releases: rhwilr/vue-nestable

1.1.0-beta.2

02 Jan 16:15
Compare
Choose a tag to compare
1.1.0-beta.2 Pre-release
Pre-release

Added

  • You can add custom classes to an item by setting classProp to the name of
    the property that holds your class for each item.

1.1.0-beta.1

23 Dec 13:25
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release

Changed

  • The vue-nestable-handle component now uses a div instead of a span to allow for more flexible content. If you are useing the handle next to other content, make sure to set display: inline; on .nestable-handle. #9 (by @Guntau)

1.1.0-beta.0

20 Dec 19:52
Compare
Choose a tag to compare
1.1.0-beta.0 Pre-release
Pre-release

Added

  • vue-nestable now supports touch events to handle drag & drop on mobile device.

1.0.0

16 Dec 10:27
Compare
Choose a tag to compare

🎉 I'm proud to announce that version 1.0 has landed. 🎉

No changes since the last beta release, but if you are upgrading from a 0.x release, please note that the polyfill for the experimental support for binding scopedSlots was removed. See Installation for details on how to import the component.

1.0.0-beta.2

15 Dec 14:51
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Added

  • You can now access the index of the item in the scoped-slot.
  • The components VueNestable and VueNestableHandle are exposed as named exports.

Changed

  • Renamed component names to PascalCase.

1.0.0-beta.1

15 Dec 14:47
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Fixed

  • keyProp was documented but never implemented. You can now set the keyProp
    that is used to identify the item.

1.0.0-beta.0

05 Dec 09:29
Compare
Choose a tag to compare
1.0.0-beta.0 Pre-release
Pre-release

🎉 We are approaching the first official release of vue-nestable. Check out this beta and please report any bugs you may encounter.

Changed

  • Switched from binding scopedSlots to useing a template loop with slots, #2 (by @pbastowski)

Removed