Skip to content

Latest commit

 

History

History
271 lines (141 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

271 lines (141 loc) · 14.7 KB

3.2.5 (2024-03-24)

Bug Fixes

  • debugLabels: composite debug label with a common prefix (#74) (a8150ed), closes #72

3.2.4 (2024-02-11)

Bug Fixes

  • add hydration to initial value hook (#67) (61fd2f3)

4.0.0-next.2 (2024-02-11)

Bug Fixes

  • reset fields atom on form resets (059bc93)

4.0.0-next.1 (2024-01-28)

Features

  • add hydration to initial value hook (66cbfdc)

BREAKING CHANGES

  • adds jotai hydration to the initial value hook which has potential side effects

3.2.3 (2024-01-27)

Bug Fixes

  • replace use effect with use layout effect in initial value hook (#66) (c7d2751), closes #64

3.2.2 (2024-01-15)

Bug Fixes

  • expose validateAtoms as formAtom method (#61) (1739809)
  • expose validateAtoms as formAtom method (#61) (#63) (b86456c)

3.2.1 (2023-12-27)

Bug Fixes

  • validateCallback: pass jotai setter (#55) (1964828)

3.2.0 (2023-10-23)

Features

3.1.0 (2023-06-27)

Features

  • add preprocess config to field atoms (#50) (90d85c0)

3.0.2 (2023-05-20)

Bug Fixes

  • use atom id in the debug label for unnamed fieldAtom (#48) (84df5af)

3.0.1 (2023-04-01)

Bug Fixes

3.0.0 (2023-03-12)

Bug Fixes

  • fix number type to allow for null values (#39) (4e4ad72)

Features

  • add select/textarea and add rich input types to hooks (#38) (c40c80b)
  • release v3 (72de643)

BREAKING CHANGES

  • Remove select/textarea types from useInputField().

fix form-atoms#36

3.0.0-next.3 (2023-03-12)

Bug Fixes

  • add debug labels to form and field atoms (#43) (ff29459)

3.0.0-next.2 (2023-02-09)

Bug Fixes

  • fix number type to allow for null values (#39) (4e4ad72)

3.0.0-next.1 (2023-02-09)

Features

  • add select/textarea and add rich input types to hooks (#38) (c40c80b)

BREAKING CHANGES

  • Remove select/textarea types from useInputField().

fix form-atoms#36

2.1.0 (2023-02-08)

2.1.1 (2023-02-23)

Bug Fixes

2.1.1 (2023-02-23)

Bug Fixes

  • add debug labels to form and field atoms (#43) (ff29459)

2.1.0 (2023-02-08)

Features

  • flatten output of form values, errors and touched fields generics (#37) (7ede927)

2.0.0 (2023-02-02)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • Renames form and field hooks to exclude "Atom" and be more terse. Renames most exported types and several type signatures.

2.0.0-next.4 (2023-02-02)

Bug Fixes

2.0.0-next.3 (2023-02-02)

Bug Fixes

2.0.0-next.2 (2023-02-02)

Bug Fixes

  • empty arrays not included in submit values (#31) (837140d), closes #26

2.0.0-next.1 (2023-02-02)

Code Refactoring

BREAKING CHANGES

  • Renames form and field hooks to exclude "Atom" and be more terse. Renames most exported types and several type signatures.

1.3.0-next.3 (2023-01-29)

Features

1.3.0-next.2 (2023-01-28)

Bug Fixes

1.3.0-next.1 (2023-01-28)

Bug Fixes

Features

1.2.5 (2022-08-07)

Bug Fixes

  • types: fix types for Field component (#13) (cdc1917), closes #11

1.2.4 (2022-05-02)

Bug Fixes

  • fix generic type for useFormProps (#10) (49cd58b)

1.2.3 (2022-02-21)

Bug Fixes

  • submit needs a startTransition so there are no race conditions w/ validation (#7) (bde6fb9)

1.2.2 (2022-02-21)

Bug Fixes

  • fix dynamic field reading in walk (#6) (a27d5e3)

1.2.1 (2022-02-20)

Bug Fixes

  • validation should be skipped if undefined is returned (#5) (4fd91a5)

1.2.0 (2022-02-20)

Features

  • add field and form components (#4) (ca6d60e)

1.1.2 (2022-02-19)

Bug Fixes

  • fix missing scope in field reset (949d710)

1.1.1 (2022-02-18)

Bug Fixes

1.1.0 (2022-02-18)

Bug Fixes

Features

1.0.0 (2022-02-14)

Features