Skip to content

Releases: form-atoms/field

v5.1.1

14 Mar 09:14
Compare
Choose a tag to compare

5.1.1 (2024-03-14)

Bug Fixes

  • useDateField: drop manual date instance (c2d6460)

v5.1.0

12 Mar 09:25
Compare
Choose a tag to compare

5.1.0 (2024-03-12)

Features

  • extend-schema: better schema callback with the initial schema for extension (#122) (44aa7ac)

v5.0.1

07 Mar 19:11
Compare
Choose a tag to compare

5.0.1 (2024-03-07)

Bug Fixes

  • RequiredAtom: make truly read-only atom instead of PrimitiveAtom (9bb7517)

v5.0.0

06 Mar 12:35
Compare
Choose a tag to compare

5.0.0 (2024-03-06)

Features

BREAKING CHANGES

  • listField: listAtom extracted to @form-atoms/list-atom which is now a required peer Dependency for listField()
  • listField: The builder config property from listField was renamed to fields.
  • listField: The builder config property no longer accepts FieldAtom as return type. FormFields must be returned.

v4.1.0-next.1

06 Mar 12:26
Compare
Choose a tag to compare
v4.1.0-next.1 Pre-release
Pre-release

4.1.0-next.1 (2024-03-06)

Features

v4.0.16

06 Mar 09:34
Compare
Choose a tag to compare

4.0.16 (2024-03-06)

Bug Fixes

  • build: omit scenarios from distributable (dd5881c)
  • scripts: no postinstall (5c4d914)
  • typecheck: merge configs & temporarily disable source errors (0bb1fb4)

v4.0.15

19 Feb 09:55
Compare
Choose a tag to compare

4.0.15 (2024-02-19)

Bug Fixes

v4.0.15-next.1

16 Feb 17:38
Compare
Choose a tag to compare
v4.0.15-next.1 Pre-release
Pre-release

4.0.15-next.1 (2024-02-16)

Bug Fixes

  • listAtom: support scoped names of nested fields (#110) (f8201da)

v4.0.14

14 Feb 15:08
Compare
Choose a tag to compare

4.0.14 (2024-02-14)

Bug Fixes

v4.0.13

14 Feb 14:32
Compare
Choose a tag to compare

4.0.13 (2024-02-14)

Bug Fixes