@adaptavant/eds-core@1.4.0
✨⚙️ Introducing version 1.4.0! This update brings bug fixes and improvements to existing components. Enjoy! ✨⚙️
🛠️ Enhancements
<SelectMenuTrigger />
Updated hover and pressed states<Button>, <IconButton>, <ButtonLink> and <IconLink>
: Added New variant "neutralSecondaryIntense"
🐛 Bug fixes
- Dropdowns:
- Fixed popover placement when positioned at the edge of the viewport.
- Fixed crashing in the Next.js app on SSR
- Fixed
activeDescendantId
element inside popovers to prevent keeps coming back to view even when the user scrolls to page top
<Tooltip />
: TriggerProps Type error fixed to support all React element<Tabs />
: Fixed auto-scroll to selected tab item on mounting (initial load)
📄 Icons
We have added and updated a bunch of Icons.
New Icons |
---|
HelpIcon, BillingIcon, HearthFilledIcon, GeneralIcon, YourBrandIcon, TiktokIcon, TiktokFilledIcon, YourAppIcon, BusinessCommunicationIcon, ActivityIcon, StorageIcon, BankIcon |
Minor Changes
- 0b55c52: Tailwind: Added "hoverOnlyWhenSupported" to Tailwind preset as
default option, use
shouldUseTailwindFuture: false
in your configs to opt out from this behaviour
Patch Changes
- 0290854: Icons:
- Added New icons
HelpIcon, BillingIcon, HearthFilledIcon, GeneralIcon, YourBrandIcon, TiktokIcon, TiktokFilledIcon, YourAppIcon, BusinessCommunicationIcon, ActivityIcon, StorageIcon, BankIcon
- Added New icons
- 553874c:
<Button>, <IconButton>, <ButtonLink> and <IconLink>
: Added New variant "neutralSecondaryIntense" - Tokens: Added New "border-primary" token and className
- fd5f261: Popover: Fixed placement for
Combobox
,DropdownMenu
,FilterMenu
,SelectMenu
, andTimePicker
components when positioned at the edge of the viewport. - 266d532: Tabs: Fixed auto-scroll to selected tab item on mounting (initial load)
- 23a301c: Dropdowns (SelectMenu, DropdownMenu, Timepicker):
- Fixed crashing in the Next.js app on SSR
- 8f6e88e: SelectMenu: Fix hover and pressed states for
SelectMenuTrigger
- 9275e4d: Tooltip: TriggerProps Type error fixed to support all React element
- 7deeb1b: Dropdowns: Fixed
activeDescendantId
element inside popovers (Combobox
,DropdownMenu
,FilterMenu
,SelectMenu
,TimezonePicker
andTimePicker
) keeps coming back to view even when the user scrolls to page top.