diff --git a/CHANGELOG.md b/CHANGELOG.md index b6268a7..6a6970a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0-next.1](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.1.2...v2.0.0-next.1) (2023-03-03) + + +### Code Refactoring + +* infer field value from field schema ([378d1b5](https://github.com/MiroslavPetrik/form-atoms-field/commit/378d1b5b32d9b9c55b848e0d4c872aceb3cff6de)) + + +### 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. + ## [1.1.2](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.1.1...v1.1.2) (2023-03-03)