Releases: downshift-js/downshift
Releases · downshift-js/downshift
v7.1.1
7.1.1 (2023-01-08)
Bug Fixes
- useMultipleSelection: prevent adding items on Backspace/Delete without activeIndex (#1458) (d1a7f67)
v7.1.0
7.1.0 (2023-01-04)
Features
- useSelect: improve highlight by character keys algorithm (#1456) (d822530)
v7.0.5
7.0.5 (2022-12-17)
Bug Fixes
- add clean up to avoid effect firing twice in strict mode (#1436) (25a673b)
v7.0.4
7.0.4 (2022-11-23)
Bug Fixes
- TS: make refKey optional in GetRootPropsOptions (#1444) (d62ba91)
v7.0.3
7.0.3 (2022-11-23)
Bug Fixes
v7.0.1
7.0.1 (2022-10-27)
Bug Fixes
- useSelect: trigger click manually on Enter / Space (#1429) (04a9d9d)
v7.0.0
7.0.0 (2022-10-22)
Features
BREAKING CHANGES
- updates to useCombobox and useSelect to adhere to the 1.2 version of the ARIA Combobox pattern.
Migration guide is available in this file.
Closes #1365.
Closes #1239.
Contains changes from #1149.
v6.1.11
6.1.11 (2022-09-16)
Bug Fixes
- hooks: remove highlight when hovering disabled item (#1408) (c188cc1)
v6.1.10
6.1.10 (2022-09-14)
Bug Fixes
- useCombobox: prevent default on Escape when open or has content (#1407) (3eb7b44)