@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

  • ff3d626Combobox:TimePicker:
    • Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
    • Add titleForMobilemobileFriendly and closeButtonPropsForMobile props.
  • 9b4278eComboboxMultiSelect:
    • Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
    • Add titleForMobilemobileFriendly and closeButtonPropsForMobile props.
  • Implemented a mobile-friendly view which displays content in a Sheet on smaller screens.
  • Add titleForMobile prop.

Patch Changes

  • 7d74652Dialog:
    • 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
  • 9eb7dc2: - Replaced createPortalRenderer with a client-safe useCreatePortalRenderer to fix hydration issues
    • Updated useIsViewportBelowOrEqual to safely default, avoiding hydration issues
  • 57dc516Combobox - Fixed behavior so that when using menuTrigger="focus", clicking the input will reopen the menu after it was previously closed with the escape key.