Tiago Roldão
6e1c0dbcbd
feat: option selection events ( #1324 )
...
- `option:selecting` before state is set
- `option:selected` after state is set
- `option:deselecting` before state is set
- `option:deselected` after state is set
Co-authored-by: tiagoroldao <troldao@assurehedge.com >
Co-authored-by: Jeff <sagalbot@gmail.com >
2020-12-18 12:18:34 -08:00
Jeff
f947e253c5
docs: fix filterBy definition
...
Fixes #1327
2020-12-18 11:41:31 -08:00
Sølve Tornøe
94f7125fc9
docs: Add selectable prop to api ( #1308 )
2020-11-16 16:15:05 -08:00
dependabot[bot]
28a9d81678
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 in /docs ( #1281 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 12:49:22 -07:00
dependabot[bot]
ca3a4b3440
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /docs ( #1284 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-18 12:48:42 -07:00
Rafael H.F.S
6e9861e787
docs: update guide for infiniteScroll.vue ( #1236 )
...
change the display condition of ther loader from v-if to v-show. When used with v-if and if returns false, the element will not be rendered and the observer stops working. With v-show, the element will exists but won't be visible and the observer will still work.
2020-08-19 13:55:59 -07:00
Jeff Sagal
4360f00137
docs(fuse): fix fuse.js example ( #1229 )
2020-07-09 09:43:47 -07:00
Jeff Sagal
9e4955e96a
docs(ads): update to ethical ads ( #1224 )
2020-07-07 12:57:21 -07:00
dependabot[bot]
ef9e054ab5
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /docs ( #1204 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-25 09:40:23 -07:00
Jeff Sagal
141776bda6
docs: add autocomplete prop ( #1178 )
...
Closes #1175
2020-04-29 12:47:06 -07:00
Jeff Sagal
321813162c
refactor: don't use the sandbox in dev ( #1168 )
...
* refactor: don't use the sandbox
* refactor: update docs package.json
https://github.com/sagalbot/vue-select/issues/1161#issuecomment-615359135
2020-04-18 14:24:57 -07:00
Jeff Sagal
2eb39087fd
feat: add autoscroll boolean prop ( #1160 )
...
* feat: add autoscroll boolean prop
Fixes #449
* refactor: update autoscroll implementation
Closes #1028
Closes #910
* refactor: only call maybeAdjustScroll in the watcher
* docs: upgrade vuepress
2020-04-12 15:44:52 -07:00
Jeff Sagal
87a7b18e2a
chore: add release date shield ( #1125 )
2020-03-20 09:50:11 -07:00
Jeff Sagal
0bad820f91
docs: add sponsors and contributors pages ( #1108 )
2020-03-15 12:02:01 -07:00
Jeff Sagal
5085fecd43
ci: build docs on test step ( #1105 )
...
docs(infinite-scroll): fix SSR
docs(pagination): bind a boolean not a string
ci: build docs on test workflow
ci: install docs deps in same step
2020-03-13 12:02:23 -07:00
Jeff Sagal
e9ea2d99f3
docs(filtering): Add Filtering Docs ( #1017 )
...
docs(infinite-scroll): improve example (#1017 )
2020-03-13 09:19:28 -07:00
Jeff Sagal
e6d0da6d52
feat: add open & close events ( #1101 )
2020-03-12 20:46:08 -07:00
Jeff Sagal
a820f06d61
docs: overhaul slot docs ( #1099 )
...
* docs: sort slots alphabetically
2020-03-11 09:16:07 -07:00
Jeff Sagal
b2f388bc89
feat: header, footer, list-header, list-footer slots ( #1085 )
2020-03-09 21:56:37 -07:00
Rafał Gałka
f2479434e4
fix: memory leak when positioning with popper ( #1094 )
...
* fix: memory leak when positioning with popper
* docs: update calculate position docs
Co-authored-by: Jeff <sagalbot@gmail.com >
2020-03-09 19:08:57 -07:00
Jérémie BORDIER
fe51fec6b8
feat: calculated positioning ( #1049 )
...
Adds `appendToBody` and `calculatePosition` props.
https://vue-select.org/guide/positioning.html
Co-authored-by: Jeff <sagalbot@gmail.com >
2020-03-08 13:31:08 -07:00
Jeff Sagal
be44b29ce2
feat: scope the no-options slot ( #1083 )
...
Resolves #1071 , Resolves #1081
https://vue-select.org/guide/slots.html#improving-the-default-no-options-text
2020-03-05 08:35:38 -08:00
Jeff Sagal
207c6d1cb6
feat(clearsearchonblur): add clearSearchOnBlur prop ( #1077 )
...
Add docs, update tests from #1060 .
2020-03-01 16:31:21 -08:00
preterer
02ea82116c
Add no-options slot to docs ( #1063 )
...
Closes #1058
2020-02-15 11:23:35 -08:00
Jeff Sagal
dd274be0e1
Update accessibility.md
2020-02-06 21:01:45 -08:00
andreas
d6f0557449
Add push-tags prop to example snippet ( #1024 )
2019-12-09 21:33:08 -08:00
Jeff Sagal
3f5872c3fc
docs(resetOnOptionsChange): add versioning info ( #1020 )
...
* docs(resetOnOptionsChange): update documentation
Related #1015
* docs(resetOnOptionsChange): add versioning info
2019-12-02 13:30:52 -08:00
Jeff Sagal
582a0f0fac
docs(resetOnOptionsChange): update documentation ( #1019 )
...
Related #1015
2019-12-02 13:21:02 -08:00
Jeff Sagal
619771d0f0
create selectable docs ( #996 )
2019-11-14 12:18:40 -08:00
Jeff
38f291ab99
@search instead of on-search
2019-11-08 10:56:46 -08:00
Jeff Sagal
92658a31ad
Merge pull request #971 from sagalbot/fix-956-event-delegation
...
WIP Event delegation for #956
2019-11-08 10:51:22 -08:00
Jeff
1e6b0e98d0
add keycodes note
2019-11-08 10:50:36 -08:00
Jeff
a87cb3317e
complete documentation
2019-11-08 10:43:36 -08:00
Jeff Sagal
0a589704f8
add v-for docs ( #982 )
2019-11-07 18:15:41 -08:00
Jeff
af424159f7
update docs
2019-11-07 17:15:48 -08:00
Jeff
c6c8281f6f
add dropdown transition docs
2019-10-26 13:58:14 -07:00
Reed Jones
1aef52ade4
Update slots.md ( #959 )
...
remove deprecated slot="" scope-slot="" syntax
2019-10-26 11:43:57 -07:00
Jeff
4f409522de
add docs
2019-10-25 18:47:33 -07:00
Markus
ebcdcc5c62
Make sure selected value is an option after option changed and react to value property changes even if tracking value internally ( #914 )
...
* make sure selected tracked value is an option if possible
Before this case did not work correctly:
- Select was rendered with *no* options, but *with* a saved value
- Options were fetched by ajax and options prop was updated
- Reduce function if passed
What happens without this commit is that the selected tracked value
simply was the raw reduced value (previously saved). Which means that
displaying a label for example does not work if the label comes from the
unreduced option.
This commit makes sure that the internal tracked value is checked
against all options not only once the select is created but additionally
when options change.
* remove useless keys
- first key was always undefined
- second key was always the index which is not usefull at all since it
changes based on the order
* add test for setting value after option changed
* correctly react to value property changes if tracking internally
fixes sagalbot#855, sagalbot#842
* add getOptionKey prop
* yarn upgrade doc
* add getOptionKey api doc and fix links
* yarn upgrade
* do not use key on slot
* fix label spec
2019-09-13 12:18:04 -07:00
Jeff Sagal
8ef15a12d3
fix code snippet paths ( #879 )
2019-05-15 17:59:47 -07:00
Jeff Sagal
3928b015a9
Separate documentation dependencies ( #874 )
...
* separate documentation dependencies
* bump deps
* update netlify config and package scripts
* bump netlify
* add cross-env
* fix publish path
2019-05-05 16:51:23 -07:00
Jeff Sagal
7b70b966ff
add required validation doc ( #868 )
2019-05-03 12:12:43 -07:00
Jeff Sagal
5492ee1126
add accessibility documentation ( #867 )
2019-04-29 22:08:56 -07:00
Jeff Sagal
ab99763981
go ahead and SSR, but don't put a button inside a button ( #864 )
2019-04-29 12:48:49 -07:00
Jeff Sagal
43cd6d34c3
only render functional components in the client ( #863 )
2019-04-29 11:31:54 -07:00
Jeff Sagal
8c68718c84
remove global component references from docs ( #862 )
2019-04-28 21:17:39 -07:00
Jeff Sagal
7d72db3134
add badges to components to indicate version support ( #859 )
2019-04-28 14:45:14 -07:00
Jeff Sagal
efa64cb199
remove any existing service workers ( #858 )
2019-04-27 16:27:43 -07:00
Jeff Sagal
efc5093207
Add API for overwriting default components ( #850 )
...
* implement API for overwriting child components
* add test coverage
* update documentation for Components & Styling
* update docs
* refactor API, update docs
* remove the service worker
* fix tests
2019-04-25 15:03:43 -07:00
Jeff
d522acacfd
bump meta description
2019-04-18 16:13:43 -05:00