Skip to content

Releases: float-toolkit/react

Float Toolkit 2.0.4 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 07 Jan 05:48

Float Toolkit 2.0.4 for React

Bug fixes

  • The methods are now wrapped in a useCallback hook to prevent unintended rerenders.
  • Fixed the README and other documents

Float Toolkit 2.0.3 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 14 Dec 02:12

Float Toolkit 2.0.3 for React

Bug fixes

  • Now compiled using ESBuild to enable support for both CommonJS and ESM and get rid of unnecessary files.

Float Toolkit 2.0.2 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 30 Jun 01:14

Float Toolkit 2.0.2 for React

Patches

  • Ignore tsconfig.test.json.

Float Toolkit 2.0.1 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 30 Jun 01:11

Float Toolkit 2.0.1 for React

Patches

  • Ignore scripts directory and vitest.config.ts.

Float Toolkit 2.0.0 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 30 Jun 01:04

Float Toolkit 2.0.0 for React

Second major release of Float Toolkit for React.

Features

  • ReactFT.VERSION object.
  • Tested with Vitest and over 95% code coverage.
  • And of course, all of the features of @float-toolkit/core 2.0.0!

Float Toolkit 1.0.0 for React

Choose a tag to compare

@luisfi-dev luisfi-dev released this 01 Jun 19:28

Float Toolkit 1.0.0 for React

First release of Float Toolkit for React

Features

  • useFloatToolkit React hook covering all of the functionality from Float Toolkit
  • ReactFT TypeScript namespace containing all of the type declarations used by the package