Skip to content

Latest commit

 

History

History
64 lines (27 loc) · 2.76 KB

File metadata and controls

64 lines (27 loc) · 2.76 KB

Changelog

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)

Bug Fixes

  • types: Improves type compatibility in uncontrolled interface (2af6d52)

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)