Skip to content

Releases: riophae/vue-treeselect

v0.4.0

10 Oct 20:33
Compare
Choose a tag to compare

New

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

v0.3.0

31 Aug 23:40
Compare
Choose a tag to compare

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

24 Aug 09:44
Compare
Choose a tag to compare

New

v0.1.0

12 Aug 01:39
Compare
Choose a tag to compare

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

21 Jan 09:40
Compare
Choose a tag to compare

New

Other Changes

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

v0.0.37

30 Aug 19:59
Compare
Choose a tag to compare

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

06 Aug 13:30
Compare
Choose a tag to compare

New

  • New props: allowClearingDisabled & allowSelectingDisabledDescendants (#135)

v0.0.35

27 Jul 11:12
Compare
Choose a tag to compare

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

24 Jul 07:17
Compare
Choose a tag to compare

New

  • None

Other Changes

  • Revert the mixins export

v0.0.33

23 Jul 22:47
Compare
Choose a tag to compare

New

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

Other Changes

  • Removed escapeClearsValue prop