Skip to content

Releases: bvalyou/react-form-state-hooks

Uncontrolled Typings Fixes

02 Feb 03:33

Choose a tag to compare

I ran into a couple of small issues integrating this into an application where non-native input types weren't compatible with the change handler.

Typescript & Uncontrolled Interface

06 Jun 20:57

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2021-06-06)

⚠ BREAKING CHANGES

  • context utilities are now included in the root files - react-form-state-hooks/controlled/context and react-form-state-hooks/uncontrolled/context files are no longer available

Bug Fixes

  • cleans up build outputs and test coverage (246e157)

0.3.0-rc.1 (2021-02-28)

Features

  • Updates README, refactors examples, and fixes logical flaw in uncontrolled connectFormStateInput (260e1fa)

0.3.0-rc.0 (2021-01-29)

Bug Fixes

  • uncontrolled storybooks & adds test coverage (dfd23f7)
  • useFormState fails to properly sync with initial data from a parent formState (4c2708a)

Features

  • adds TypeScript and an uncontrolled interface (4f73fb3)
  • adds generics to support strongly typing forms (99fd85a)
  • build exports consolidated .d.ts files (06339e0)

0.2.1 (2020-06-28)

Features

0.1.0 (2020-04-18)

0.1.0-dev.1 (2020-04-16)

v0.3.0-rc.0

29 Jan 02:22

Choose a tag to compare

v0.3.0-rc.0 Pre-release
Pre-release

Adds typescript and a new uncontrolled interface that never causes rerenders in forms

0.2.2

20 Sep 02:26

Choose a tag to compare

Fixes formState syncing when nested

0.2.1

28 Jun 02:37
0f296d2

Choose a tag to compare

Update version

0.1.0

18 Apr 15:33

Choose a tag to compare

Adds the internal object data to the return value of useListFormState…

Initial dev release

16 Apr 02:51

Choose a tag to compare

Initial dev release Pre-release
Pre-release
Initial implementation

* Adds useFormState
* Adds useListFormState
* Adds createOnChange helper function
* 100% test coverage
* CI using GitHub actions