Skip to content

Releases: riophae/vue-treeselect

v0.0.22

19 Apr 19:33
Compare
Choose a tag to compare

New

  • Added new prop: required (#56)

Improvements

  • Now accepts beforeClearAll() returning Promise<Boolean>s in addition to Booleans (by @lkmadushan)

Bug Fixes

  • Fixed an edge case that a branch node with no children can't be deselected

v0.0.21

17 Apr 21:18
Compare
Choose a tag to compare

New

Improvements

  • Now options prop is finally reactive! More improvements are on the way. (#16, #17, #18, #36, #58, #60, #63)

v0.0.20

16 Apr 20:51
Compare
Choose a tag to compare

Changes

  • Added an extra id argument to normalizer prop (by @yan170772286)

v0.0.19

13 Apr 14:18
Compare
Choose a tag to compare

New

  • Added new event types: select & deselect (#53)

Other Changes

  • Added an extra id argument to loadRootOptions and loadChildrenOptions, which is useful if your multiple instances of vue-treeselect are sharing the same function (by @yan170772286)

v0.0.18

12 Apr 18:45
Compare
Choose a tag to compare

New

v0.0.17

13 May 16:37
Compare
Choose a tag to compare

New

  • Added support for non-ajax forms by using hidden fields (related props newly added: name, joinValues & delimiter)

Improvements

  • If the control is out of viewport, when activated the menu will open below

Other Changes

  • autofocus is now changed to autoFocus. The old prop name will still work for some time but will be removed from a future version.

v0.0.16

08 Apr 12:17
Compare
Choose a tag to compare

Bug Fixes

  • Fix: default selected nodes not showing correct label after the real data has been registered (delayed loading) (#49)
  • Fix: after loading children options of a checked node, should also check these children options

v0.0.15

29 Mar 08:28
Compare
Choose a tag to compare

New

  • Add new prop valueConsistsOf that enables preventing value combining (#13)

v0.0.14

26 Mar 03:06
Compare
Choose a tag to compare

New

  • Add new prop normalizer that enables customizing key names of a node object

v0.0.13

25 Mar 11:52
Compare
Choose a tag to compare

New

  • Add new prop: valueFormat

Bug Fixes

  • Fix: should not emit input event immediately after component created (#25)