2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

Commit Graph

  • 1524ff2fe6 add favicon Jeff Sagal 2016-05-26 11:43:39 -07:00
  • de95ccbeba Merge branch 'master' of github.com:sagalbot/vue-select Jeff Sagal 2016-05-25 19:15:09 -07:00
  • 603ff0ddfc add a slot to adjust no-options verbiage v1.0.6 Jeff Sagal 2016-05-25 19:14:20 -07:00
  • 4e0d8345c8 Merge pull request #37 from HParton/master Jeff 2016-05-25 19:08:10 -07:00
  • 2b191eafb9 update build for demo Jeff Sagal 2016-05-25 15:12:50 -07:00
  • 29e65df42f improved demo page Jeff Sagal 2016-05-25 15:08:19 -07:00
  • dbf18e20d1 bump readme Jeff Sagal 2016-05-25 12:32:13 -07:00
  • d303dd1062 update readme Jeff Sagal 2016-05-25 12:24:29 -07:00
  • 0cf0a5c5f8 Use keydown instead of keyup to check maybeDeleteValue Harry Parton 2016-05-15 22:40:16 +01:00
  • 1f35669191 use bottom instead of top for open-indicator Jeff Sagal 2016-05-09 16:08:22 -07:00
  • 0579a5f89b update deps Jeff Sagal 2016-05-09 15:46:58 -07:00
  • 4d5ee5434a unscope styles, remove glyphicon dependency Jeff Sagal 2016-05-09 14:21:40 -07:00
  • 4a5459da21 Merge pull request #32 from nanotronic/master Jeff 2016-04-27 09:31:47 -07:00
  • f7b24d47e0 fix call stack exceeded nanotronic 2016-04-13 20:23:13 +02:00
  • fd3bf874ad fix typo nanotronic 2016-04-11 18:47:51 +02:00
  • 26aded20e6 merge upstream nanotronic 2016-04-11 18:42:26 +02:00
  • 078d24bbe2 vuex should be in devDependencies Jeff Sagal 2016-04-06 09:53:35 -07:00
  • b9b2deb8fd Merge pull request #26 from mkoterle/master Jeff 2016-04-05 08:41:49 -07:00
  • 409f4cd678 Merge pull request #27 from mkoterle/blur-on-select Jeff 2016-04-05 08:41:23 -07:00
  • c9fa94530e Blur on select if not multiple Martin 2016-04-05 15:56:03 +02:00
  • a26fc9b214 Update package.json, bumped version to 1.0.5 Martin 2016-04-05 15:43:37 +02:00
  • eb865281d5 Merge pull request #24 from Coffcer/master Jeff 2016-03-28 11:03:22 -07:00
  • 9483838d91 change overflow-y: scroll --> overflow-y: auto Coffcer 2016-03-26 17:18:22 +08:00
  • 7b62ad0a56 update readme nanotronic 2016-03-24 18:23:50 +01:00
  • 7127131bfa adding tests nanotronic 2016-03-24 18:20:13 +01:00
  • 179bb5c346 use es6 spread nanotronic 2016-03-24 16:01:09 +01:00
  • 22591d1542 Let user add options from search nanotronic 2016-03-24 15:29:32 +01:00
  • a03909be6f better search padding Jeff Sagal 2016-03-17 19:10:59 -07:00
  • b1ca20f294 Merge pull request #17 from calebporzio/li-css-issue Jeff 2016-03-17 10:11:41 -07:00
  • 065f568b57 Fix "li:hover a" css conflict" Caleb Porzio 2016-03-17 11:12:37 -04:00
  • e436acc2de update build for demo Jeff Sagal 2016-03-16 14:32:05 -07:00
  • 5ed70d77ef update demo site to use Vuex (just a proof of concept), overhaul look and feel v1.0.5 Jeff Sagal 2016-03-16 10:58:21 -07:00
  • 9f58c32a52 - search input is 100% width when value is empty - value is no longer required, two-way binding is not enforced - add deprecated tag to maxHeight (this should just be changed with CSS) - add onChange prop for Vuex compatibility - fixed bug in isValueEmpty, added regression test - added docblocks Jeff Sagal 2016-03-16 10:56:38 -07:00
  • 2449628d10 Merge branch 'master' into vuex Jeff Sagal 2016-03-15 14:35:07 -07:00
  • 7eba6990da init vuex compat Jeff Sagal 2016-03-15 14:34:43 -07:00
  • 2bb59891fc add custom label prop Jeff Sagal 2016-03-14 14:24:38 -07:00
  • eeffc32d07 added regression test to make sure tags are removed when close is clicked, commit 48dbade broke that functionality Jeff Sagal 2016-03-14 11:59:01 -07:00
  • 0729e7f2e2 run build Jeff Sagal 2016-03-14 11:29:47 -07:00
  • 0ac726191f Merge pull request #16 from owenconti/theme-addition Jeff 2016-03-14 11:27:17 -07:00
  • fbc2c406db remove theme from documentation Owen Conti 2016-03-14 06:14:12 -06:00
  • 22abee3e25 uncomment animate.css stylesheet Owen Conti 2016-03-14 06:13:42 -06:00
  • a05499c75a ran builds Owen Conti 2016-03-14 06:12:30 -06:00
  • 6b486f5e42 merge master into theme-addition Owen Conti 2016-03-14 06:11:30 -06:00
  • f9f92cde8a Drop theme prop, move theme CSS to App.vue, replace .alert class with .selected-tag Owen Conti 2016-03-14 06:09:55 -06:00
  • 48dbade94b Fixes #8, Fixes #6 open dropdown on focus, don't pop values on second return hit, reset typeaheadpointer on filtered options change Jeff Sagal 2016-03-13 18:46:58 -07:00
  • 94d4a33909 single run by default Jeff Sagal 2016-03-11 23:20:55 -08:00
  • 2154a4f439 Added support for themes. Default vue-select to 'default' theme. Added 'cyan' theme. Owen Conti 2016-03-11 18:52:16 -07:00
  • 069fc990e2 onEscape blur() not close Jeff Sagal 2016-03-11 17:26:50 -08:00
  • 3b60efa9b7 Fixes #15 Jeff Sagal 2016-03-11 14:38:19 -08:00
  • f0f7c671ce update contributing section Jeff Sagal 2016-03-11 11:37:13 -08:00
  • 308c9583dc update readme with travis icon and contributing info Jeff Sagal 2016-03-11 11:36:24 -08:00
  • f808bb4006 add travis config Jeff Sagal 2016-03-11 11:20:37 -08:00
  • c6bb8b7300 Merge pull request #14 from sagalbot/pr/12 Jeff 2016-03-11 11:18:40 -08:00
  • f03d4f67e4 Merge pull request #12 from owenconti/fix-pre-selected-objects-array Jeff 2016-03-11 11:16:05 -08:00
  • b894ea7637 also run assertions on labels, fix ‘resets the selected values when the options property changes’ test Jeff Sagal 2016-03-11 11:07:18 -08:00
  • 1d37384446 ran build Owen Conti 2016-03-10 21:30:21 -07:00
  • c5f9d2e04c fix preselected tests Owen Conti 2016-03-10 21:27:47 -07:00
  • ca63cae809 Merge pull request #9 from owenconti/master Jeff 2016-03-10 18:28:26 -08:00
  • b29b7e8965 fixed alignment differences between single and multiple options Owen Conti 2016-03-10 19:13:31 -07:00
  • 51412464c9 update dist/build for demo site Jeff Sagal 2016-03-10 15:29:00 -08:00
  • 2340c916d9 add GA for demo site Jeff Sagal 2016-03-10 15:23:29 -08:00
  • 8dc3dc143e Add MIT license Fixes #7 Jeff Sagal 2016-03-10 14:44:48 -08:00
  • 418e2d830a Fixes #3 v1.0.4 Jeff Sagal 2016-03-10 12:28:31 -08:00
  • 2bee2ac056 bump readme Jeff Sagal 2016-03-10 12:24:22 -08:00
  • 7780e49192 fix focus/toggle issues Jeff Sagal 2016-03-10 12:21:05 -08:00
  • 8968d75c7d more doc work Jeff Sagal 2016-03-09 15:41:12 -08:00
  • 5df95ef851 readme updates Jeff Sagal 2016-03-09 15:30:31 -08:00
  • 87b477d488 remove searchable from docs Jeff Sagal 2016-03-09 15:29:24 -08:00
  • 6af6626220 remove searchable from docs for now Jeff Sagal 2016-03-09 15:28:59 -08:00
  • 19db423a33 readme Jeff Sagal 2016-03-09 15:28:33 -08:00
  • 3576760720 syntax highlight docs Jeff Sagal 2016-03-09 15:26:25 -08:00
  • ebfe900697 readme typo Jeff Sagal 2016-03-09 15:23:54 -08:00
  • e2c8e1daf6 add params to docs/readme, remove ajax prop Jeff Sagal 2016-03-09 15:22:00 -08:00
  • d46f5fb5c6 better readme Jeff Sagal 2016-03-09 14:55:01 -08:00
  • 5640ad3e47 add separate build command so vue dev tools work on demo Jeff Sagal 2016-03-09 12:49:24 -08:00
  • 6424aed818 demo styles Jeff Sagal 2016-03-09 12:42:01 -08:00
  • 2a36577708 better dropdown styles Jeff Sagal 2016-03-09 12:38:01 -08:00
  • 8617761ce9 add syntax highlighting and some styles to demo page Jeff Sagal 2016-03-09 12:34:08 -08:00
  • f3afb01e98 set typeAheadPointer on hover, reset value when options or multiple change v1.0.3 Jeff Sagal 2016-03-08 18:42:30 -08:00
  • d937e86e75 testing npm update v1.0.2 Jeff Sagal 2016-03-08 15:23:08 -08:00
  • 17bd23cf2c run build v1.0.1 Jeff Sagal 2016-03-08 15:17:40 -08:00
  • c5f86ab706 bump package ver Jeff Sagal 2016-03-08 14:53:51 -08:00
  • 9981742f52 value prop no longer has a required type, can accept null values Jeff Sagal 2016-03-08 14:26:59 -08:00
  • d182caa6b1 more tests Jeff Sagal 2016-03-08 14:10:43 -08:00
  • 2a5616ee3a bump package ver Jeff Sagal 2016-03-07 16:44:31 -08:00
  • 50d1991641 enforce value param to be of type array Jeff Sagal 2016-03-07 16:42:49 -08:00
  • a3d2a739ab add npm info v1.0.0 Jeff Sagal 2016-03-02 10:07:26 -08:00
  • 91649c9808 typeahead select only if valid Jeff Sagal 2016-03-02 10:04:06 -08:00
  • e2b9a4a913 searchable by default Jeff Sagal 2016-03-01 22:15:01 -08:00
  • f7b4e6e4f4 fix typeahead select Jeff Sagal 2016-03-01 22:06:02 -08:00
  • 08b8e21ad9 dont ignore dist/build.js for demo purposes Jeff Sagal 2016-03-01 21:48:05 -08:00
  • 386ad6f9f3 update readme Jeff Sagal 2016-03-01 21:15:25 -08:00
  • 5d2038caf6 initial commit Jeff Sagal 2016-03-01 21:07:16 -08:00