Releases: grapoza/vue-tree
Releases · grapoza/vue-tree
v2.1.0
New features:
- #6 Allow drag-n-drop (including between trees)
- #13 Allow async loading
Bug Fixes
- #160 Child node model not passed correctly to the treeViewNodeAdd event
v2.0.1
Contains a fix for #148 (focus gets stolen by the tree on mount) as well as some documentation improvements.
v2.0.0
Major release including a refactoring of how tree information is stored in the model (TL;DR, it's under the new treeNodeSpec
property, but is basically otherwise unchanged).
Radio button selection initialization is also refactored to the new treeNodeSpec.input.isInitialRadioGroupValue
attribute, where the last true
value for a given radio button group wins.
Documentation has been updated a great deal, and demos have been consolidated and improved.
The npm package has been updated to have a true main
entry point for the UMD instead of just the browser
entry point used for bundling directly with the .vue files.
v1.3.7
More (hopefully final) post hackathon fixes. Possibly one test-centric release will come after to finish any cleanup and add the tests that could have saved the effort of the past several releases.
v1.3.6
Moves initialization into mounted to fix issues with state not being initialized before use.
v1.3.5
Merge pull request #134 from grapoza/fix-initialization-order-selection
Moves the selection initialization to mounted
v1.3.4
More fixes for bad children code. Blame careless hackathon updates. I apologize.
v1.3.2
Fixes issues caused by direct children
references.