@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
useEffectto track timezone updates. - Button, IconButton, IconLink, ButtonLink: set Button border to transparent on hover state for accentSecondary & neutralSecondary
- Timepicker: Add
useEffectwhich updatesselectedOptionwhenever
defaultValue prop change. - Avatar: AvatarImage properly updates when
srcchanges after the first fallback render.
Minor Changes
- 0c6d278: Timepicker:
- Updated
labelas required prop - Added
labelVisibilityprop - Removed translations for
labelprop
- Updated
- 66b6ead: Loading component:
- update spinner UI
- update spinner animation
- add
iconprop
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
onSelectcallback triggered on initial load will be executed only
whenselectedOptionis updated.
- b9a4c1c: useTimeZonePicker: Update hook with Effect which updates
selectedOptionwheneverpreferredTzIdentifierprop change - 27d4ae9: Loading: Update stroke width
- 67ff0d4: Timepicker: Add useEffect which updates
selectedOptionwheneverdefaultValueprop change - f238bfd: Button, IconButton, IconLink, ButtonLink: set Button border to
transparent on hover state foraccentSecondary&neutralSecondary