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

693 Commits

Author SHA1 Message Date
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
Jeff Sagal a905f42271 ci(semantic-release): implement github plugin (#1082) 2020-03-04 20:18:13 -08:00
semantic-release-bot 9a499e66fe chore(🚀): 3.5.2 v3.5.2 2020-03-05 04:09:17 +00:00
Jeff Sagal bc0d6d219d fix: Add and update WAI-ARIA 1.1 combobox propeties (#1068)
* Add aria 1.1 combobox properties

* Update dropdown test to account for v-show changes

* test: fix dropdown tests

* test: fix pointer scroll warnings

* refactor: implement uniqueId function

* fix: close #1072

remove empty button

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2020-03-04 20:08:18 -08:00
Jeff Sagal 60cd603bc3 docs: correct typo in conventional changelog link (#1080) 2020-03-04 15:08:50 -08:00
semantic-release-bot 054cdd3ece chore(🚀): 3.5.1 v3.5.1 2020-03-02 00:36:59 +00:00
Veli Dönmez 269479315f fix: disable pointer events while during transition 2020-03-01 16:36:01 -08:00
semantic-release-bot f066ad76cd chore(🚀): 3.5.0 v3.5.0 2020-03-02 00:32:30 +00:00
Jeff Sagal 207c6d1cb6 feat(clearsearchonblur): add clearSearchOnBlur prop (#1077)
Add docs, update tests from #1060.
2020-03-01 16:31:21 -08:00
Jeff Sagal 33104b5380 ci(semantic-release): switch to github actions (#1076)
* ci: fix semantic release

* ci(semantic-release): add github workflows

* ci(semantic-release): run steps in one job

* ci: remove travis config

* ci: update coveralls and bundlewatch configs

* ci: fix test coverage, remove bundlewatch config

* ci: bump config

* ci: bump bundlewatch

* ci(semantic-release): bump release workflow
2020-03-01 15:42:30 -08:00
Jeff Sagal 4c469cb460 ci(semantic-release): implement semantic release flow (#1075)
* ci(semantic-release): add semantic release packages

* ci(semantic-release): add semantic release packages

* ci(semantic-release): update travis config

* ci(semantic-release): fix package.json

* ci: use node 10

* chore: update contributing guidelines

* chore: add commit script

* Update .travis.yml

* ci: update travis config

* ci: only deploy on master

* ci: well that didn't seem to do anything
2020-03-01 09:23:02 -08:00
Jeff Sagal add1a5282b chore: yarn upgrade (#1062)
* chore: yarn upgrade

* upgrade vue test utils

* fix selectable suite

* fix slot suite

* fix ajax suite

* fix reactive options suite

* fix typeahead suite

* fix reduce tests

* fix tagging suite

* fix deselecting

* fix deselecting

* fix deselecting
2020-02-29 08:30:32 -08:00
Bruno Dias ea8fdbf237 Allow user to control the behavior of clearSearchOnBlur. (#1060) 2020-02-23 12:44:47 -08:00
preterer 02ea82116c Add no-options slot to docs (#1063)
Closes #1058
2020-02-15 11:23:35 -08:00
Jeff Sagal b7c0d539c4 Fix #1035 (#1061) 2020-02-09 10:24:26 -08:00
dependabot[bot] 8763f4d648 Bump handlebars from 4.2.0 to 4.5.3 (#1032)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.2.0 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.2.0...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-09 09:51:15 -08:00