Skip to content

Commit

Permalink
chore(release): 2.0.0-next.1
Browse files Browse the repository at this point in the history
# [2.0.0-next.1](v1.1.2...v2.0.0-next.1) (2023-03-03)

### Code Refactoring

* infer field value from field schema ([378d1b5](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.
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent 378d1b5 commit 0708fc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 0708fc9

Please sign in to comment.