Releases: bvalyou/react-form-state-hooks
Releases · bvalyou/react-form-state-hooks
Uncontrolled Typings Fixes
Typescript & Uncontrolled Interface
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
Adds typescript and a new uncontrolled interface that never causes rerenders in forms
0.2.2
0.2.1
0.1.0
Initial dev release
Initial implementation * Adds useFormState * Adds useListFormState * Adds createOnChange helper function * 100% test coverage * CI using GitHub actions