Skip to content

Releases: childrentime/reactuse

2.2.9(Jul 6, 2023)

17 Jul 03:10
Compare
Choose a tag to compare

🚀 Enhancements

  • add useSetState #33
  • add useMeasure #33

📖 Documentation

  • auto insert demo.tsx #30

❤️ Contributors

2.2.8 (May 17 ,2023)

17 May 08:59
Compare
Choose a tag to compare

🚀 Enhancements

  • add useCookie #25
  • add useDoubleClick #26

📖 Documentation

  • rearrange the document order #23
  • auto insert type declarations #22

🩹Fix

  • fix esm import error and import lodash on demand #19

❤️ Contributors

2.2.5(April 6, 2023)

06 Apr 12:21
Compare
Choose a tag to compare

🚀 Enhancements and 📖 Documentation

  • add useSupported #12
  • add useTextSelection #12
  • add useEyeDropper #12

🏡 Chore

  • use pnpm #3
  • use new eslint settings #9

❤️ Contributors

2.2.4(March 30, 2023)

30 Mar 12:41
Compare
Choose a tag to compare

Core

  • add useCountDown Hook

2.2.2(March 10, 2023)

10 Mar 08:50
Compare
Choose a tag to compare

Core

  • add test for useActiveElement
  • fix bug in useDarkMode
  • add Option ignoreDefault in useLocalStorage and useSessionStorage

2.2.0(March 8, 2023)

08 Mar 13:15
Compare
Choose a tag to compare

Core

  • fixed some error
  • add some test

2.0.2 (March 3 ,2022)

07 Mar 13:30
Compare
Choose a tag to compare

core

  • fix ssr error
  • add useAsyncEffect

2.0.1(March 4, 2023)

04 Mar 09:19
Compare
Choose a tag to compare

Core

  • fixed some ssr error
  • fixed some test

2.0.0(March 4, 2023)

04 Mar 08:33
Compare
Choose a tag to compare

Core

  • fixed some ssr error
  • add useScrollIntoView
  • add useSticky
  • add useReducedMotion

1.1.3 (December 23 ,2022)

22 Jan 17:33
Compare
Choose a tag to compare

Core

  • add useControlled