@adaptavant/eds-core@1.6.1
✨⚙️ Introducing version 1.6.1. Enjoy! ✨⚙️
🛠️ Enhancements
<Field />: Prevent from crushing in Next.js apps by marking component as client component<Avatar />: Adjusted component to forwardRefproperly<DropdownMenu />: Allow to use different elements than buttons to be trigger element<Timepicker />: Fixed console warnings and remove font styles for smaller screens
Patch Changes
- 9a24d55: Field: Marked it as client component as we use
useRef - c1aa4d4: - Avatar: Wrapped component with ReactForwardRef
- DropdownMenu: Changed
triggerPropsto support any ReactElement not onlybutton
- DropdownMenu: Changed
- 760b0aa: - Fix console warnings regarding switching from controlled to uncontrolled input in
ComboboxSearchInputandTimePickerTimePicker- Fix console warnings regarding
onEnterInputHandler - Removed fontstyle for smaller screensize
- Fix console warnings regarding