Skip to content

Releases: downshift-js/downshift

v6.0.16

18 Jan 18:05
4b6860e
Compare
Choose a tag to compare

6.0.16 (2021-01-18)

Bug Fixes

  • hooks: prevent overwrite of itemRefs when hooks rerender (#1219) (4b6860e)

v6.0.15

12 Jan 14:07
0d87ecb
Compare
Choose a tag to compare

6.0.15 (2021-01-12)

Performance Improvements

v6.0.14

11 Jan 13:53
b387f61
Compare
Choose a tag to compare

6.0.14 (2021-01-11)

Bug Fixes

v6.0.13

10 Jan 10:14
5e9f2c9
Compare
Choose a tag to compare

6.0.13 (2021-01-10)

Bug Fixes

  • types: UseComboboxGetComboboxPropsOptions typing (#1193) (5e9f2c9)

v6.0.12

08 Jan 15:26
a3103d7
Compare
Choose a tag to compare

6.0.12 (2021-01-08)

Performance Improvements

v6.0.11

07 Jan 19:33
2edda8b
Compare
Choose a tag to compare

6.0.11 (2021-01-07)

Bug Fixes

  • cleanupStatus: cleanup message container when it's outside the default document (#1204) (2edda8b)

v6.0.10

27 Dec 11:20
57a41cf
Compare
Choose a tag to compare

6.0.10 (2020-12-27)

Bug Fixes

v6.0.9

26 Dec 17:27
c73d7c1
Compare
Choose a tag to compare

6.0.9 (2020-12-26)

Performance Improvements

  • scroll: replace useEffect with useLayoutEffect (#1210) (c73d7c1)

v6.0.8

26 Dec 09:48
0761333
Compare
Choose a tag to compare

6.0.8 (2020-12-26)

Bug Fixes

  • types: props optional for useMultipleSelect (#1209) (0761333)

v6.0.7

11 Dec 08:47
cdfb1d2
Compare
Choose a tag to compare

6.0.7 (2020-12-11)

Bug Fixes

  • isOrContainsNode: check if child is instance of Node (#1195) (c55571f), closes #1155