Design System Updates for 2021 August

New Releases

Web Component-ification: we've created Web Component variants for some of our commonly used CSS components: Switch, Radio Button, and Checkbox. These Web Components will help product teams with implementation, as there's less room for error with the markup than with the old CSS components — and they'll be way easier to update in the future! The original CSS components still work (in fact, that's what these new Web Components use as foundation), but we strongly recommend only using the Web Component variants from now on.

Enhancements

  • Multiselect component now has an "open" event.
  • Dropdown component now opens a list that supports keyboard navigation.
  • Input Group now can have postfixes.

Changes

Fixes

  • Datagrid rendering speed is vastly improved.
  • Fixed icon style-bug in the e-alert legacy component.
  • Datetime does not reformat invalid dates anymore.
  • Datetime picker now uses the user’s preferred date formatting.