Skip to content

Tags: downshift-js/downshift

Tags

v9.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): add null to selectedItem type (#1642)

v9.0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(hooks): suppressRefError improvement (#1618)

v9.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(useMouseAndTouchTrackers): dependency array (#1612)

* fix(useMouseAndTouchTrackers): dependency array

* remove console logs

* some improvements

* pass references

v9.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(hooks): return boolean for aria-selected (#1603)

v9.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(highlightedIndex): do not highlight disabled items (#1601)

v9.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): replace index with number (#1592)

v9.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(hooks): fix highlight on arrow key opening (#1591)

* fix(hooks): fix highlight on arrow key opening

* remove redundant tests

v9.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(hooks): do not highlight disabled items on menu open (#1587)

v9.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(a11yStatus): pass correct dependency array (#1586)

v9.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: V9 (#1582)

<!--
Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated!

Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).

Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).

If you're new to contributing to open source projects, you might find this free
video course helpful: http://kcd.im/pull-request

Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->

<!-- What changes are being made? (What feature/bug is being fixed here?) -->

**What**:
BREAKING CHANGE: Release Downshift v9.

<!-- Why are these changes necessary? -->

**Why**:
Release the changes in:
- #1580
- #1579
- #1583

Closes #1322.
Closes #1244.
Closes #1227
Closes #1225.
<!-- How were these changes implemented? -->

**How**:
Merged the PRs in this branch.
<!-- Have you done all of these things?  -->

**Checklist**:

<!-- add "N/A" to the end of each line that's irrelevant to your changes -->

<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" -->

- [x] Documentation
- [x] Tests
- [x] TypeScript Types
- [ ] Flow Types
- [x] Ready to be merged
      <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->

<!-- feel free to add additional comments -->