Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Releases: yuche/vue-strap

v1.1.37

23 Mar 13:48
Compare
Choose a tag to compare
build 1.1.37

v1.0.11

18 May 18:51
Compare
Choose a tag to compare

Bugfix release. Fixes #198

Bug fixes.

16 May 16:53
Compare
Choose a tag to compare

1.0.9 Pull requests!

13 May 18:41
Compare
Choose a tag to compare

Many bug fixes, and a new spinner component.

All thanks to pull requests. Appreciate your contributions.

v1.0.8 minor update

23 Feb 06:09
Compare
Choose a tag to compare

Incorporates several pull requests and other minor bugfixes.

v1.0.7 CDN update

26 Jan 22:43
Compare
Choose a tag to compare

Fixed package.json so we can now be picked up by CDNjs.

Minor fixes.

24 Jan 00:09
Compare
Choose a tag to compare

Incorporates several pull requests and other minor bugfixes.

v1.0.5 minor updates

11 Jan 15:55
Compare
Choose a tag to compare

#88 Fixes Modal.show property
#82 Scrollbar height issue for panels.
#80 Modal enhancements

Thanks for the contributions.

Bugfixes v1.0.4

30 Dec 23:34
Compare
Choose a tag to compare

Fixed:
#81
#69 ( documentation update for form select/checkbox)
#71 (fixed documentation)

Include pull-request updates to update modal.

Select component with search.

04 Dec 15:55
Compare
Choose a tag to compare

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';