@adaptavant/eds-core@1.11.1
✨⚙️ Introducing version 1.11.1. Enjoy! ✨⚙️
🌳 Loading Component Updates
- Updated default icon to be
Setmorenew branding tree. - The previous icon is now available as
growYourBrandIcon. - Supports both
setmoreIcon(default) andgrowYourBrandIcon.
⚡️ Widgets
CropModal: Added mobile support and replaced custom slider with aSlidercomponent from the Design System.
🎨 Icon Updates
| Status | Icon Name | Notes |
|---|---|---|
| ✨ New | AdditionalInfoIcon | |
| ✨ New | CheckboxIndeterminateIcon | |
| ✨ New | TapToPayIcon | Regular, Circle, Filled, CircleFilled variants |
| ✨ New | SetmoreIcon | Default icon for Loading component |
| ✨ New | FileCsvIcon | |
| 🔄 Updated | GlobeIcon | Design refresh |
| 🔄 Updated | GrowYourBrandIcon | Now optional for Loading component |
🛠️ Component Enhancements
FilterMenuTrigger: Newplaceholderprop for empty statesSelectMenu: DeprecatedselectedOptionprop (aligning with FilterMenu API)Sheet: Increased close button size from 32px to 40pxSnackbar: Updated role toalertfor better accessibilityModal:modalWrapperclassName now applies toSheetcomponent assheetWrapper- Dropdowns improvements:
- Faster focus return to trigger element
- Optimized
autoFocusOnOpenbehavior - Enhanced render performance for menu components
Patch Changes
- bc52aaf:
CropModal- Support for mobile version of crop modal and slider replacementModal- Styles passed asmodalWrapperclassName will be passed to theSheetcomponent as asheetWrapperinstead ofdialogWrapper, - bc71351:
Snackbar- Update the role toalertfor voice-over support. - 75e29d1: New IconsUpdated IconsLoading:
- AdditionalInfoIcon, CheckboxIndeterminateIcon, TapToPayIcon, TapToPayCircleIcon, TapToPayCircleFilledIcon, TapToPayFilledIcon, SetmoreIcon, FileCsvIcon
- 3dd25e1:
FilterMenuTrigger: Added a newplaceholderprop to render content inside the trigger button when the children of FilterMenuTrigger are empty (null).SelectMenu: Deprecated theselectedOptionprop, which will be removed in a future version, to align with the API design ofFilterMenu. - 8201ede: Sheet: Updated close button size from "32" to "40"
- e297df4: Dropdowns:
- Adjusted the CloseMenu logic to immediately return focus to the trigger element when closeMenu is invoked.
- Ensured that
autoFocusOnOpenis applied toDropdownMenuList,FilterMenuSearchInput, andSelectMenuListbox. TheuseEffecthooks for dispatchingSET_ACTIVE_DESCENDANT_INDEXinSelectMenuListbox,FilterMenuListbox, andComboboxListboxare now executed only once during the initial render.
- GlobeIcon, GrowYourBrandIcon
- Added the new Setmore branding tree icon as the default icon.
- Restored the previous icon under the name
growYourBrandIcon. - The Loading component now supports two icons:
setmoreIcon(default) andgrowYourBrandIcon.
For more detailed information about these changes, please refer to our documentation or reach out to the development team.