@adaptavant/eds-core@1.7.0

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

🛠️ Enhancements

  1. <Timepicker />:
    1. Added minValue, maxValue and clear prop
    2. Adjusted component to forward Ref properly to <TimePickerInput>
  2. <Loading />: Update component animation
  3. <Toolitip /> <FilterMenu /> <Combobox /> <DropdownMenu /> <SelectMenu /> : Added strategy prop to control popover position and fixing flickering in fixed containers
  4. <Badge />: Wrapped component with React.ForwardRef
  5. <Icons />: Added 40px size option
  6. <RadioGroup /> <FieldSet />: Wrapped components with React.ForwardRef
  7. <DropdownMenu />: Add pressed state for all DropdownMenuTrigger variants

🐛 Bug fixes

  1. <TimePicker />: Fixed list wrapping in Safari browser when scroll bar is always shown.

📄 Icons

New Icons

GoTodayIcon, AmexIcon, ArrowDecreaseIcon, ArrowIncreaseIcon, ChartBarFilledIcon, ChartBarIcon, TextSizeIcon

Updated Icons

ServicesIcon

Minor Changes

  • 6c2dc33: TimePicker - Added minValue maxValue and clear prop
  • efa149f: Loading: Update component animation
  • ae63d46: Tooltip, FilterMenu, Combobox, DropdownMenu, SelectMenu: Added strategy prop to control popover position

Patch Changes

  • f334e98: Badge: Wrapped component with React.ForwardRef
  • 741c8ed: - TimePicker: Fixed list wrapping in Safari browser when scroll bar is always shown.
  • bdda590: Icons: Add 40px size option
  • c5f39ad: - Icon: Added new GoTodayIcon
  • 2666b81: TimePicker - Adjusted component to forward Ref properly to <TimePickerInput>
  • 29eecbe: Wrapped RadioGroup & Fieldset components with React.ForwardRef
  • 5a76d05: Icons:
    • Added New icons: AmexIcon, ArrowDecreaseIcon, ArrowIncreaseIcon, ChartBarFilledIcon, ChartBarIcon, TextSizeIcon
    • Updated existing icon: ServicesIcon
  • 4afef9d: <DropdownMenu/>: Add pressed state for all DropdownMenuTrigger variants