Skip to content

Releases: react-hookz/web

v19.2.0

Choose a tag to compare

@xobotyi xobotyi released this 20 Nov 15:30

19.2.0 (2022-11-20)

Features

v19.1.0

Choose a tag to compare

@xobotyi xobotyi released this 12 Nov 16:37

19.1.0 (2022-11-12)

Features

  • useStorageValue: add custom parse and stringify functions to options (#913) (095d371)

v19.0.0

Choose a tag to compare

@xobotyi xobotyi released this 12 Nov 16:27

19.0.0 (2022-11-12)

Bug Fixes

  • useMeasure: only expose with and height properties (#954) (161c18d), closes #951

BREAKING CHANGES

  • useMeasure: Only width and height are now exposed from the element instead of the whole DOMRect

v18.0.1

Choose a tag to compare

@xobotyi xobotyi released this 10 Nov 12:46

18.0.1 (2022-11-10)

Bug Fixes

  • useStorageValue: make methods to be stable between renders (#1015) (2211bb7), closes #1014

v18.0.0

Choose a tag to compare

@xobotyi xobotyi released this 09 Nov 05:45

18.0.0 (2022-11-09)

BREAKING CHANGES

  • useDocumentTitle has been removed.

v17.0.1

Choose a tag to compare

@xobotyi xobotyi released this 05 Nov 11:25

17.0.1 (2022-11-05)

Bug Fixes

  • useStorageValue: respect initializeWithValue default, fix docs and tests (#1003) (1f730d6), closes #1002

v17.0.0

Choose a tag to compare

@xobotyi xobotyi released this 03 Nov 13:09

17.0.0 (2022-11-03)

  • Rework useStorageValue to more simple and robust variant (#960) (7bcc385), closes #960

BREAKING CHANGES

  • new implementation brings different API.
    It is not backward compatible!

Co-authored-by: Arttu Olli

v16.1.0

Choose a tag to compare

@xobotyi xobotyi released this 23 Oct 18:05

16.1.0 (2022-10-23)

Features

  • useDeepCompareMemo: Implement useDeepCompareMemo (#979) (532cc41), closes #871

v16.0.1

Choose a tag to compare

@xobotyi xobotyi released this 22 Oct 20:09

16.0.1 (2022-10-22)

Bug Fixes

  • useCustomCompareMemo: Correctly infer the type of the value returned by the factory function (#976) (a625c55), closes #975

v16.0.0

Choose a tag to compare

@xobotyi xobotyi released this 09 Oct 11:05

16.0.0 (2022-10-09)

Styles

  • remove I prefix from types and interfaces (c2a1ff4)

BREAKING CHANGES

  • I prefix removed from all types having it.