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

382 Commits

Author SHA1 Message Date
Jeff 22d2004e2f uncomment dev env from previous PR 2018-01-23 08:47:56 -08:00
Jeff 843f39d5bc Merge pull request #435 from sagalbot/bug/home-page-text-jump
Bug/home page text jump
2018-01-22 19:19:13 -08:00
Jeff a861b16553 just redirect on option click 2018-01-22 19:17:38 -08: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 c98e5fb2e5 Merge pull request #433 from sagalbot/maintenance/update-dev-env
Maintenance/update dev env
2018-01-22 19:03:26 -08:00
Jeff ec930c5b53 maybe try committing the right file 🤦‍♂️ 2018-01-22 19:02:38 -08:00
Jeff eec0302a60 Revert "devtools are always on"
This reverts commit 4ead15f7bf.
2018-01-22 19:02:09 -08:00
Jeff 4ead15f7bf devtools are always on 2018-01-22 19:01:06 -08:00
Jeff 011ad4fa87 move development files into their own folders, organize data sources 2018-01-22 18:21:25 -08:00
Jeff 80585c1a3b Merge pull request #432 from sagalbot/bug/typo
fix homepage typo, closes #431
2018-01-22 18:07:12 -08:00
Jeff 9f0021572b fix homepage typo, closes #431 2018-01-22 18:06:33 -08:00
Jeff a88d827333 Merge pull request #428 from sagalbot/maintenance/doc-fixes
bump readme, fix null anchor
2018-01-18 14:23:39 -08:00
Jeff 3cb698e4c7 bump readme, fix null anchor 2018-01-18 14:23:15 -08:00
Jeff cbec6f0b29 Merge pull request #427 from sagalbot/maintenance/update-tagging-example
update taggable example
2018-01-18 13:43:15 -08:00
Jeff 2cde8951e4 update taggable example 2018-01-18 13:42:49 -08:00
Jeff 1cb5e9eafa Merge pull request #426 from sagalbot/maintenance/update-localization-docs
improve Localization docs
2018-01-18 13:28:55 -08:00
Jeff 6b61d6aacb improve Localization docs 2018-01-18 13:27:53 -08:00
Jeff 58690791e8 Merge pull request #421 from MarZab/issue-350
The temporary option when using taggable should be a Object
2018-01-18 09:02:17 -08:00
Jeff 860e4391b0 Merge pull request #420 from sagalbot/feature/customize-tags
Custom Label Slot
2018-01-15 20:06:12 -08:00
Jeff a3f62ad733 Merge branch 'feature/custom-filter'
# Conflicts:
#	dev.html
#	yarn.lock
2018-01-15 20:02:51 -08:00
Jeff f72d460e6c Merge pull request #422 from sagalbot/gitbook
Updated Homepage, GitBook Docs
2018-01-15 19:26:45 -08:00
Jeff af9d7f7198 remove octicons 2018-01-15 16:14:07 -08:00
Jeff 724cf09423 remove docs folder before copying 2018-01-15 15:58:31 -08:00
Jeff ce6d3ea2cd - dont destroy /dist/ when building homepage
- update public path (should work this time!)
- load octicons from CDN
2018-01-15 15:52:31 -08:00
Jeff a0ba4b4c3b fix loading of scripts, but broke loading of icons 2018-01-15 15:39:39 -08:00
Jeff 781ec4b734 add delpoy command 2018-01-15 15:29:00 -08:00
Jeff b9a477048a update splash page 2018-01-15 15:25:36 -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 c5ef46f463 finalize docs, ready to merge 2018-01-14 23:43:53 -08:00
Jeff 6671b8ead2 - complete docs overhaul 2018-01-14 23:35:29 -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 b862761cbf more homepage styling 2018-01-13 17:00:50 -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
Marko Zabreznik 592df533b7 Fix for https://github.com/sagalbot/vue-select/issues/350
Builds on https://github.com/sagalbot/vue-select/pull/420 and fixes the string options array edge case.

Added dev.html example.
2018-01-13 11:53:34 +01:00
Jeff 9a0d2d2e71 - add dev example
- expand slot props to include `multiple`, `disabled`
2018-01-13 00:39:40 -08:00
Jeff 4095643047 Merge branch 'pr/352'
# Conflicts:
#	src/components/Select.vue
2018-01-13 00:32:26 -08:00
Jeff 52fe67740f Merge pull request #419 from sagalbot/maintenance/update-dev-env
remove images, update `scope` attribute
2018-01-13 00:07:49 -08:00
Jeff b4779c8d16 remove images, update scope attribute 2018-01-13 00:07:14 -08:00
Jeff f4441aedb5 update travis config 2018-01-12 23:22:41 -08:00
Jeff 56394e6850 add test and example for filtering arrays of numbers 2018-01-12 23:22:24 -08:00
Jeff 2cffee27f6 rename filterMatch to filterBy 2018-01-12 22:53:13 -08:00
Jeff f530ab952b update jsdoc 2018-01-12 22:48:12 -08:00
Jeff 2646525f4a rename filterComparator to filterMatch, fix tests 2018-01-12 22:44:00 -08:00
Jeff 21ec385718 - add filter function prop
- rename `filterFunction` to `filterComparator`
- add dev example using fuse.js
- update jsdocs
- update tests
2018-01-12 22:39:04 -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 8063da9a21 Merge pull request #378 from SKalt/patch-3
Custom filter function, now with tests
2018-01-12 18:55:24 -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 v2.4.0 2018-01-09 09:32:00 -08:00