Skip to content

Releases: childrentime/reactuse

5.0.21(Aug 16, 2024)

16 Aug 04:06
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • feat(useLocalStorage): deprecated effectStorageValue, rename to mountStorageValue. add listenToStorageChanges option, default to true.

5.0.19(July 25, 2024)

25 Jul 08:08
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • feat: add usePreferredLanguages
  • feat: add useBroadcastChannel
  • feat: add useDevicePixelRatio
  • feat: add useElementByPoint
  • feat: add useQRCode

๐ŸฉนFix

  • fix next.js import error: SyntaxError: Named export 'a' not found. The requested module './index-client-Qon46B4S.js' is a CommonJS module, which may not support all module.exports as named exports.. which caused by use client with bunchee;

5.0.15(June 05, 2024)

05 Jun 09:14
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • add useControlled
  • add useDiscosure
  • add useEventSource

5.0.11(April 12, 2024)

12 Apr 03:53
e3d426c
Compare
Choose a tag to compare

๐ŸฉนFix

  • Fixed the issue where useOnceEffect does not execute the cleanup function

5.0.10(March 17, 2024)

19 Mar 09:39
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • add usePlatform
  • add useMobileLandscape

5.0.8(March 12, 2024)

12 Mar 07:46
Compare
Choose a tag to compare

๐ŸฉนFix

  • fix(useWindowScroll): ssr error

5.0.7(March 01, 2024)

01 Mar 02:47
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

  • restore target element #72
  • feat(useClickOutSide): support enable prop

๐Ÿ“– Documentation

  • add changelog

Full Changelog: v5.0.6...v5.0.7

5.0.0(Feb 05, 2024)

05 Feb 13:58
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

Standardized type exports.

๐ŸฉนFix

  • delete useControlled
  • delete useVirtualList

๐Ÿ“– Documentation

We have built a brand new website documentation using Docusaurus, support i18n.

4.0.10(Oct 08, 2023)

08 Oct 13:09
Compare
Choose a tag to compare

๐Ÿš€ Enhancements

feat: add useLocationSelector #63 @childrentime

4.0.9(Oct 07, 2023)

07 Oct 14:42
Compare
Choose a tag to compare

๐Ÿš€ Enhancements