All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2022-02-02)
0.3.1 (2022-02-02)
- types: Improves type compatibility in uncontrolled interface (2af6d52)
0.3.0 (2021-06-06)
- 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
- cleans up build outputs and test coverage (246e157)
0.3.0-rc.1 (2021-02-28)
- Updates README, refactors examples, and fixes logical flaw in uncontrolled connectFormStateInput (260e1fa)
0.3.0-rc.0 (2021-01-29)
- uncontrolled storybooks & adds test coverage (dfd23f7)
- useFormState fails to properly sync with initial data from a parent formState (4c2708a)
- adds TypeScript and an uncontrolled interface (4f73fb3)
- adds generics to support strongly typing forms (99fd85a)
- build exports consolidated .d.ts files (06339e0)