Skip to content

Releases: form-atoms/field

v2.1.1

05 Mar 11:00
Compare
Choose a tag to compare

2.1.1 (2023-03-05)

Bug Fixes

  • normalize option hooks prop type names (389ae92)

v2.1.0

04 Mar 20:53
Compare
Choose a tag to compare

2.1.0 (2023-03-04)

Features

  • generic select and radio for primitive fields by coercing schema (f3419f5)

v2.0.0

03 Mar 20:25
Compare
Choose a tag to compare

2.0.0 (2023-03-03)

BREAKING CHANGES

  • renamed select&multiselect field as those are not 'real'. For multiselect there is arrayField and the selectField is regular stringField.

selectFieldHook will be made generic to support boolean, number, string, date (all primitive values) selection from list of options.

  • chore(release): 2.0.0-next.1

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

Code Refactoring

  • infer field value from field schema (378d1b5)

BREAKING CHANGES

  • renamed select&multiselect field as those are not 'real'. For multiselect there is arrayField and the selectField is regular stringField.

selectFieldHook will be made generic to support boolean, number, string, date (all primitive values) selection from list of options.

  • docs: update recent changes

  • refactor: rename ValidatedField to ZodField

v2.0.0-next.1

03 Mar 19:23
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

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

Code Refactoring

  • infer field value from field schema (378d1b5)

BREAKING CHANGES

  • renamed select&multiselect field as those are not 'real'. For multiselect there is arrayField and the selectField is regular stringField.

selectFieldHook will be made generic to support boolean, number, string, date (all primitive values) selection from list of options.

v1.1.2

03 Mar 11:30
Compare
Choose a tag to compare

1.1.2 (2023-03-03)

Bug Fixes

v1.1.1

01 Mar 20:36
Compare
Choose a tag to compare

1.1.1 (2023-03-01)

Bug Fixes

  • drop redundant multiselect (5bf2320)
  • useSelectOptions based on useOptions (6e1f282)

v1.1.0

01 Mar 14:08
Compare
Choose a tag to compare

1.1.0 (2023-03-01)

Features

  • booleanFIeld input hook and demo (d6957ba)

v1.0.11

01 Mar 12:06
Compare
Choose a tag to compare

1.0.11 (2023-03-01)

Bug Fixes

  • selectField with scoped id & document radio group example (f021759)

v1.0.10

01 Mar 11:13
Compare
Choose a tag to compare

1.0.10 (2023-03-01)

Bug Fixes

  • exclude stories from build/dist (101c4f7)

v1.0.9

28 Feb 18:48
Compare
Choose a tag to compare

1.0.9 (2023-02-28)

Bug Fixes