Skip to content

Commit

Permalink
chore: adds changelog for v10.57.0 (#4310)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 22, 2024
1 parent 7bbc0ca commit 6e29f8d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ 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/).
- Added `labelSrOnly` to Value.\* components, to be able to provide a label that is not visible.
- Added [Form.Card](/uilib/extensions/forms/Form/Card/) component to make it easier to use [Card](/uilib/components/card/) inside a form.
- Added `outset` property to [Form.Card](/uilib/extensions/forms/Form/Card/) and [Card](/uilib/components/card/).
- Deprecated `validator` property in favor of `onChangeValidator` in Field.\* components.
- 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`.
- Fixed alignment issue in [Value.SummaryList](/uilib/extensions/forms/Value/SummaryList/), when providing a field without label.

## v10.56

Expand Down

0 comments on commit 6e29f8d

Please sign in to comment.