Releases: rhwilr/vue-nestable
Releases · rhwilr/vue-nestable
1.1.0-beta.2
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
1.1.0-beta.0
Added
- vue-nestable now supports touch events to handle drag & drop on mobile device.
1.0.0
🎉 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
Added
- You can now access the
index
of the item in the scoped-slot. - The components
VueNestable
andVueNestableHandle
are exposed as named exports.
Changed
- Renamed component names to PascalCase.
1.0.0-beta.1
Fixed
keyProp
was documented but never implemented. You can now set thekeyProp
that is used to identify the item.
1.0.0-beta.0
🎉 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
- The polyfill for the experimental support for binding scopedSlots was removed.