@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,mobileFriendlyandcloseButtonPropsForMobile
props.
- Implemented a mobile-friendly view which displays content in a Sheet on
- 9b4278e:
ComboboxMultiSelect:- Implemented a mobile-friendly view which displays content in a Sheet on
smaller screens. - Add
titleForMobile,mobileFriendlyandcloseButtonPropsForMobile
props.
- Implemented a mobile-friendly view which displays content in a Sheet on
- Implemented a mobile-friendly view which displays content in a Sheet on
smaller screens. - Add
titleForMobileprop.
Patch Changes
- 7d74652:
Dialog:- Added
shouldContainFocusprop 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
useIsViewportBelowOrEqualto 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.