mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
fixes:
- change currentSelection to mutableValue - change currentOptions to mutableOptions - change showLoading to mutableLoading - add default onChange function that emits an input event - allows the use of v-model syntax on the component - since spies on props throw warnings because they are now immutable, refactor tests so spies aren't required todo: - update docs - 1 failing test from inject-loader issue
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-select",
|
||||
"version": "1.3.3",
|
||||
"version": "2.0.0-alpha",
|
||||
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
|
||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||
"private": false,
|
||||
@@ -62,7 +62,7 @@
|
||||
"vue": "^2.0.3",
|
||||
"vue-hot-reload-api": "^1.2.0",
|
||||
"vue-html-loader": "^1.2.3",
|
||||
"vue-loader": "^9.6.0",
|
||||
"vue-loader": "^9.9.5",
|
||||
"vue-resource": "^1.0.3",
|
||||
"vue-style-loader": "^1.0.0",
|
||||
"vuex": "^0.6.3",
|
||||
|
||||
Reference in New Issue
Block a user