2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

20 Commits

Author SHA1 Message Date
Jeff 3def6ecb3a update vuepress 2019-04-14 17:41:30 -05:00
Jeff Sagal 38baaf33ad bump vue-server-renderer (#807) 2019-03-29 11:29:59 -07:00
Jeff Sagal 3979f98327 update vuepress (#797) 2019-03-23 14:32:44 -07:00
Jeff 5ae658c84c update package deps, remove extra dev options 2019-03-23 14:13:31 -07:00
Jeff Sagal dc91310860 Sass & Class Renames (#759)
* - add autoprefixer
- add cssnano
- add postcss-loader
- remove unused packages

* create RTL scss module

* add vs__ prefix to open-indicator, extract to module

* module for dropdown-toggle

* vs__clear module

* vs__dropdown-menu module

* rename `selected-tag` to `vs__selected`

* remove rtl class

* remove dropdown class

* search-input scss module

* move animations to global module

* refactor dropdown list items

* - spinner slot is now scoped with `loading` variable
- move spinner to scss module

* apply vs__search class directly to search input: if you're using the slot, you might not want default styles

* finish global modules

* make RTL a component state

* - update component states to use vs-- prefix
- rename dropdownClasses to stateClasses

* remove unused property

* Closes #760

* fix states

* more state fixes

* rename .close to vs__deselect

* - simplify dev.html
- start on 'sandbox' development

* update build

* - update webpack config
- move Sandbox to VuePress folder

* update external framework version links

* assign grid areas, ensure 100% height outside of docs

* limit specificity

* first pass at assigning variables

* assign 'darkest'

* remove max-height prop

* rename 'component' variables to 'state'

* update badges

* add deprecation notice to docs

* bump travis config

* add coveralls coverage reporter

* bump netlify config

* additional pass pulling up to variables

* start converting to SVG icons

* middle align action icons

* update netlify config

* netlify bump

* fix travis

* fix travis

* try lcov

* netlify attempt

* prune old packages

* bump travis config
2019-02-18 22:01:39 -08:00
Jeff Sagal 06800bfb16 fix coveralls coverage reporter (#766)
* add coveralls coverage reporter

* include lcov report

* bump config

* bump travis config

* bump netlify config
2019-02-18 11:40:56 -08:00
Jeff 4d7d576008 remove:
- express
- gitbook
- json-loader
- markdown-loader
- normalize.css
- prismjs
- vue-resource
2019-02-16 13:16:00 -08:00
Jeff a07cb4175f Merge branch 'ft/vuepress-no-cli' into release/v3.0
# Conflicts:
#	src/mixins/typeAheadPointer.js
2019-02-16 12:36:38 -08:00
Jeff 8a78de61a6 Merge remote-tracking branch 'origin/feature/input-slot' into release/v3.0
# Conflicts:
#	src/components/Select.vue
2019-02-16 12:05:17 -08: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 03917c4d52 use test-utils beta-20 2019-02-10 17:40:24 -08:00
Jeff 317d8a30b8 update deps 2019-02-10 16:42:45 -08:00
Jeff 4ed24ab2e3 update Karma package deps, fix for yarn install 2019-02-10 12:30:54 -08: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 70770a06d7 whoops, bump travis config 2018-08-12 21:55:39 -07:00
Jeff c24512cf6a drop vue-resource dev-dep 2018-08-12 19:39:06 -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 aca7b5a248 add filter prop allowing full customization of filtering 2018-01-12 18:23:46 -08:00