Skip to content

Commit b3dd16a

Browse files
committed
Closes sagalbot#124
Closes sagalbot#148 - build for v2.1.0 - bump version - update readme
1 parent c151fad commit b3dd16a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
- List Filtering/Searching
99
- Supports Vuex
1010
- Select Single/Multiple Options
11-
- Bootstrap Friendly Markup
11+
- Tested with Bootstrap 3/4, Bulma, Foundation
1212
- +95% Test Coverage
13-
- ~32kb minified
13+
- ~33kb minified with CSS
14+
- Zero dependencies
1415

1516
## Documentation
1617
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)**

dist/vue-select.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-select.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-select",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
55
"author": "Jeff Sagal <sagalbot@gmail.com>",
66
"private": false,

0 commit comments

Comments
 (0)