Skip to content

Releases: wmzy/react-use-control

v1.3.2

19 Mar 08:55

Choose a tag to compare

1.3.2 (2026-03-19)

Bug Fixes

  • improve Storybook docs table rendering and add cross-layer example (603f276)
  • improve Storybook story code display and fix demo issues (bf8277d)
  • show complete Counter source in story code panels (0a7df67)
  • use functional updater in MemoCounter to avoid stale closure (5c18771)

v1.3.1

19 Mar 02:55

Choose a tag to compare

1.3.1 (2026-03-19)

Bug Fixes

  • ci (2e652f9)
  • clean deps (3393b81)
  • initialize useControl with default values instead of null in story components (4a0e68f)

v1.3.0

18 Mar 09:33

Choose a tag to compare

1.3.0 (2026-03-18)

Features

  • update useControl API to accept a single argument for initial state and improve README documentation (5b2359e)

v1.2.1

18 Mar 07:37

Choose a tag to compare

1.2.1 (2026-03-18)

Bug Fixes

  • relax watch StrictMode test to not assert exact call count (1ef4759)
  • useThru interceptor behavior across re-renders (502ea93)

v1.2.0

17 Mar 13:40

Choose a tag to compare

1.2.0 (2026-03-17)

Bug Fixes

  • add .releaserc.json and skip prepublishOnly/prepare in CI for OIDC npm publish (6ae1b32)
  • read parent state from prototype in useThru to avoid StrictMode double-apply (bbc5c98)
  • remove unsupported --no-frozen-lockfile flag from pnpm add in CI (a0d485c)
  • upgrade npm to latest in release workflow for OIDC trusted publishing support (9349cf3)

Features

  • add controlEqual function for improved prop comparison (1c20565)