@adaptavant/eds-core@1.2.0
✨⚙️ Introducing version 1.2.0! This update brings enhancements to few components, bug fixes, and a host of other improvements. Welcome to the latest and greatest! ✨⚙️
Enhancements
Loading component gets animation improvement and displays growyourbrand
tree icon in large sizes.
Timepicker label
prop is required now. By default, it's hidden. To display the label, use labelVisibility
prop. Extra space before time value is not present when no option is selected.
Bug fixes
- useTimeZonePicker: Added
useEffect
to track timezone updates. - Button, IconButton, IconLink, ButtonLink: set Button border to transparent on hover state for accentSecondary & neutralSecondary
- Timepicker: Add
useEffect
which updatesselectedOption
whenever defaultValue prop change. - Avatar: AvatarImage properly updates when
src
changes after the first fallback render.
Minor Changes
- 0c6d278: Timepicker:
- Updated
label
as required prop - Added
labelVisibility
prop - Removed translations for
label
prop
- Updated
- 66b6ead: Loading component:
- update spinner UI
- update spinner animation
- add
icon
prop
Patch Changes
- 4452448: Avatar: Updated the children to be a React component.
- 8ab9b8d: Timepicker:
- Eliminated tickspace when no option is selected.
- Addressed scroll jumping problem.
- Excluded
onSelect
callback triggered on initial load will be executed only whenselectedOption
is updated.
- b9a4c1c: useTimeZonePicker: Update hook with Effect which updates
selectedOption
wheneverpreferredTzIdentifier
prop change - 27d4ae9: Loading: Update stroke width
- 67ff0d4: Timepicker: Add useEffect which updates
selectedOption
wheneverdefaultValue
prop change - f238bfd: Button, IconButton, IconLink, ButtonLink: set Button border to
transparent on hover state for
accentSecondary
&neutralSecondary