Skip to content

Releases: SukkaW/foxact

0.2.15

09 Jul 06:05
Compare
Choose a tag to compare

Core Changes

  • Add useIsClient
  • Make useErrorBoundary's parameter optional

0.2.14

04 Jul 06:55
Compare
Choose a tag to compare

Core Changes

  • Make the 2nd parameter of useReactRouterIsMatch optional
  • Add invariant type check for NavigationContext in useReactRouterEnableConcurrentNavigation

0.2.13

04 Jul 06:55
Compare
Choose a tag to compare

Core Changes

  • Add useReactRouterEnableConcurrentNavigation and <ReactRouterConcurrentNavigationProvider />

0.2.12

03 Jul 15:28
Compare
Choose a tag to compare

Core Changes

  • Add useReactRouterIsMatch

Misc Changes

  • Replace eslint-plugin-import with eslint-plugin-i
    • You should join me as well. Run npm install -D eslint-plugin-import@npm:eslint-plugin-i@latest in your projects!

0.2.11

30 Jun 04:32
Compare
Choose a tag to compare

Misc Changes

  • Making useUncontrolled more React Concurrent Rendering resilient by avoiding a hacky workaround.

0.2.10

23 Jun 15:30
Compare
Choose a tag to compare

Core Changes

  • Add useCompositionInput
  • createContextState now returns a fourth value in the tuple, which is the React Context that holds the state value. It is designed to be used with React.use.

0.2.9

17 Jun 11:59
Compare
Choose a tag to compare

Core Changes

  • Add useDebouncedValue and useDebouncedValue

0.2.8

10 Jun 12:36
Compare
Choose a tag to compare

Core Changes

  • Add onCopyError to useClipboard
  • Introduce useStableHandler

0.2.8-alpha.0

10 Jun 12:34
Compare
Choose a tag to compare
0.2.8-alpha.0 Pre-release
Pre-release

Core Changes

  • Add onCopyError to useClipboard

0.2.7

04 Jun 08:42
Compare
Choose a tag to compare

Misc Changes