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

820 Commits

Author SHA1 Message Date
Simone Todaro f5557bcd78 Move console warning 2018-01-17 22:08:35 +00:00
Simone Todaro 852890fe2c Fix typo 2018-01-17 22:02:11 +00:00
Simone Todaro d1de8da59f Update documentation 2018-01-17 21:03:12 +00:00
Simone Todaro 07eb7b1b8f Allow user to specify the value property when options are objects 2018-01-17 20:26:39 +00: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
Jeff 0f8bb92f36 Merge pull request #416 from sagalbot/hotfix/clear-button-position
adjust clear button position
2018-01-09 09:29:13 -08:00
Jeff 9c96a965a2 adjust clear button position 2018-01-09 09:28:41 -08:00
Jeff e5498bb748 Merge pull request #368 from andywarren86/clear-button
Add clear button to single select
2018-01-09 09:20:27 -08:00
Jeff f8bc9c7405 🚀 v2.3.3 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 v2.3.2 2018-01-06 17:12:21 -08:00
Jeff 34a955eb6e Merge pull request #414 from sagalbot/bug/unsearchable-input-cursor
use pointer on hover for unsearchable inputs
2018-01-06 17:06:11 -08:00
Jeff 56bfd68051 use pointer on hover for unsearchable inputs 2018-01-06 17:05:45 -08:00
Jeff 804c97a2f3 Merge pull request #413 from sagalbot/bug/selected-tag-jump
fixes selected tag jump
2018-01-06 16:55:26 -08:00
Jeff 9ade828e8e - remove float on search input
- hide unsearchable input
2018-01-06 16:53:03 -08:00
Jeff ccfb32b317 Merge pull request #412 from sagalbot/revert-407-bugfix/linter
Revert "Fix linter"
2018-01-04 16:54:26 -08:00
Jeff cb324e0240 Revert "Fix linter" 2018-01-04 16:53:29 -08:00
Jeff 97e295ba41 Merge pull request #407 from Lexxus/bugfix/linter
Fix linter
2018-01-04 16:51:03 -08:00
Lexxus 4bf6c0ce44 Fix code style issues 2017-12-29 12:07:15 +02:00