@adaptavant/eds-core@1.23.0
✨⚙️ Releasing new core version 1.23.0 ✨⚙️
🛠️ Enhancements
- Added mobile friendly
Combobox
,TimePicker
,ComboboxMultiSelect
. - Enabled Modal and Sheet to opt out from focus within feature in edge cases.
Minor Changes
- ff3d626:
Combobox
:TimePicker
:- Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
- Add
titleForMobile
,mobileFriendly
andcloseButtonPropsForMobile
props.
- 9b4278e:
ComboboxMultiSelect
:- Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
- Add
titleForMobile
,mobileFriendly
andcloseButtonPropsForMobile
props.
- Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
- Add
titleForMobile
prop.
Patch Changes
- 7d74652:
Dialog
:- Added
shouldContainFocus
prop to control whether focus should be trapped within the dialog while it is open. When set to false, users can navigate focus outside the dialog (not recommended for most use cases). Defaults to true to preserve accessibility best practices
- Added
- 9eb7dc2: - Replaced createPortalRenderer with a client-safe
useCreatePortalRenderer to fix hydration issues
- Updated
useIsViewportBelowOrEqual
to safely default, avoiding hydration issues
- Updated
- 57dc516:
Combobox
- Fixed behavior so that when usingmenuTrigger="focus"
, clicking the input will reopen the menu after it was previously closed with the escape key.