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

61 Commits

Author SHA1 Message Date
Jeff a505177900 🚀 v2.5.1 2018-09-12 17:28:27 -07:00
Jeff fb2d24f6df 🚀 v2.5.0 2018-09-04 09:54:15 -07:00
Jeff ced1e3e31f 🚀 v2.4.0 2018-01-09 09:32:00 -08:00
Jeff f8bc9c7405 🚀 v2.3.3 2018-01-06 17:19:58 -08:00
Jeff 7754a789f5 v2.3.1 release
Merged #348, #339, #379, #385, #386

Closes #210, #336, #173, #200, #53, #51, #52, #324,
2017-12-09 10:38:19 -08:00
Eleftherios Pegiadis cb709e023e Update dist build files 2017-12-06 14:07:56 +02:00
Daniel Lohse 10d1897aa2 Compile dist files 2017-12-05 18:13:06 +01:00
Jeff 70b6c1289a v2.3.0 🎉 2017-10-01 18:37:33 -07:00
es e6c5967cf8 Merge remote-tracking branch 'upstream/disable-component' 2017-03-22 10:36:18 +08:00
es cb2883fcd6 Merge remote-tracking branch 'upstream/master' 2017-03-21 15:23:05 +08:00
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 3aa7761dcd Vue 2 release! 🚀 2017-02-03 16:54:59 -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
es de8d83799b Fixed CSS 2016-12-27 12:13:47 +08:00
es 686059e7be ran build 2016-12-27 11:34:16 +08:00
Rajesh Akkineni ee423394e3 Fixed more issues reported by vue-migration-helper 2016-10-20 09:08:26 +05:30
Dean Tedesco a7d3d8f1bc Changed implementation of non searchable option.
This now uses the same input field but makes it readonly instead of trying to swap it out for a non focusable element in turn causing the following issues:
* styling is different
* element is not focusable
* keyboard support - navigating options is disabled
* cannot tab to component
2016-09-29 11:46:27 +10: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 b9302e7de3 v1.3.1 bundle 2016-07-11 16:34:44 -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 ce91bac62d more pruning 2016-05-29 15:07:56 -07:00
Jeff Sagal 597647b6f5 remove untracked dist files 2016-05-29 15:07:04 -07:00
Jeff Sagal 560a42bb67 Update deps, organize static assets, ignore /dist 2016-05-29 13:11:38 -07:00
Jeff Sagal 802daaa117 switch to web pack build 2016-05-28 15:50:02 -07:00
Jeff Sagal 75c9032d70 add badges, update verbiage, run build for demo 2016-05-28 14:34:50 -07:00
Jeff Sagal e330dec34b slight verbiage update 2016-05-26 13:21:26 -07:00
Jeff Sagal e675e17848 documentation overhaul 2016-05-26 13:14:17 -07:00
Jeff Sagal 3750210a2c separate static assets from dist 2016-05-26 12:04:19 -07:00
Jeff Sagal 2b191eafb9 update build for demo 2016-05-25 15:12:50 -07:00
Jeff Sagal 29e65df42f improved demo page 2016-05-25 15:08:19 -07:00
Jeff Sagal e436acc2de update build for demo 2016-03-16 14:32:05 -07: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 7eba6990da init vuex compat 2016-03-15 14:34:43 -07:00
Jeff Sagal eeffc32d07 added regression test to make sure tags are removed when close is clicked, commit 48dbade broke that functionality 2016-03-14 11:59:01 -07:00
Jeff Sagal 0729e7f2e2 run build 2016-03-14 11:29:47 -07:00
Owen Conti a05499c75a ran builds 2016-03-14 06:12:30 -06:00
Owen Conti 6b486f5e42 merge master into theme-addition 2016-03-14 06:11:30 -06:00
Owen Conti f9f92cde8a Drop theme prop, move theme CSS to App.vue, replace .alert class with .selected-tag 2016-03-14 06:09:55 -06:00
Jeff Sagal 48dbade94b Fixes #8, Fixes #6
open dropdown on focus, don't pop values on second return hit, reset typeaheadpointer on filtered options change
2016-03-13 18:46:58 -07:00
Owen Conti 2154a4f439 Added support for themes. Default vue-select to 'default' theme. Added 'cyan' theme. 2016-03-11 18:52:16 -07:00
Owen Conti b29b7e8965 fixed alignment differences between single and multiple options 2016-03-10 19:13:31 -07:00
Jeff Sagal 51412464c9 update dist/build for demo site 2016-03-10 15:29:00 -08:00
Jeff Sagal 7780e49192 fix focus/toggle issues 2016-03-10 12:21:05 -08:00
Jeff Sagal 8968d75c7d more doc work 2016-03-09 15:41:12 -08:00
Jeff Sagal e2c8e1daf6 add params to docs/readme, remove ajax prop 2016-03-09 15:22:00 -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 6424aed818 demo styles 2016-03-09 12:42:01 -08:00
Jeff Sagal 2a36577708 better dropdown styles 2016-03-09 12:38:01 -08:00
Jeff Sagal 8617761ce9 add syntax highlighting and some styles to demo page 2016-03-09 12:34:08 -08:00