Vue Treeselect Versions Save

A multi-select component with nested options support for Vue.js

v0.0.23

6 years ago

Improvements

  • The information of selected nodes should be kept when reinitializing options
  • normalizer can only return keys that need to be customized (#66)

v0.0.22

6 years ago

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

6 years ago

New

  • Added new prop: beforeClearAll (by @lkmadushan)

Improvements

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

v0.0.20

6 years ago

Changes

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

v0.0.19

6 years ago

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

6 years ago

New

  • Nested search mode (by @ThomasKlessen)

v0.0.16

6 years ago

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

6 years ago

New

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

v0.0.14

6 years ago

New

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

v0.0.13

6 years ago

New

  • Add new prop: valueFormat

Bug Fixes

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