@adaptavant/eds-core@1.7.0
✨⚙️ Introducing version 1.7.0. Enjoy! ✨⚙️
🛠️ Enhancements
<Timepicker />:- Added
minValue,maxValueandclearprop - Adjusted component to forward
Refproperly to<TimePickerInput>
- Added
<Loading />: Update component animation<Toolitip /><FilterMenu /><Combobox /><DropdownMenu /><SelectMenu />: Addedstrategyprop to control popover position and fixing flickering in fixed containers<Badge />: Wrapped component withReact.ForwardRef<Icons />: Added 40pxsizeoption<RadioGroup /> <FieldSet />: Wrapped components withReact.ForwardRef<DropdownMenu />: Add pressed state for allDropdownMenuTriggervariants
🐛 Bug fixes
<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
minValuemaxValueandclearprop - efa149f: Loading: Update component animation
- ae63d46: Tooltip, FilterMenu, Combobox, DropdownMenu, SelectMenu: Added
strategyprop 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
Refproperly to<TimePickerInput> - 29eecbe: Wrapped
RadioGroup&Fieldsetcomponents with React.ForwardRef - 5a76d05: Icons:
- Added New icons:
AmexIcon, ArrowDecreaseIcon, ArrowIncreaseIcon, ChartBarFilledIcon, ChartBarIcon, TextSizeIcon - Updated existing icon:
ServicesIcon
- Added New icons:
- 4afef9d:
<DropdownMenu/>: Add pressed state for allDropdownMenuTriggervariants