Skip to content

Releases: downshift-js/downshift

v7.0.5

17 Dec 13:43
25a673b
Compare
Choose a tag to compare

7.0.5 (2022-12-17)

Bug Fixes

  • add clean up to avoid effect firing twice in strict mode (#1436) (25a673b)

v7.0.4

23 Nov 12:58
d62ba91
Compare
Choose a tag to compare

7.0.4 (2022-11-23)

Bug Fixes

  • TS: make refKey optional in GetRootPropsOptions (#1444) (d62ba91)

v7.0.3

23 Nov 12:13
1cbb53a
Compare
Choose a tag to compare

7.0.3 (2022-11-23)

Bug Fixes

v7.0.1

27 Oct 15:34
04a9d9d
Compare
Choose a tag to compare

7.0.1 (2022-10-27)

Bug Fixes

  • useSelect: trigger click manually on Enter / Space (#1429) (04a9d9d)

v7.0.0

22 Oct 09:32
7540e3d
Compare
Choose a tag to compare

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.12

24 Sep 08:58
6bd18eb
Compare
Choose a tag to compare

6.1.12 (2022-09-24)

Bug Fixes

v6.1.11

16 Sep 19:11
c188cc1
Compare
Choose a tag to compare

6.1.11 (2022-09-16)

Bug Fixes

  • hooks: remove highlight when hovering disabled item (#1408) (c188cc1)

v6.1.10

14 Sep 09:34
3eb7b44
Compare
Choose a tag to compare

6.1.10 (2022-09-14)

Bug Fixes

  • useCombobox: prevent default on Escape when open or has content (#1407) (3eb7b44)

v6.1.9

11 Aug 07:29
1054249
Compare
Choose a tag to compare

6.1.9 (2022-08-11)

Bug Fixes

  • hooks: do not accept undefined as initial values (#1398) (1054249)

v6.1.8

11 Aug 07:00
bf709b9
Compare
Choose a tag to compare

6.1.8 (2022-08-11)

Bug Fixes

  • useMultipleSelect: removeSelectedItem adding duplicate items to selected items (#1353) (bf709b9), closes #1316