semantic-release-bot
f11d8b781b
chore( 🚀 ): 3.11.0
v3.11.0
2020-12-18 20:19:45 +00:00
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
shaykingsbury
292455b5ce
chore: Update README.md ( #1288 )
...
Added exclamation.
2020-09-22 15:16:06 -07: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]
71d47658c5
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 ( #1283 )
...
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:57 -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
dependabot[bot]
c2fcce156f
chore(deps): bump http-proxy from 1.18.0 to 1.18.1 ( #1280 )
...
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:48:22 -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
semantic-release-bot
41405f9242
chore( 🚀 ): 3.10.8
v3.10.8
2020-08-11 15:58:51 +00:00
Rohith K P
8ccd336b0d
fix(search-slot): use computed property as reference to search el ( #1254 )
2020-08-11 08:57:36 -07:00
semantic-release-bot
2615fa1411
chore( 🚀 ): 3.10.7
v3.10.7
2020-07-09 17:00:48 +00:00
Jeff Sagal
dab5684489
fix(transitions): add key to dropdown ul ( #1230 )
2020-07-09 09:59:45 -07:00
Jeff Sagal
4360f00137
docs(fuse): fix fuse.js example ( #1229 )
2020-07-09 09:43:47 -07:00
semantic-release-bot
1b3294319a
chore( 🚀 ): 3.10.6
v3.10.6
2020-07-09 15:58:42 +00:00
dependabot[bot]
61817f358e
chore(deps): bump npm from 6.14.1 to 6.14.6 ( #1225 )
...
Bumps [npm](https://github.com/npm/cli ) from 6.14.1 to 6.14.6.
- [Release notes](https://github.com/npm/cli/releases )
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md )
- [Commits](https://github.com/npm/cli/compare/v6.14.1...v6.14.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-09 08:57:30 -07:00
Jeff Sagal
dd6e00cb79
fix(appendToBody): Inverted X and Y bug correction ( #1221 )
2020-07-09 08:57:05 -07:00
Olivier JARRY
e7109a08d5
bug(appendToBody): Inverted X and Y bug correction ( #1221 )
2020-07-08 15:39:21 -07:00
Jeff Sagal
9e4955e96a
docs(ads): update to ethical ads ( #1224 )
2020-07-07 12:57:21 -07:00
semantic-release-bot
b29f75dd08
chore( 🚀 ): 3.10.5
v3.10.5
2020-06-25 17:46:12 +00:00
bertybot
bfad3d00c6
fix(IE11): make appendToBody directive IE11 friendly
...
add a check for the IE implementation of scroll window variables so that the appendToBody Directive is compatible with IE 11
2020-06-25 10:45:01 -07:00
semantic-release-bot
b7c5119a2d
chore( 🚀 ): 3.10.4
v3.10.4
2020-06-25 17:23:35 +00:00
schelmo
a21c973e53
fix(reduce): do not set $data._value in updateValue if reduce option is set
...
Closes #1210
2020-06-25 10:22:29 -07:00
dependabot[bot]
0f79e18b89
chore(deps): bump acorn from 6.3.0 to 6.4.1 in /docs ( #1107 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
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:38 -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
dependabot[bot]
d52dd81a24
chore(deps): bump websocket-extensions from 0.1.3 to 0.1.4 ( #1203 )
...
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:05 -07:00
Jeff Sagal
141776bda6
docs: add autocomplete prop ( #1178 )
...
Closes #1175
2020-04-29 12:47:06 -07:00
semantic-release-bot
699411f6f4
chore( 🚀 ): 3.10.3
v3.10.3
2020-04-29 19:32:30 +00:00
Doug Kurucz
e931f23ce6
fix: allow mouse events in the search input ( #1092 )
...
Co-authored-by: Doug Kurucz <doug.kurucz@twosixlabs.com >
Co-authored-by: Jeff <sagalbot@gmail.com >
2020-04-29 12:31:20 -07:00
semantic-release-bot
85a3b0e7b6
chore( 🚀 ): 3.10.2
v3.10.2
2020-04-25 15:51:05 +00:00
Beni Rupp
ed58352c2f
fix: do not show cursor as pointer when unsearchable select is disabled ( #1171 )
2020-04-25 08:49:56 -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
semantic-release-bot
f5d0e1d7bf
chore( 🚀 ): 3.10.1
v3.10.1
2020-04-17 22:27:45 +00:00
inoric
f47180cdae
fix: fix keyboard option navigation skipping all items ( #1165 )
...
Fixes #1161 . Navigating with up or down arrows would always go to first and last option, skipping
everything in between. Caused by missing break statements, probably deleted by accident.
#1161
Co-authored-by: Dino Pejaković <dino.pejakovic@voxdiversa.hr >
2020-04-17 15:26:30 -07:00
semantic-release-bot
538df2c1f3
chore( 🚀 ): 3.10.0
v3.10.0
2020-04-12 22:46:03 +00: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
semantic-release-bot
e65258df97
chore( 🚀 ): 3.9.6
v3.9.6
2020-04-12 19:37:35 +00:00
Jeff Sagal
f0e669c022
fix: create option not being called ( #1158 )
...
Closes #1156
2020-04-12 12:36:19 -07:00
semantic-release-bot
142a639444
chore( 🚀 ): 3.9.5
v3.9.5
2020-03-26 23:53:09 +00:00
Jeff Sagal
11306321a2
fix: add aria-activedescendant only when there is one ( #1137 )
2020-03-26 16:51:53 -07:00
Jeff Sagal
87a7b18e2a
chore: add release date shield ( #1125 )
2020-03-20 09:50:11 -07:00
semantic-release-bot
df724a7eec
chore( 🚀 ): 3.9.4
v3.9.4
2020-03-20 16:33:06 +00:00
Jeff Sagal
f90a14470b
fix: existing options should be selected with taggable ( #1124 )
...
Closes #1121
2020-03-20 09:31:59 -07:00
semantic-release-bot
8e061ce1af
chore( 🚀 ): 3.9.3
v3.9.3
2020-03-19 17:13:36 +00:00
Hector Romero
fea430df27
fix: use width from getBoundingClientRect as the default for calculatePosition ( #1114 )
...
* fix: use box-sizing: border-box; on dropdown menu
Co-authored-by: Jeff <sagalbot@gmail.com >
2020-03-19 10:12:32 -07:00
semantic-release-bot
349d5c3856
chore( 🚀 ): 3.9.2
v3.9.2
2020-03-19 16:11:18 +00:00
Bruno Dias
4c7e1e0426
fix: don't stop mousedown event on no-option slot ( #1117 )
2020-03-19 09:10:08 -07:00
Jeff Sagal
ca4f3c4017
test: move backspace test ( #1109 )
2020-03-15 19:31:45 -07:00
semantic-release-bot
60947c2925
chore( 🚀 ): 3.9.1
v3.9.1
2020-03-16 02:22:20 +00:00