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

708 Commits

Author SHA1 Message Date
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
andreas eedda74d43 fix: emit input event only if there is val to be deleted (#1038) 2020-03-15 19:17:25 -07:00
Jeff Sagal 0bad820f91 docs: add sponsors and contributors pages (#1108) 2020-03-15 12:02:01 -07:00
dependabot[bot] 59fdc54955 chore(deps): bump acorn from 5.7.3 to 5.7.4 (#1106)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 08:48:19 -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 85519c039e Update release.config.js (#1103) 2020-03-12 20:53:01 -07:00
semantic-release-bot ffa625714f chore(🚀): 3.9.0 v3.9.0 2020-03-13 03:47:07 +00:00
Jeff Sagal e6d0da6d52 feat: add open & close events (#1101) 2020-03-12 20:46:08 -07:00
Jeff Sagal bb3f28478f ci: semantic release plugin config (#1102) 2020-03-12 20:44:14 -07:00
Jeff Sagal a820f06d61 docs: overhaul slot docs (#1099)
* docs: sort slots alphabetically
2020-03-11 09:16:07 -07:00
semantic-release-bot 1ec5d0dd8a chore(🚀): 3.8.1 v3.8.1 2020-03-11 04:12:10 +00:00
Jeff Sagal 518e1919f8 fix(reduce): reduce + taggable bug (#1091)
Resolves #1089
Resolves #993
2020-03-10 21:10:58 -07:00
semantic-release-bot d71d592bb3 chore(🚀): 3.8.0 v3.8.0 2020-03-10 04:57:45 +00:00
Jeff Sagal b2f388bc89 feat: header, footer, list-header, list-footer slots (#1085) 2020-03-09 21:56:37 -07:00
semantic-release-bot 3c546346f7 chore(🚀): 3.7.2 v3.7.2 2020-03-10 02:10:04 +00: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
semantic-release-bot 531949447c chore(🚀): 3.7.1 v3.7.1 2020-03-09 00:59:13 +00:00
Jeff Sagal bc9553a82e fix: Compare Options with getOptionKey instead of label + reduce (#1012) 2020-03-08 17:58:06 -07:00
semantic-release-bot ca2c36c25b chore(🚀): 3.7.0 v3.7.0 2020-03-08 20:32:15 +00: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
semantic-release-bot 41bdfc4bcc chore(🚀): 3.6.0 v3.6.0 2020-03-05 16:36:52 +00: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