@adaptavant/eds-core@1.6.0
✨⚙️ Introducing version 1.6.0. Enjoy! ✨⚙️
🛠️ Enhancements
<Button />,<IconButton />: Align styles and component behavior inisDisabledandisLoadingstates.<GetPro />: Give the possibility to passlabelvia prop to support translation from the consumer end.<DropdownMenuItem />: Give control over whether to close popover or not on item click. Consumers can prevent closing by returningfalseononClickcallback- Tailwind: Export
generaltokens for correct linking class names with css variables. <Filtermenu />,<SelectMenu />,: Fixed popover to close when opened by clicking on<Field />label.
Minor Changes
- d9d5464:
ButtonandIconButton: Updated Disabled and Loading styles. - c83955a: Calendar: deprecate component.
Patch Changes
- a6f195a: GetPro: Added ability to change content of GetPro component via new 'label' prop.
- d69fb8b: DropdownMenuItem: Added logic to prevent Dropdown closing when consumer's onClick returns "false"
- 2927ae1: Export
generaltokens - 6e8f7ea:
- Field: Created ref and passed down to
Labelelement - FieldContextProvider: Added one more value
labelRefto context value Combobox,Filtermenu,SelectMenu,TimePicker, andTimeZonePicker: PassedlabelReftouseClickAwayhook along with other memoised refs
- Field: Created ref and passed down to