Vue Treeselect Versions Save

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

v0.4.0

4 years ago

New

  • umd & commonjs builds are both available for development & production versions now

v0.3.0

4 years ago

New

  • New slots: before-list & after-list

Improvements

  • Don't render <transition /> for leaf nodes to improve performance

Bug Fixes

  • Fix value disappearance when multiple==false && disabled==true on IE (#274 by @qingyun1029)

BREAKING CHANGES

  • Removed loading prop

v0.2.0

4 years ago

New

  • RTL support (#269 by @MostafaTech)

v0.1.0

4 years ago

Bug Fixes

  • Don't try to select if there is no selection (#208 by @fsateler)
  • Use same options when removing scroll and resize event listeners as when adding them (#266 by @sxn)
  • Fixed menu being accidentally closed when the scrollbar is clicked on IE again (#252)

BREAKING CHANGES

  • Removed props deprecated in earlier versions

v0.0.38

5 years ago

New

  • New prop: flattenSearchResults (#155 by @MaffooBristol)

Other Changes

  • Use material-colors instead of google-material-color (#198 by @jaimesanz)

v0.0.37

5 years ago

New

  • Add slot for selected value label (#140)

Bug Fixes

  • Fix issues with loading children after an async search (#143)

Other Changes

  • Setting isDefaultExpanded: true on a sub-item should also expand it ancestors
  • Include src folder in the publish (#156)
  • Remove debugger (#157)

v0.0.36

5 years ago

New

  • New props: allowClearingDisabled & allowSelectingDisabledDescendants (#135)

v0.0.35

5 years ago

Improvements

  • The position and open direction of the menu will be auto recalculated when 1) control size changes 2) menu size changes 3) page scrolls 4) window size changes (#132)
  • Handle delayed loading when user searches local options

v0.0.34

5 years ago

New

  • None

Other Changes

  • Revert the mixins export

v0.0.33

5 years ago

New

  • New prop: z-index (#127)
  • New props for flat mode: autoSelectAncestors, autoSelectDescendants, autoDeselectAncestors & autoDeselectDescendants (#131)

Other Changes

  • Removed escapeClearsValue prop