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

43 Commits

Author SHA1 Message Date
Jeff Sagal b3dd16ac24 Closes #124
Closes #148

- build for v2.1.0
- bump version
- update readme
2017-03-11 16:43:46 -08:00
Jeff Sagal f67a352481 throw console warning if option[label] does not exist, prevents TypeError from breaking page
closes #155
2017-03-09 12:55:44 -08:00
Jeff Sagal 156fcb1130 - fix Vue 2 peer dependency
- fix typo in readme
- add test coverage for focus/blur events
2017-02-03 16:39:07 -08:00
Jeff Sagal d262f6b48a - bump version to 2.0
- add vue 2.x as a peer dependency
- update readme for v2.0
2017-02-03 10:51:23 -08:00
Jeff Sagal 201e135964 - new dedicated development template
- separate environment for developing docs
- clear out discarded couscous files
- start converting docs markdown
2017-02-01 22:32:06 -08:00
Justin Robinson 3c2bf9565c Updated to Vue 2.1.8. Fixed rendering problems from vue-template-compiler. 2017-01-17 08:13:23 -08:00
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
Rajesh Akkineni d1f3a57fff Upgraded versions to support template compilation rendering 2016-10-19 19:50:15 +05:30
Jeff Sagal b538fb43f2 don't require onSearch to be true to display spinner 2016-08-15 16:51:40 -07:00
Jeff Sagal afdc4da785 manually track down options when deselecting instead of relying on array.$remove, fixes #74 2016-07-11 22:13:43 -07:00
Jeff Sagal 6a59ff35ab bump package 2016-07-11 16:30:01 -07:00
Jeff Sagal ab3646f83d fix npm tagline 2016-07-06 14:06:44 -07:00
Jeff Sagal 85f34ec336 bump v1.3.0 2016-07-04 13:10:21 -07: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 b1d48562b4 bump package 2016-06-22 16:24:10 -07:00
Jeff Sagal 6789c2abd5 version bump 2016-06-15 21:36:52 -07:00
Jeff Sagal 609f566f67 add vue-resource for dev 2016-06-15 20:43:32 -07:00
Jeff Sagal 2653e5ee0a move demo related files to /docs/ add gh-pages module 2016-06-10 14:35:14 -07:00
Jeff Sagal 49be0a1694 use module.exports for mixins 2016-06-02 10:55:49 -07:00
Jeff Sagal 30ad0e9e55 package bump 2016-06-01 19:28:05 -07:00
Jeff Sagal f8e549306a use keydown for moving pointer, resolves #45 2016-05-31 18:35:01 -07:00
Jeff Sagal 2f9a1ff5b0 bump package version 2016-05-31 13:58:24 -07:00
Jeff Sagal 2888ab2b3f refactor static assets, css to scss 2016-05-29 19:05:25 -07:00
Jeff Sagal 538b458045 add code climate reporter 2016-05-29 14:57:19 -07:00
Jeff Sagal 0b71c0da90 update/prune dev-deps, configure code climate hook 2016-05-29 14:20:42 -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 76bda7c205 add jasmine deps 2016-05-28 16:50:34 -07:00
Jeff Sagal 802daaa117 switch to web pack build 2016-05-28 15:50:02 -07:00
Jeff Sagal 0579a5f89b update deps 2016-05-09 15:46:58 -07:00
Jeff Sagal 078d24bbe2 vuex should be in devDependencies 2016-04-06 09:53:35 -07:00
Martin a26fc9b214 Update package.json, bumped version to 1.0.5 2016-04-05 15:43:37 +02:00
Jeff Sagal 5ed70d77ef update demo site to use Vuex (just a proof of concept), overhaul look and feel 2016-03-16 10:58:21 -07:00
Jeff Sagal 2449628d10 Merge branch 'master' into vuex 2016-03-15 14:35:07 -07:00
Jeff Sagal 7eba6990da init vuex compat 2016-03-15 14:34:43 -07:00
Jeff Sagal 2bb59891fc add custom label prop 2016-03-14 14:24:38 -07:00
Jeff Sagal 069fc990e2 onEscape blur() not close 2016-03-11 17:26:50 -08:00
Jeff Sagal 5640ad3e47 add separate build command so vue dev tools work on demo 2016-03-09 12:49:24 -08:00
Jeff Sagal f3afb01e98 set typeAheadPointer on hover, reset value when options or multiple change 2016-03-08 18:42:30 -08:00
Jeff Sagal c5f86ab706 bump package ver 2016-03-08 14:53:51 -08:00
Jeff Sagal 2a5616ee3a bump package ver 2016-03-07 16:44:31 -08:00
Jeff Sagal a3d2a739ab add npm info 2016-03-02 10:07:26 -08:00
Jeff Sagal 5d2038caf6 initial commit 2016-03-01 21:07:16 -08:00