Skip to content

Releases: streamich/react-use

v13.2.2

06 Nov 13:03
Compare
Choose a tag to compare

13.2.2 (2019-11-06)

Bug Fixes

v13.2.1

04 Nov 09:39
Compare
Choose a tag to compare

13.2.1 (2019-11-04)

Bug Fixes

  • yarn.lock: re-create the yarn.lock file with nailed versions in devDeps (f094a3a)

v13.2.0

04 Nov 09:17
Compare
Choose a tag to compare

13.2.0 (2019-11-04)

Features

  • re-create yarn.lock (d48e03e)
  • re-create yarn.lock (ccdffe0)
  • usePreviousDistinct: add tests for undefined value behaviour; (cb373f9)
  • usePreviousDistinct: improve types; (30f53e8)
  • usePreviousDistinct: now predicate not called on initial render; (fbe9b13)
  • useStateList: rework useStateList to make it work properly. (242c274)
  • useTitle: reworked hook to make it synchronous without useUpdate; (a133267)
  • useWindowSize: A bit changed lyfecycle and added types; (03bdecf)

v13.1.0

01 Nov 23:33
Compare
Choose a tag to compare

13.1.0 (2019-11-01)

Features

  • pull request template for features (1dc21f3)

v13.0.1

01 Nov 22:30
Compare
Choose a tag to compare

13.0.1 (2019-11-01)

Bug Fixes

  • useLockBodyScroll: infer overflow type directly from declaration. (26baf47)

v13.0.0

01 Nov 21:35
Compare
Choose a tag to compare

13.0.0 (2019-11-01)

  • Merge pull request #711 from streamich/remove-react-wait (8d40f18), closes #711

Features

  • remove useRefMounted hook (ad74d3d)
  • useRefMounted: remove obsolete hook; (dc364c8)
  • useWait: removed from package due to it is simple reexport of other package; (d7c38bd)

BREAKING CHANGES

  • useWait hook has been removed from react-use
  • deprecated useRefMounted hook is now removed, use useMountedState hook instead

v12.13.0

31 Oct 21:04
Compare
Choose a tag to compare

12.13.0 (2019-10-31)

Features

  • useCounter: reworked with use of new resolveHookState function plus improved memory usage; (befcf84)
  • useGetSet: reworked with use of new resolveHookState function plus improved memory usage; (9b5d0f2)
  • react-like state resolver to use it in stateful hooks; (9fd02eb)

v12.12.0

31 Oct 20:01
Compare
Choose a tag to compare

12.12.0 (2019-10-31)

Features

  • add typings for createReducer (f1cf036)

v12.11.0

31 Oct 08:16
Compare
Choose a tag to compare

12.11.0 (2019-10-31)

Features

  • useWait: add deprecation messages to readme and export; (d338245)

v12.10.0

30 Oct 15:39
Compare
Choose a tag to compare

12.10.0 (2019-10-30)

Features

  • useUpdate: improve memory usage - now single function instance to increment all counters; (0f02fd0)