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

157 Commits

Author SHA1 Message Date
Jeff Sagal 492b323613 ci: update action runners (#1829)
* ci: update action runners

* style: fix prettier

* Update test.yml
2024-04-03 09:34:07 -07:00
Jeff Sagal a573a76e82 docs: remove noindex tags (#1827) 2024-03-27 12:24:35 -07:00
Jeff Sagal 3894962e8b docs: update link 2024-03-21 13:36:20 -07:00
Jeff Sagal b994c95d6c docs: update sponsors 2024-03-21 13:28:39 -07:00
Jeff Sagal ffd544f101 build(1733): parse deploy preview env int (#1734) 2022-12-17 12:20:32 -08:00
cimchd 8d2ac2d36c docs: Update install.md (#1723) 2022-12-16 11:23:16 -08:00
Jeff Sagal c886fcfc67 docs(1731): remove GA & allow deploy previews (#1732) 2022-12-16 11:21:58 -08:00
Luis Saraza bbe0002f86 docs: Update Setting Globally at Registration Docs to Vue3 (#1693) 2022-11-08 10:05:07 -08:00
Ramazan SANCAR 9e1e7125fa docs: Typo fix (#1669) 2022-08-24 16:50:28 -07:00
Pierre Chamberlain befcf750c2 docs: Update positioning.md (#1664) 2022-07-27 09:08:55 -07:00
dependabot[bot] fc643db043 chore(deps): bump url-parse from 1.5.3 to 1.5.10 in /docs (#1604)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 12:23:48 -07:00
dependabot[bot] 1411d2c7d3 chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /docs (#1602)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 12:23:36 -07:00
dependabot[bot] 78fa5d2c92 chore(deps): bump postcss from 7.0.27 to 7.0.39 in /docs (#1580)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 12:23:25 -07:00
dependabot[bot] 49733a3b19 chore(deps): bump ajv from 6.12.0 to 6.12.6 in /docs (#1572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 12:23:14 -07:00
dependabot[bot] 0eeee486e4 chore(deps): bump node-fetch from 2.6.1 to 2.6.7 in /docs (#1579)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 12:23:00 -07:00
René Eschke ba4104117a docs: removing duplicate search doc (#1591) 2022-02-18 13:47:57 -08:00
Jeff Sagal 1ecf71aa4b feat: deprecate sass, convert to css (#1531) 2022-02-17 12:21:27 -08:00
Jeff Sagal 0d294c31bd docs: add reduce caveats 2021-10-22 17:17:18 -07:00
Jeff Sagal 44e1eec53d docs: remove reference to @change event (#1521)
Closes #1115
2021-10-17 13:44:49 -07:00
Jeff Sagal 3cf41402ef docs: customizing dropdown behaviour (#1520) 2021-10-17 13:38:36 -07:00
Fariborz Emami 14ea58b9e5 docs: add loading property (#1475)
* Update props.md, add loading property

* Update props.md
2021-10-17 10:09:50 -07:00
The Jared Wilcurt bf8be2ec26 feat: move uid to props (#1362)
* Add uniqueKey prop

* move uid to prop

* Update props.md

Co-authored-by: TheJaredWilcurt <4629794+TheJaredWilcurt@users.noreply.github.com>
Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2021-10-17 10:04:51 -07:00
andreas 68da1c172e feat: add deselectFromDropdown boolean prop (#1033) 2021-10-17 09:47:06 -07:00
dependabot[bot] ac2cd843d6 chore(deps): bump prismjs from 1.20.0 to 1.25.0 in /docs (#1496)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 14:35:00 -07:00
Brian Kuzma 119bf41280 docs(pagination): fix bugs in Pagination use case example in docs (#1492)
* fix(Paginated): fix bugs in Pagination use case example in docs

Reset the current offset each type the search query changes; otherwise
there may be no results shown if the user clicked forward one or more
pages and then typed to search.

Replace instances of magic number 10 with the "limit" variable;
otherwise changing the value of the "limit" data prop will result in
buggy behavior because clicking forward and back still updates the
offset by 10.

Convert query and country name strings to lower case before filtering
the list so that the user doesn't have to match the exact case of the
country names.

* Update Paginated.vue

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2021-10-07 08:28:20 -07:00
Yilmaz b965b3b195 fix(filtering): transform letters to locale specific cases (#1511) 2021-10-06 09:51:43 -07:00
dependabot[bot] dd5ef114f0 chore(deps): bump url-parse from 1.4.7 to 1.5.3 in /docs (#1479)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 13:51:28 -07:00
dependabot[bot] a12c9e1efd chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /docs (#1474)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 09:02:39 -07:00
Jeff Sagal dd281aa8c6 refactor: apply eslint fixes (#1469) 2021-08-01 12:30:50 -07:00
Jeff Sagal 1676947319 feat: add dropdownShouldOpen prop (#1464) 2021-07-22 13:51:43 -07:00
Alexander Karlstad 94549ff903 docs: Add search event to documentation (#1342)
* Add search event to documentation

* Fix jsdoc for other event examples

* Add toggleLoading param to documentation

* Update events.md

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2021-07-22 13:35:07 -07:00
Can Geliş 86dd03dfda docs: add open and close events to the documentation (#1366)
* add open and close events to the documentation
* Update events.md

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2021-07-22 13:22:52 -07:00
Kevin Cameron 7d59ab206f docs: Fix typo (#1374) 2021-07-22 13:18:31 -07:00
George Catalin 7da3ad422f docs: add missing @search event #1417 2021-07-22 13:15:18 -07:00
Jeff Sagal 2e8dd919ca docs: update sponsors, remove ads 2021-07-20 09:20:23 -07:00
Sølve Tornøe 5dfb9e5f73 docs: Add missing components prop to props API (#1337) 2020-12-18 14:20:15 -08:00
Sølve Tornøe 423973badf docs: sort props alphabetically (#1334) 2020-12-18 13:55:30 -08: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
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