Skip to content

Releases: streamich/react-use

v17.5.0

22 Jan 11:03
Compare
Choose a tag to compare

17.5.0 (2024-01-22)

Features

  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

v17.4.4

21 Jan 10:00
Compare
Choose a tag to compare

17.4.4 (2024-01-21)

Bug Fixes

v17.4.3

13 Jan 14:19
Compare
Choose a tag to compare

17.4.3 (2024-01-13)

Bug Fixes

  • update useMedia hook to use recommended approach of MDN (e7379f0)

v17.4.2

01 Dec 17:44
Compare
Choose a tag to compare

17.4.2 (2023-12-01)

Bug Fixes

  • correct peer dependencies (d770587)

v17.4.1

28 Nov 09:48
Compare
Choose a tag to compare

17.4.1 (2023-11-28)

Bug Fixes

  • πŸ› bump nano-css version (812952b)

v17.4.0

20 May 12:10
Compare
Choose a tag to compare

17.4.0 (2022-05-20)

Features

  • add usePinchZoom sensor hook (3e042cb)

v17.3.3

20 May 11:16
Compare
Choose a tag to compare

17.3.3 (2022-05-20)

Bug Fixes

v17.3.2

30 Dec 14:35
Compare
Choose a tag to compare

17.3.2 (2021-12-30)

Bug Fixes

  • useMedia SSR hydration bug with defaultState (#2216) (5c01189)

v17.3.1

31 Aug 22:31
Compare
Choose a tag to compare

17.3.1 (2021-08-31)

Performance Improvements

  • ⚑️ change title only if it changed (51ef8d9)

v17.3.0

31 Aug 21:40
Compare
Choose a tag to compare

17.3.0 (2021-08-31)

Bug Fixes

  • do not re-render unncessarily in useAsyncFn hook (fa3ba25)

Features

  • useAudio add playing state (3203610)