Releases: grapoza/vue-tree
Releases · grapoza/vue-tree
v5.2.0
v5.1.0
What's Changed
- Only update doc default version for master tags by @grapoza in #273
- Add dataTransferEffectAllowed to TNS by @grapoza in #274
- Refactor composables by @grapoza in #293
- Update packages (manual clear of yarn.lock) by @grapoza in #295 and #300
- Fix exclusive node selection by @grapoza in #300
Full Changelog: v5.0.0...v5.1.0
v3.1.2
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
Adds the ability to keep static child nodes even when an async loader function is provided.
Full Changelog: v3.0.5...v3.1.0
v5.0.0
What's Changed
- Build updates
- Documentation
- Code
- Code has been refactored to use the Composition API and composables (the composables will be refactored further in a future release).
getMatching
now allows specifying the maximum number of matches to return.- a
treeNodeChildCheckboxChange
event is now fired by a node when its child is checked/unchecked.
Full Changelog: v4.0.3...v5.0.0