@adaptavant/eds-core@1.21.0
✨⚙️ Introducing version 1.21.0 Enjoy! ✨⚙️
🖊️ New Components
- Introduced
ComboboxListBoxGroup
andComboboxListGroup
components to support grouping of options within combobox interfaces, enhancing structure and readability. - Added new icons and symbols.
🛠️ Enhancements
- Textarea: Added support for all native HTML attributes and event handlers, providing greater flexibility and better integration with form behaviors.
- Checkbox: Added support for the
defaultChecked
prop in theCheckbox
component, aligning with native behavior and enabling default values for uncontrolled use cases. - DatePicker: Exposed the missing
triggerLabelTrack
prop and updated styles to left-align the label text for improved layout consistency. - Introduced the
shouldAttachPortalsToBody
prop to allow rendering portals indocument.body
for improved layering and z-index management. Also includes enhancements to the mobile popover experience forSelectMenu
andDropdownMenu
components.
🎨 Icon Updates
Status | Icon Name |
---|---|
✨ New | CameraIcon |
✨ New | ManageAccountIcon |
🎨 Symbol Updates
Status | Symbol Name |
---|---|
✨ New | ConnectwiseColorIcon |
✨ New | FilevineColorIcon |
✨ New | FranconnectColorIcon |
✨ New | FreshsalesColorIcon |
✨ New | GmailColorIcon |
✨ New | HousecallproColorIcon |
✨ New | Improveit360ColorIcon |
✨ New | LawcusColorIcon |
✨ New | LawmaticsColorIcon |
✨ New | LessAnnoyingCrmColorIcon |
✨ New | LexicataColorIcon |
✨ New | MycaseColorIcon |
✨ New | PipedriveColorIcon |
✨ New | PodioColorIcon |
✨ New | PracticepantherColorIcon |
✨ New | RocketmatterColorIcon |
✨ New | SmokeballColorIcon |
✨ New | TrelloColorIcon |
🔄 Updated | ClioColorIcon |
🔄 Updated | OpendentalColorIcon |
Minor Changes
- 45a8887: Checkbox: added
defaultChecked
prop - 58b92fb:
Textarea
: Includes all native attributes and event handlers for better flexibility. - e67a54d: Icon: Added New Icons
CameraIcon, ManageAccountIcon
- 85b8b19: Introduces
shouldAttachPortalsToBody
prop flag, to support rendering portals in document.body for better layering. Also, includes improvements to mobile popover experience for SelectMenu and DropdownMenu. - 2765864:
ComboboxListBoxGroup
,ComboboxListGroup
: Added new componentComboboxListBoxGroup
andComboboxListGroup
for grouping options. - cdcc278:
Modal
: Exposeevent
in onEscPress method. e.g.onEscPress={(event) => console.log(event)}Sheet
: Exposeevent
in onEscPress method. e.g.onEscPress={(event) => console.log(event)}ShareModal
: Exposeevent
in onEscPress method. e.g.onEscPress={(event) => console.log(event)}
Patch Changes
- 831a6bd: Symbol: Added New Symbols
ConnectwiseColorIcon, FilevineColorIcon, FranconnectColorIcon, FreshsalesColorIcon, GmailColorIcon, HousecallproColorIcon, Improveit360ColorIcon, LawcusColorIcon, LawmaticsColorIcon, LessAnnoyingCrmColorIcon, LexicataColorIcon, MycaseColorIcon, PipedriveColorIcon, PodioColorIcon, PracticepantherColorIcon, RocketmatterColorIcon, SmokeballColorIcon, TrelloColorIcon
UpdatedClioColorIcon, OpendentalColorIcon
- b40e116:
ComboboxMultiSelect
: Improve support for style parts API - a2ee879:
DropdownMenu
: RemoveisMenuOpen
condition in DropdownMenuPopover. - 9486393:
DatePicker
: Exposed the missing parttriggerLabelTrack
and added styles to align text to left