2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Closes #148

- build for v2.1.0
- bump version
- update readme
This commit is contained in:
Jeff Sagal
2017-03-11 16:43:46 -08:00
parent c151fadae6
commit b3dd16ac24
4 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -8,9 +8,10 @@
- List Filtering/Searching - List Filtering/Searching
- Supports Vuex - Supports Vuex
- Select Single/Multiple Options - Select Single/Multiple Options
- Bootstrap Friendly Markup - Tested with Bootstrap 3/4, Bulma, Foundation
- +95% Test Coverage - +95% Test Coverage
- ~32kb minified - ~33kb minified with CSS
- Zero dependencies
## Documentation ## Documentation
- **[Demo & Docs](http://sagalbot.github.io/vue-select/)** - **[Demo & Docs](http://sagalbot.github.io/vue-select/)**
+2 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue-select", "name": "vue-select",
"version": "2.0.1", "version": "2.1.0",
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.", "description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
"author": "Jeff Sagal <sagalbot@gmail.com>", "author": "Jeff Sagal <sagalbot@gmail.com>",
"private": false, "private": false,