Jeff Sagal
115f24aba2
fix: allow typeAheadSelect only when option is selectable ( #1529 )
2022-02-17 16:57:27 -08:00
semantic-release-bot
0c72638d5e
chore( 🚀 ): 3.18.0
v3.18.0
2022-02-17 20:22:42 +00:00
Jeff Sagal
1ecf71aa4b
feat: deprecate sass, convert to css ( #1531 )
2022-02-17 12:21:27 -08:00
semantic-release-bot
361523056f
chore( 🚀 ): 3.17.0
v3.17.0
2022-02-17 20:03:37 +00:00
Mehdi ghasemi
5c09d6ffba
feat: set pointer to most recent selected option on open ( #1574 )
...
Co-authored-by: Jeff Sagal <sagalbot@gmail.com >
2022-02-17 12:02:24 -08:00
Jeff Sagal
475b75d0fe
chore: update bug template
2022-02-17 11:14:18 -08:00
Jeff Sagal
070dc00b79
chore: update issue templates
2022-02-17 11:07:29 -08:00
Jeff Sagal
0d294c31bd
docs: add reduce caveats
2021-10-22 17:17:18 -07:00
semantic-release-bot
5a6c9bf707
chore( 🚀 ): 3.16.0
v3.16.0
2021-10-20 16:33:04 +00:00
Jeff Sagal
129bfd7034
feat: add $vs-component-bg to sass variables ( #1528 )
...
#1490
2021-10-20 09:31:37 -07:00
Jeff Sagal
e8d7abbf33
refactor: use an immediate watcher instead of created hook for reduce ( #1523 )
2021-10-18 13:35:36 -07:00
semantic-release-bot
dc9bb227aa
chore( 🚀 ): 3.15.1
v3.15.1
2021-10-18 17:08:04 +00:00
Flo Edelmann
b7d1f70985
fix: vs__selected position set to absolute while loading with empty search value ( #1396 )
2021-10-18 10:06:59 -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
semantic-release-bot
72e491142b
chore( 🚀 ): 3.15.0
v3.15.0
2021-10-17 17:06:23 +00: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
semantic-release-bot
4bb24bfb7f
chore( 🚀 ): 3.14.0
v3.14.0
2021-10-17 16:48:13 +00:00
andreas
68da1c172e
feat: add deselectFromDropdown boolean prop ( #1033 )
2021-10-17 09:47:06 -07:00
semantic-release-bot
caf8a34e09
chore( 🚀 ): 3.13.3
v3.13.3
2021-10-15 21:36:14 +00: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
dependabot[bot]
5a1f86d746
chore(deps): bump tmpl from 1.0.4 to 1.0.5 ( #1497 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
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:34:52 -07:00
Flo Edelmann
d4c7be4fbc
fix: always set cursor CSS property, not just on hover ( #1517 )
2021-10-15 14:34:30 -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
semantic-release-bot
323164b5df
chore( 🚀 ): 3.13.2
v3.13.2
2021-10-06 17:59:07 +00:00
Jeff Sagal
766a2cb7b2
fix: autoscroll should scroll to item when opening dropdown ( #1513 )
2021-10-06 10:57:36 -07:00
semantic-release-bot
9917747ab9
chore( 🚀 ): 3.13.1
v3.13.1
2021-10-06 16:53:12 +00:00
Yilmaz
b965b3b195
fix(filtering): transform letters to locale specific cases ( #1511 )
2021-10-06 09:51:43 -07:00
Jeff Sagal
da0bcb0929
chore(deps): update vue test utils ( #1512 )
2021-10-06 09:38:50 -07:00
semantic-release-bot
bbbac18cf9
chore( 🚀 ): 3.13.0
v3.13.0
2021-08-26 19:47:26 +00:00
Jeff Sagal
4230bba934
feat: add vs--multiple state class for multiselects ( #1484 )
2021-08-26 12:46:27 -07:00
dependabot[bot]
aa7f8e7575
chore(deps): bump url-parse from 1.4.7 to 1.5.3 ( #1480 )
...
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:38 -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
semantic-release-bot
896c323abe
chore( 🚀 ): 3.12.3
v3.12.3
2021-08-23 20:51:10 +00:00
HckrNews
58905e1659
fix: use click instead of mousedown event, fixes iOS bug ( #1248 )
...
Thanks to @PieterWigboldus for originally reporting in #814 and fixing in #815 .
Co-authored-by: Jeff Sagal <sagalbot@gmail.com >
2021-08-23 13:50:06 -07:00
dependabot[bot]
c8571c1504
chore(deps): bump path-parse from 1.0.6 to 1.0.7 ( #1473 )
...
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:03:06 -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
a64ffc32d0
build: update eslint config ( #1470 )
2021-08-01 11:46:17 -07:00
Jeff Sagal
96819ebb91
build: add prettier and eslint ( #1090 )
2021-07-30 11:01:59 -07:00
semantic-release-bot
f702040f5b
chore( 🚀 ): 3.12.2
v3.12.2
2021-07-30 00:38:55 +00:00
Daniel Molnar
0f763f3ac4
fix: set !default for $vs-controls-deselect-text-shadow ( #1468 )
...
- added missing `!default` for $vs-controls-deselect-text-shadow,
which was the only one not having it
- `!default` is necessary in order to be able override the variable
2021-07-29 17:37:49 -07:00
semantic-release-bot
335920b586
chore( 🚀 ): 3.12.1
v3.12.1
2021-07-22 21:41:39 +00:00
Jeff Sagal
5e1ac1f5ec
fix: no-options slot should use mutableLoading instead of loading prop ( #1465 )
2021-07-22 14:40:29 -07:00
semantic-release-bot
d648a1f8bc
chore( 🚀 ): 3.12.0
v3.12.0
2021-07-22 20:52:47 +00: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