@adaptavant/eds-core@1.11.1
✨⚙️ Introducing version 1.11.1. Enjoy! ✨⚙️
🌳 Loading Component Updates
- Updated default icon to be
Setmore
new 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 aSlider
component 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
: Newplaceholder
prop for empty statesSelectMenu
: DeprecatedselectedOption
prop (aligning with FilterMenu API)Sheet
: Increased close button size from 32px to 40pxSnackbar
: Updated role toalert
for better accessibilityModal
:modalWrapper
className now applies toSheet
component assheetWrapper
- Dropdowns improvements:
- Faster focus return to trigger element
- Optimized
autoFocusOnOpen
behavior - Enhanced render performance for menu components
Patch Changes
- bc52aaf:
CropModal
- Support for mobile version of crop modal and slider replacementModal
- Styles passed asmodalWrapper
className will be passed to theSheet
component as asheetWrapper
instead ofdialogWrapper
, - bc71351:
Snackbar
- Update the role toalert
for voice-over support. - 75e29d1: New IconsUpdated IconsLoading:
- AdditionalInfoIcon, CheckboxIndeterminateIcon, TapToPayIcon, TapToPayCircleIcon, TapToPayCircleFilledIcon, TapToPayFilledIcon, SetmoreIcon, FileCsvIcon
- 3dd25e1:
FilterMenuTrigger
: Added a newplaceholder
prop to render content inside the trigger button when the children of FilterMenuTrigger are empty (null).SelectMenu
: Deprecated theselectedOption
prop, 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
autoFocusOnOpen
is applied toDropdownMenuList
,FilterMenuSearchInput
, andSelectMenuListbox
. TheuseEffect
hooks for dispatchingSET_ACTIVE_DESCENDANT_INDEX
inSelectMenuListbox
,FilterMenuListbox
, andComboboxListbox
are 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.