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

28 Commits

Author SHA1 Message Date
Jeff Sagal 44a167f055 Update .gitignore 2026-01-30 12:27:35 -08:00
Jeff Sagal 98c278b2bb build(vite): replace webpack with Vite, add Typescript (#1594)
BREAKING: mixins are no longer exported from the index (and will likely be converted to hooks)
2022-07-18 09:33:46 -07:00
Jeff Sagal 0bad820f91 docs: add sponsors and contributors pages (#1108) 2020-03-15 12:02:01 -07:00
Jeff 4920e47c8e ignore netlify folder 2019-05-01 08:36:02 -07:00
Jeff d09c2a7b79 Merge remote-tracking branch 'origin/ft/vuepress' into ft/vuepress-no-cli
# Conflicts:
#	.babelrc
#	.gitignore
#	README.md
#	build/webpack.base.conf.js
#	build/webpack.dev.conf.js
#	build/webpack.prod.conf.js
#	build/webpack.site.conf.js
#	dev/dev.html
#	docs/gitbook/Api/Props.md
#	package.json
#	test/unit/karma.conf.js
#	test/unit/specs/Select.spec.js
#	tests/helpers.js
#	tests/unit/.eslintrc.js
#	tests/unit/Ajax.spec.js
#	tests/unit/Deselecting.spec.js
#	tests/unit/Dropdown.spec.js
#	tests/unit/Filtering.spec.js
#	tests/unit/Labels.spec.js
#	tests/unit/Layout.spec.js
#	tests/unit/ObjectIndex.spec.js
#	tests/unit/ReactiveOptions.spec.js
#	tests/unit/Selecting.spec.js
#	tests/unit/Tagging.spec.js
#	tests/unit/TypeAhead.spec.js
#	yarn.lock
2019-02-10 20:03:45 -08:00
Jeff 317d8a30b8 update deps 2019-02-10 16:42:45 -08:00
Jeff 09ed48c103 Merge branch 'master' of https://github.com/yamsellem/vue-select into yamsellem-master
# Conflicts:
#	.gitignore
2019-02-09 17:14:44 -08:00
Jeff Sagal fdd0d535e1 stop tracking dist files (#747) 2019-02-09 15:00:49 -08:00
yamsellem 09165c4a0a Bump dev dependencies (webpack 4, babel 7, etc), replace build files by webpack config, use webpack-dev-server 2019-01-15 19:26:38 +01:00
Jeff d86610098f might as well just do it all in once commit 🤷‍♂️ 2018-08-14 10:12:30 -07:00
Jeff f8385795f3 add code coverage 2018-08-12 19:46:26 -07:00
Jeff b8696bcee9 Update gitignore, add build:dev command 2018-08-12 19:22:12 -07:00
Jeff c0ff41403b vue cli scaffolding in place 2018-08-07 23:00:31 -07:00
adi518 874f948790 Merge branch 'master' into master 2018-04-21 03:00:38 +03:00
Jeff 17312da2fa update build process for docs 2018-01-15 15:25:22 -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
Adi Sahar 503dd0117b Fix #106 2017-11-20 00:52:02 +02: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 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
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 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 75c9032d70 add badges, update verbiage, run build for demo 2016-05-28 14:34:50 -07:00
Jeff Sagal 655e612aaf tagging 90% complete 2016-05-26 16:13:00 -07:00
Jeff Sagal 418e2d830a Fixes #3 2016-03-10 12:28:31 -08:00
Jeff Sagal 08b8e21ad9 dont ignore dist/build.js for demo purposes 2016-03-01 21:48:05 -08:00
Jeff Sagal 5d2038caf6 initial commit 2016-03-01 21:07:16 -08:00