@adaptavant/eds-core@1.22.0

✨⚙️ Introducing version 1.22.0 Enjoy! ✨⚙️

🛠️ Enhancements

  • Aligned mobile popover title to the left in DropdownMenu and SelectMenu.
  • FilterMenu: Added a mobile-friendly view to FilterMenu, displaying content in a Sheet on smaller screens.
  • Snackbar: Added styleable props to the Snackbar component.

Bug Fixes

  • Dropdown: Resolved page blocking issue when opening dropdown popovers in scrollable areas.
  • Snackbar: Resolved multiple onClose calls in Snackbar by preventing redundant useTimeout executions.

🎨 Icon Updates

StatusIcon Name
✨ NewMediaControlVolumeOffFilledIcon
✨ NewMediaControlVolumeLowFilledIcon
✨ NewMediaControlVolumeHighFilledIcon
✨ NewMediaControlVolumeMaxFilledIcon
✨ NewMediaControlPauseFilledIcon
✨ NewMediaControlPlayFilledIcon
✨ NewPlaybackSpeedIcon
✨ NewTargetIcon
✨ NewSparklesIcon
🔄 UpdatedApplyAllIcon
🔄 UpdatedPaymentGooglepayIcon
🔄 UpdatedPaymentGooglepayFilledIcon

🎨 Symbol Updates

StatusSymbol Name
✨ NewPsaColorIcon
🔄 UpdatedGooglePayColorIcon

Minor Changes

  • 8ee3ed1:FilterMenu: Implemented a mobile-friendly view which displays the
    content in a Sheet on smaller screens.

Patch Changes

  • dba47cf:DropdownMenu and SelectMenu: Align mobile popover title to left.
  • e9d7720: Icons:Symbols:
    • Updated svg for PaymentGooglepayIcon ,PaymentGooglepayFilledIcon
  • 657a034:DropdownMenu: Properly align title for the mobile popover
  • 1df619d: Icons:Symbols:
    • Added New icons
      MediaControlVolumeOffFilledIcon,MediaControlVolumeLowFilledIcon,MediaControlVolumeHighFilledIcon, MediaControlVolumeMaxFilledIcon,MediaControlPauseFilledIcon,MediaControlPlayFilledIcon,PlaybackSpeedIcon,TargetIcon,SparklesIcon
    • Updated ApplyAllIcon
  • 01b01e1: All Dropdowns: Fix page block when popover is opened in a scrollable
    area.
  • 10b22c3:Snackbar - Fixed an issue in the Snackbar component where the
    onClose callback was being called multiple times. This was happening because
    the useTimeout hook was being called unconditionally on every render, creating
    multiple timers. Added styleable props to the Snackbar component.
  • Updated svg for GooglePayColorIcon
  • Added New Symbol PsaColorIcon