@adaptavant/eds-core@1.10.1
✨⚙️ Introducing version 1.10.1. Enjoy! ✨⚙️
🛠️ Enhancements
<CalDynamicIcon />
: Updatechildren
text font size<Sheet />
: The animation delay is now managed as an internal value, simplifying the API and reducing the need for external configuration.<TimeZonePicker />
: Removed flags emojis- Popovers: We've introduced a new prop that allows you to control whether to render the popover using a React portal or not, giving you more flexibility in how popovers are positioned and rendered within the DOM
Patch Changes
- ede564d:
CalDynamicIcon
: Updated font size to match current live icon - b93b4b9: Sheet: Removed
delay
fromsheetProps
as a default value is set internally. - a90e163: TimeZonePicker: Removed flags emoji.
- b1bc7f2:
ComboboxPopover
,SelectMenuPopover
,FilterMenuPopover
&TimePicker
: AddedshouldUsePortal
prop to control portal rendering of floating elements.