Releases: riophae/vue-treeselect
Releases · riophae/vue-treeselect
v0.4.0
10 Oct 20:33
Compare
Sorry, something went wrong.
No results found
New
umd & commonjs builds are both available for development & production versions now
v0.3.0
31 Aug 23:40
Compare
Sorry, something went wrong.
No results found
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
v0.2.0
24 Aug 09:44
Compare
Sorry, something went wrong.
No results found
v0.1.0
12 Aug 01:39
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New
Other Changes
Use material-colors instead of google-material-color (#198 by @jaimesanz )
v0.0.37
30 Aug 19:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New
New props: allowClearingDisabled & allowSelectingDisabledDescendants (#135 )
v0.0.35
27 Jul 11:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.0.33
23 Jul 22:47
Compare
Sorry, something went wrong.
No results found
New
New prop: z-index (#127 )
New props for flat mode: autoSelectAncestors, autoSelectDescendants, autoDeselectAncestors & autoDeselectDescendants (#131 )
Other Changes
Removed escapeClearsValue prop