@adaptavant/eds-core@1.6.1

✨⚙️ Introducing version 1.6.1. Enjoy! ✨⚙️

🛠️ Enhancements

  1. <Field />: Prevent from crushing in Next.js apps by marking component as client component
  2. <Avatar />: Adjusted component to forward Ref properly
  3. <DropdownMenu />: Allow to use different elements than buttons to be trigger element
  4. <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 only button
  • 760b0aa: - Fix console warnings regarding switching from controlled to uncontrolled input in ComboboxSearchInput and TimePickerTimePicker
    • Fix console warnings regarding onEnterInputHandler
    • Removed fontstyle for smaller screensize