2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jeff Sagal f5e3e25dc0 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
2016-12-20 10:53:49 -08:00
Jeff Sagal 005f941834 - create transpiled umd module
- breaking changes for requireJS
	- /umd/vue-select moved to /dist/vue-select
2016-07-04 13:00:35 -07:00
Jeff Sagal ce91bac62d more pruning 2016-05-29 15:07:56 -07:00
Jeff Sagal 560a42bb67 Update deps, organize static assets, ignore /dist 2016-05-29 13:11:38 -07:00
Jeff Sagal 0b4d41f53d minor ignore/package updates 2016-05-29 12:36:20 -07:00
Jeff Sagal 75c9032d70 add badges, update verbiage, run build for demo 2016-05-28 14:34:50 -07:00
Jeff Sagal 655e612aaf tagging 90% complete 2016-05-26 16:13:00 -07:00
Jeff Sagal 418e2d830a Fixes #3 2016-03-10 12:28:31 -08:00
Jeff Sagal 08b8e21ad9 dont ignore dist/build.js for demo purposes 2016-03-01 21:48:05 -08:00
Jeff Sagal 5d2038caf6 initial commit 2016-03-01 21:07:16 -08:00