v2.0.0
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