@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

  1. useTimeZonePicker: Added useEffect to track timezone updates.
  2. Button, IconButton, IconLink, ButtonLink: set Button border to transparent on hover state for accentSecondary & neutralSecondary
  3. Timepicker: Add useEffect which updates selectedOption whenever defaultValue prop change.
  4. 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
  • 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 when selectedOption is updated.
  • b9a4c1c: useTimeZonePicker: Update hook with Effect which updates selectedOption whenever preferredTzIdentifier prop change
  • 27d4ae9: Loading: Update stroke width
  • 67ff0d4: Timepicker: Add useEffect which updates selectedOption whenever defaultValue prop change
  • f238bfd: Button, IconButton, IconLink, ButtonLink: set Button border to transparent on hover state for accentSecondary & neutralSecondary