Releases: form-atoms/field
Releases · form-atoms/field
v5.1.1
5.1.1 (2024-03-14)
Bug Fixes
- useDateField: drop manual date instance (c2d6460)
v5.1.0
5.1.0 (2024-03-12)
Features
- extend-schema: better schema callback with the initial schema for extension (#122) (44aa7ac)
v5.0.1
5.0.1 (2024-03-07)
Bug Fixes
- RequiredAtom: make truly read-only atom instead of PrimitiveAtom (9bb7517)
v5.0.0
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.0.16
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-next.1
Bug Fixes
- listAtom: support scoped names of nested fields (#110) (f8201da)