Releases: isneezy/vue-selectize
Releases · isneezy/vue-selectize
Bug and security fixes
Fixed
- To reduce verbosity
keys
prop now uses [this.label, this.keyBy]
as default value.
Security
- We have updated a lot of our dependencies.
Bug fixes documentation and updated build tools
Fixed
- Input text truncated when nothing is selected
Added
Changed
- Updated dependencies (vue-cli v4)
- Updated documentation and examples
Loading spinner
Added
- add spinner loader while fetching async data
v0.4.1
Fixed
- input takes 2 rows on single selection #22
v0.4.0
Added
- add ability to limit dropdown options using limit property #14
Fixed
- long phrases were get truncated or hidden behind
- searchText remains after select an option #19
v0.3.0
Added
- disabled property control to input and prop
search
event #9
- ability to disable built in search engine (disable search)
Removed
Fixed
searchText
input after adding item
Changed
hasFocus
to use the disabled prop to show options
v0.2.1
Added
- Distifies to the repository
- theme property
- CHANGELOG.md
Removed
Fixed
- This dependency was not found (possible fix) #5
- Some styles issues
v0.2.0
Features
- Use of Promises on
create-item
function