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

67 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 df0cc83e05 - add vue-select as a dev dependency so that the homepage is always using the latest release
- fix text-align:center issue on homepage
2018-01-22 19:09:43 -08:00
Jeff a3f62ad733 Merge branch 'feature/custom-filter'
# Conflicts:
#	dev.html
#	yarn.lock
2018-01-15 20:02:51 -08:00
Jeff 781ec4b734 add delpoy command 2018-01-15 15:29:00 -08:00
Jeff 17312da2fa update build process for docs 2018-01-15 15:25:22 -08:00
Jeff e236c47300 remove old docs, update build/dev scripts 2018-01-15 14:25:16 -08:00
Jeff 7e859dca18 - add include-csv plugin
- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
2018-01-14 20:12:26 -08:00
Jeff 0d62251558 - move gitbook files into their own folder at docs/gitbook
- rebuild homepage at `docs/homepage`
2018-01-13 15:11:17 -08:00
Jeff 022f6e8874 Merge branch 'master' into gitbook
# Conflicts:
#	docs/md/OnChange.md
2018-01-13 11:43:00 -08:00
Jeff 81a99536f7 Merge branch 'master' into feature/custom-filter
# Conflicts:
#	dev.html
#	src/components/Select.vue
#	src/dev.js
2018-01-12 18:59:27 -08:00
Jeff aca7b5a248 add filter prop allowing full customization of filtering 2018-01-12 18:23:46 -08: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 4045351829 Revert "🚀 v2.3.2"
This reverts commit 3fce66c341.
2018-01-06 17:17:33 -08:00
Jeff 3fce66c341 🚀 v2.3.2 2018-01-06 17:12:21 -08:00
Jeff cb324e0240 Revert "Fix linter" 2018-01-04 16:53:29 -08:00
Lexxus a54c4123e9 Setup standard JavaScript liner rules 2017-12-29 11:20:03 +02: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
Jason Coté 14836b1a46 remove old browserify configuration (fixes #173) 2017-10-11 11:34:16 -04:00
Jeff 70b6c1289a v2.3.0 🎉 2017-10-01 18:37:33 -07:00
Jeff 6fdc460609 add yarn start for dev 2017-10-01 13:34:38 -07:00
Jeff 018f3f7697 - add docs script to serve docs
- WIP updates to docs
- add vuejs theme
2017-10-01 13:22:50 -07:00
Jeff Sagal fc16810087 create dist, bump package for v2.2.0 🚀 2017-03-22 18:44:38 -07: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 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