@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 forwardRef
properly<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
triggerProps
to support any ReactElement not onlybutton
- DropdownMenu: Changed
- 760b0aa: - Fix console warnings regarding switching from controlled to uncontrolled input in
ComboboxSearchInput
andTimePicker
TimePicker- Fix console warnings regarding
onEnterInputHandler
- Removed fontstyle for smaller screensize
- Fix console warnings regarding