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
d86610098f
might as well just do it all in once commit 🤷♂️
2018-08-14 10:12:30 -07:00
Jeff
6ab362c29d
ditch codecov
2018-08-12 22:32:03 -07:00
Jeff
dee9382f42
take coveralls for a spin
2018-08-12 22:21:55 -07:00
Jeff
70770a06d7
whoops, bump travis config
2018-08-12 21:55:39 -07:00
Jeff
f8385795f3
add code coverage
2018-08-12 19:46:26 -07:00
Jeff
ccf5a902cf
simplify test command (should get travis-ci back to green)
2018-08-12 19:40:13 -07:00
Jeff
c24512cf6a
drop vue-resource dev-dep
2018-08-12 19:39:06 -07:00
Jeff
b8696bcee9
Update gitignore, add build:dev command
2018-08-12 19:22:12 -07:00
Jeff
046d4ced34
Update yarn dev command and environment
2018-08-12 18:16:10 -07:00
Jeff
de734846c7
pull config to package.json
2018-08-09 20:08:48 -07:00
Jeff
c0ff41403b
vue cli scaffolding in place
2018-08-07 23:00:31 -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