EVO React Components

Changelog

December 3rd, 2025

Fixed

  • MFE Shadow DOM fix for Dialog and AlertDialog components - changed top positioning from 50% to 54% for proper centering in shadow DOM context.
  • Reverted Button outline variant styling to use EDS theme colors (neutral-400, neutral-700) instead of generic accent colors for consistent design system appearance.
November 20th, 2025

Added

  • Application Insights telemetry for copy/install actions, search, and navigation.
November 3rd, 2025

Added

  • MFE Shadow DOM Support documentation with fixes for 13 components (alert-dialog, context-menu, dialog, drawer, dropdown-menu, focus-scope, hover-card, menubar, popover, select, sheet, tooltip, use-shadow-root hook)
  • Custom Date Picker component
  • Upgraded Recharts to v3.
  • Add link to the contribution page when no component is found.
  • Icon Container
  • Page Header
  • Page Template.
October 22nd, 2025

Added

  • User Feedback Dialog.
October 17th, 2025

Added

  • Rating experimental block with decimal precision support, partial star fills, keyboard navigation, accessibility features, size variants, and custom icon support.
  • Fix Wizard component for the dark theme.
October 15th, 2025

Removed

  • Alert Banner experimental block (temporarily removed, will return in a future release)
October 13th, 2025

Added

  • Wizard component block with internal state management and step navigation.
  • Add the latest shadcn components: Field, Item, Spinner, Input Group, Kbd, Button Group and Empty.

Removed

  • Step Wizard from blocks
  • Modal Wizard from blocks
October 6th, 2025

Added

  • Initial release of Evo React Components
  • EDS-themed components with interactive demos
  • Automated scaffolding for new components and blocks
  • Component validation and health check scripts
  • Registry build and deployment pipeline
  • Support for both components and blocks
  • Comprehensive documentation and contributing guidelines