Skip to content

Releases: grapoza/vue-tree

v2.1.0

17 Oct 20:39
0c93dfe
Compare
Choose a tag to compare

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.2

06 Jun 15:58
b6a6cc5
Compare
Choose a tag to compare

Dependabot security fix.

v2.0.1

06 May 04:06
b3912fe
Compare
Choose a tag to compare

Contains a fix for #148 (focus gets stolen by the tree on mount) as well as some documentation improvements.

v2.0.0

31 Mar 03:27
3e532c7
Compare
Choose a tag to compare

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

07 Feb 00:58
9739979
Compare
Choose a tag to compare

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

06 Feb 16:11
dd3c32d
Compare
Choose a tag to compare

Moves initialization into mounted to fix issues with state not being initialized before use.

v1.3.5

06 Feb 15:41
f3fcad8
Compare
Choose a tag to compare
Merge pull request #134 from grapoza/fix-initialization-order-selection

Moves the selection initialization to mounted

v1.3.4

06 Feb 14:47
2d8ab32
Compare
Choose a tag to compare

More fixes for bad children code. Blame careless hackathon updates. I apologize.

v1.3.3

06 Feb 13:25
b0ef6a2
Compare
Choose a tag to compare

Bug fixes

v1.3.2

06 Feb 05:18
8f5bf4e
Compare
Choose a tag to compare

Fixes issues caused by direct children references.