Releases: yuche/vue-strap
v1.1.37
v1.0.11
Bug fixes.
Fixes #194
1.0.9 Pull requests!
Many bug fixes, and a new spinner component.
All thanks to pull requests. Appreciate your contributions.
v1.0.8 minor update
Incorporates several pull requests and other minor bugfixes.
v1.0.7 CDN update
Fixed package.json so we can now be picked up by CDNjs.
Minor fixes.
Incorporates several pull requests and other minor bugfixes.
v1.0.5 minor updates
Bugfixes v1.0.4
Select component with search.
The Select component has been updated to include search support. This does not work in conjunction with Option components, you must specify a collection array which. Previous usage (without the search feature) works as it did before. Check the docs for more information.
We've also updated the package.json
main
attribute to point to the distribution version of the script. This means that your babel 6 webpack configuration can ignore node_modules directory (as it is supposed to), and still do ES6 imports as before:
import {datepicker as Datepicker} from 'vue-strap';