Releases: dnbexperience/eufemia
Releases · dnbexperience/eufemia
v10.64.1
10.64.1 (2025-02-20)
🐛 Bug Fixes
- DatePicker: portal will properly unmount when 'onShow' and 'onHide' callbacks are used to set a state (#4587) (35211b0)
- Logo: change Sbanken logo color (#4586) (420c553)
- Selection: select item using enter and space key in radio variant (#4584) (68b2cff)
📝 Documentation
- Address: improve properties docs (#4590) (4675c71)
- Email: improve properties docs (#4591) (64becf0)
- Name: improve properties docs (#4592) (9f30547)
- NationalIdentityNumber: improve properties docs (#4594) (b849953)
- OrganizationNumber: improve properties docs (#4593) (bc730b7)
- Password: improve properties docs for
size
(#4600) (499fbef) - PostalCodeAndCity: replace country with countryCode (e89b2a5)
- v11: replace
country
withcountryCode
inField.PostalCodeAndCity
(#4583) (f70cb4e)
v10.64.0
10.64.0 (2025-02-17)
✨ Features
- Field.Expiry: add month and year validation (#4571) (bc4fff9)
- Forms: add
createMinimumAgeVerifier
to Field.NationalIdentityNumber (#4542) (ceb8c2d) - Forms: add
insertAt
to Iterate.PushContainer (#4555) (6160d78) - Forms: add
reverse
to Iterate.Array (#4556) (0b9ba79) - Forms: add Bring API connector for postal code validation and autofill city (#4554) (f2ccd5d)
- Forms: add feature fields Field.Address.Street & Field.Address.Postal (#4562) (c546009)
- Forms: provide
{ props }
to the secondonChange
,onFocus
andonBlur
event parameter (#4550) (374ff0e), closes #4344 - Forms: show field indicator inline without shifting content below (#4553) (45347a3)
- icons: add digipass_corporate, digipass_private, calendar_add, investor, goal, layout_grid, table, show_pin (#4522) (c5db964), closes #4527
- PostalCodeAndCity: deprecate
country
in favor ofcountryCode
(#4572) (8d0d980)
📝 Documentation
- InfoOverlay: display fallback content when
undefined
(#4580) (9879149) - link to base fields from their respective value components (#4564) (3d71c19)
- link to feature fields from their respective value components (#4563) (45d0e3d)
- removes duplicated docs for help prop (#4568) (ae46e71)
🐛 Bug Fixes
- DatePicker: compare
date
andmaxDate
at same time of day sois_valid_end_date
istrue
whendate
andmaxDate
are the same date (#4565) (c52a40b) - Drawer: ensure content on very small screen sizes doesn't get cut off (#4567) (1dd405f)
- ePlatform: adjust ul list style and wrapper style (
max-width
andpadding
) (#4552) (44f551e) - Forms: ensure city in PostalCodeAndCity accepts non-Norwegian characters when using other country (#4569) (af1bdc8)
- Forms: reveal error only when onChangeValidator is actually the initiator (#4570) (4d962df)
- Name: support spacing props (eb6a412)
- TextArea: ResizeObserver loop completed with undelivered notifications (#4582) (f2f97e3)
- Wizard.Step: use
title
as aria-label when wrapped inWizard.Container
(#4573) (de095e7)
v10.63.4
v10.63.3
10.63.3 (2025-02-06)
📝 Documentation
🐛 Bug Fixes
- Forms: enhance Form.useData to update and render in sync when
id
is used (#4536) (bb12d70), closes #4461 - Forms: ensure
pathDefined
on Form.Visibility does not render when value isundefined
(#4539) (4f99680) - Forms: ensure
pathUndefined
on Form.Visibility does render when value isundefined
(#4540) (9d165e3)
v10.63.2
10.63.2 (2025-02-04)
🐛 Bug Fixes
- Dialog: prevent
onClose
event from firing in StrictMode when opening a new dialog (#4525) (d24c0d3) - Forms: always revalidate on submit when data context changes (#4532) (e0692d6)
- Forms: ensure
setFieldStatus
by useValidation does not throw when used without id (#4529) (1a92512) - Forms: ensure
update('/path', undefined)
does not show error message (#4531) (2dfd44a)
v10.63.1
v10.63.0
10.63.0 (2025-01-29)
📝 Documentation
- DrawerList: fix dead link to data prop (#4489) (612634f)
- DrawerList: minor doc improvement (#4490) (ef3a816)
- Extensions: extend description (#4456) (ffa0453)
- Form.MainHeading, Form.SubHeading: add
help
property to properties tabs (#4442) (2148916) - Forms: improve documentation on TypeScript type handling (#4444) (b7639cb), closes #4443
- GlobalStatus: add example on how to add custom icon (#4457) (f434a8e)
🐛 Bug Fixes
- Autocomplete: does not fail when clicking show all button (#4445) (744781b)
- Autocomplete: focus issue when no valid data (#4458) (1f2bba1)
- Blockquote: contrast font color of code as child (#4453) (9dfd6b4)
- Field.Upload: prevent
fileHandler
to run when it is validation errors (#4506) (feb0217) - Forms: add animation support to Form.Visibility when used inside Value.SummaryList (#4482) (c547f1a)
- Forms: don't open Field.SelectCountry when
defaultValue
was given (#4477) (e9bc230) - Forms: ensure
connectWithPath
type is given (#4501) (64e7b41) - Forms: ensure Field.Toggle supports iterate
{itemNo}
in label (#4507) (dbbfa49) - Forms: ensure wizard step changes scroll so the StepIndicator is included at the top (#4464) (352ad63)
- Forms: provide
displayValue
andlabel
totransformData
from fields inside Iterate (#4510) (f22b4c3) - HeightAnimation: ensure height does not lock during animation when nested (#4493) (93974b5)
- InputMasked: should work without any properties (#4446) (2efc623)
- refactor defaultProps to ES6 default parameters (#4448) (34d109e), closes #4447
- Spacing: ensure HTML elements like h1 use always a spacing reset (#4463) (5ff0126)
- ToggleButton: add type for the
size
property (#4459) (33ca39c)
✨ Features
- DatePicker: render calendar in a react portal (#4347) (e5de516)
- Forms: add
connectWithItemPath
toonBlurValidator
andonChangeValidator
to be used within Iterate (#4518) (321550f) - Forms: add
itemPath
property support toIterate.Array
(#4479) (0cc8ff6), closes #4417 - Forms: add
itemPath
property support toIterate.PushButton
andIterate.PushContainer
(#4499) (673d55c), closes #4417 - Forms: add
Iterate.Visibility
to be used withinIterate.Array
(relative paths) (#4502) (68e96f8) - Forms: add
transformSelection
to Field.Selection (#4481) (430a373) - Forms: add support for
required
property toIterate.Array
(#4470) (ef6485b) - Forms: add support for
required
property to Iterate.PushContainer (#4467) (28479bc) - Forms: add support for arrays with errors for
onChangeValidator
andonBlurValidator
(#4511) (2fe99aa), closes #4469 - Forms: add support for conditional function based
info
,warning
anderror
props to allField.*
components (#4421) (ad13e23) - Forms: add support for inline
style
toField.Option
when used insideField.Selection
(#4515) (3801d1e) - Forms: deprecate
continuousValidation
in favor ofvalidateContinuously
(#4441) (b6c3dad) - Forms: during submit, show field errors inside
Iterate.PushContainer
whenbubbleValidation
is true (#4471) (95f8d76) - Forms: ensure Form.Iterate and Form.Section containers close when cancel button is pressed (#4494) (f25f44a)
- Forms: fix inactive
Iterate.PushContainer
blocking Wizard navigation whenbubbleValidation
is true (#4473) (fa881d5), closes #4460 - Forms: provide the internal array as a third parameter to the callback function’s children in
Iterate.Array
(#4466) (938f3c8) - Pagination: add
barSpace
prop to set spacing only on the bar (#4500) (ab77e62)