Releases: dnbexperience/eufemia
Releases · dnbexperience/eufemia
v10.89.0
10.89.0 (2025-11-05)
📝 Documentation
✨ Features
- Field.PhoneNumber: add
numberLabeland forwardlabelto the field block (legend/fieldset) (#5888) (ec2a11a) - Logo: add DNB Eiendom (#5881) (1689f37)
- Pagination: swap navigation buttons with page number buttons (#5916) (1be0b6d)
- Typography: add support for
proseMaxWidth(for default width) to P and H2 etc. (#5885) (ea5cf6b), closes #5857
🐛 Bug Fixes
- Dropdown, Autocomplete: keyboard navigation fixes (#5444) (96b6e3a)
- Field.DateOfBirth: support
labelDescription(#5893) (2f53eff) - Field.Date: should reset value when pressing reset button (#5898) (b8a2ba2)
- InfoOverlay: should not bleed
contentproperty to data (#5897) (e39e9ae) - Modal: should only render one
titletext content at the time (#5917) (51a02af)
v10.88.0
10.88.0 (2025-10-29)
📝 Documentation
- Field.Upload: add example of how to validate custom file sizes (#5856) (2622d1b)
- Upload: button is rendered when
onFileClick(#5859) (3a97516)
🐛 Bug Fixes
- Upload: error message when
acceptedFileTypesisAcceptedFileType[](#5861) (ae09090) - Upload: left align button when
onFileClick(#5860) (00b2b15) - Upload: should not call
setInternalFilesonsetFiles(#5873) (fd1e388)
✨ Features
v10.87.0
10.87.0 (2025-10-24)
🐛 Bug Fixes
- Form.Iterate: preserve JSX when replacing
{itemNo}in labels (#5725) (eb388b2) - renderWithFormatting: enhance performance (#5742) (6d52a07), closes #5744
📝 Documentation
- generate per-page metadata.json + llms.txt (#5825) (cc42ad2)
- rewrite Getting Started (#5816) (654216c)
✨ Features
- add support for DNB Carnegie (#5817) (a2ad34a)
- Logo: add
svgproperty for providing a custom (imported) logo (#5783) (8cc170f) - Translation: add support for formatted text (simple markdown like) by using
renderWithFormatting(#5744) (4e19327), closes #5727 - Translation: enhance support for typing via generic
<Translation<SupportedTypes> id={(t) => t.my.string} />(#5727) (44e872f)
v10.86.0
10.86.0 (2025-10-17)
📝 Documentation
🐛 Bug Fixes
- Autocomplete: skip unnecessary render of AriaLive (#5667) (754a1e0)
- Field.DateOfBirth: ensure smart autofill when tabbing out of day and month (#5603) (ac85b76)
- Field.Expiry: ensure support for
transformInandtransformOut(#5591) (2e32e65) - Field.Slider: ensure support for
transformInandtransformOut(#5592) (1b953ef) - HeightAnimation: resolve stale height issue when adjusting to content changes (#5621) (56abab6)
- NumberFormat: address TypeScript issues introduced in recent changes (#5600) (7eff844)
- Tooltip: enhance performance (#5666) (864796e)
✨ Features
- properties-tailwind.css: generate predefined properties file to be used with Tailwind (#5583) (79bb858), closes #5527
- renderWithFormatting: add new text formatter (simple markdown like) to shared tools (#5702) (35aa0d2)
- useTranslation: fallback to translation key and log warning on missing entries (#5577) (eee83fb), closes #5563
v10.85.1
v10.85.0
10.85.0 (2025-10-10)
📝 Documentation
- DateFormat: document
formatDatehelper function (#5568) (fb4f44c) - Forms: add import statement to info docs (#5562) (4a6adb4)
✨ Features
- Form.Isolation: inherit schema from Form.Handler (#5567) (d83184d)
- Forms: enhance typing for complex additional arguments in
transformInandtransformOut(#5587) (ec7e572), closes #5584 - InputMasked: rewrite to TypeScript (part 2 of 2) (#5581) (25a7112), closes #5520
- Iterate.PushContainer: inherit schema from Form.Handler (#5570) (79bba2d), closes #5567
🐛 Bug Fixes
- ChildrenWithAge: add translations for locale
da-DK&sv-SE(#5563) (718be47) - Field.Email: crashes when validating long values (#5582) (092f155)
- Field.PhoneNumber: ensure support for
transformInandtransformOut(#5588) (95aa9c7), closes #5584 #5587 - Forms: add Zod schema translations support (#5572) (8b3aa2e)
- Forms: enhance schema prioritization when using Zod schema (#5566) (43d82a0)
- Upload: call
setInternalFilesonsetFiles(#5571) (ae170ca)
v10.84.0
v10.83.0
v10.82.1
10.82.1 (2025-09-25)
🐛 Bug Fixes
- Dialog: gracefully handle focus during async submit (#5492) (a0ae155)
- Dropdown: default
align_dropdown="right"forindependent_width(#5524) (1ca9a88) - Field.DateOfBirth: adjust widths of fields (#5511) (a14f46f)
- Field.DateOfBirth: space above legend (#5502) (c7bf2f5)
- Field.Number: ensure the field reacts on
localewithout currency variant (#5503) (bc6b96c) - Field.Number: show error immediately when the input exceeds the maximum possible number (#5498) (c2e5222)
- Field.Number: show formatted numbers in error messages (#5510) (8b5d878)
- Input: use browser autofill background color (#5526) (32113fa)
- use
en-GBtranslation strings whenen-USis given (#5507) (f547c8f)