Skip to content

Releases: junerver/ComposeHooks

2.0.0

10 Jul 01:33

Choose a tag to compare

  • Upgrade kotlin 2.0.0
  • Refactor usePersistent
  • Add useBuildInfo \ useBatteryInfo \ useScreenInfo \ useDisableScreenshot
  • Add useFlashlight
  • Add useWakeLock \ useWindowFlags
  • Add useScreenBrightness
  • Add useCounter
  • Add useCountdown
  • Add useAutoReset
  • Add useIdel
  • Add useResetState

v1.0.16

21 Jun 01:15

Choose a tag to compare

  • useRequest preview available

v1.0.15

23 May 02:55

Choose a tag to compare

v1.0.14

14 May 06:56

Choose a tag to compare

  • refactor Ref
  • refactor useForm, complete the validator
  • fix #9

v1.0.13

06 May 07:15

Choose a tag to compare

  • #2 Fix the closure problem of useReducer in some specific scenarios

v1.0.12

25 Apr 08:15

Choose a tag to compare

  • refactor ReduxProvider
  • refactor useReducer, add middleware capabilities
  • add new hook : useKeyboard to control keyboard hide or show
  • refactor usePersistent
  • refactor Store
  • refactor useMount
  • add new hook : useUnmountedRef

v1.0.11

12 Apr 01:19

Choose a tag to compare

  • refactor  useDispatchAsync
  • change debounce default option
  • add new hook : usePersistent
  • refactor  useDebounceEffectuseThrottleEffect, now in effect block can execute suspend funcation

v1.0.10

03 Apr 02:01

Choose a tag to compare

  • add new hook : useClipboard
  • refactor createStoreuseSelectoruseDispatchuseDispatchAsync

v1.0.9

02 Apr 02:57

Choose a tag to compare

  • add new override for useSelector
  • add new hook: useAsync
  • add new hook: useDispatchAsync

v1.0.8

01 Apr 07:06

Choose a tag to compare

  • add new hooks: useSelector \ useDispatch, headless componenet: ReduxProvider

now you can easier to management global state