Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: adds changelog for v10.56.0 #4279

Merged
merged 5 commits into from
Nov 18, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ breadcrumb:

Change log for the Eufemia Forms extension.

## v10.56

- Added inline help button (`help`) to all `Field.*` components as default (with option to open in Dialog).
- Added `asyncFileHandler` to [Field.Upload](/uilib/extensions/forms/feature-fields/more-fields/Upload/), to support async file handling during upload.
langz marked this conversation as resolved.
Show resolved Hide resolved
- Added support for [DatePicker properties](/uilib/components/date-picker/properties/) to [Field.Date](/uilib/extensions/forms/feature-fields/Date/).
langz marked this conversation as resolved.
Show resolved Hide resolved
- Added support for multiple `info`, `warning` and `error` messages by making it possible to provide an array of messages.
- Fixed so `info` and `warning` properties renders given elements.

## v10.55.1

- Added `console.log` warning when using invalid child in [Value.SummaryList](/uilib/extensions/forms/Value/SummaryList/) component.
- Fixes [Field.Upload](/uilib/extensions/forms/feature-fields/more-fields/Upload/) error when using `required`, when navigating between Wizard step changes.
- Fixed [Field.Upload](/uilib/extensions/forms/feature-fields/more-fields/Upload/) error when using `required`, when navigating between Wizard step changes.

## v10.55

Expand Down
Loading