Skip to content

Commit

Permalink
chore: adds changelog for v10.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 21, 2024
1 parent 54cd00d commit 2a5ebc8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Change log for the Eufemia Forms extension.

## v10.57

- Added possibility for disabling individual options in [Field.Selection](/uilib/extensions/forms/base-fields/Selection/) and [Field.ArraySelection](/uilib/extensions/forms/base-fields/ArraySelection/).
- Deprecated `validator` in favor of `onChangeValidator` in all fields.
- Renamed `asyncFileHandler` to `fileHandler` in [Field.Upload](/uilib/extensions/forms/feature-fields/more-fields/Upload/), to support both async and sync file handling.
- Fixed displaying indicator with async `onBlurValidator` call when `validateInitially` is used.
- Fixed sharing submit indicator for fields inside [Field.Composition](/uilib/extensions/forms/base-fields/Composition/).
- Fixed so `errorMessages` won't result in infinite loops when not wrapped in `useMemo`.

## v10.56

Expand Down

0 comments on commit 2a5ebc8

Please sign in to comment.