Skip to content

ui-v2.11.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 18:56
· 3 commits to main since this release
172f025

Added

  • Add an allowAllChars input to <ea-code-input> for accepting any non-whitespace character, not just digits.

Changed

  • Lighten the avatar's initials placeholder background in light mode.
  • Spread <ea-code-input>'s placeholder one character per cell instead of repeating it across every cell.
  • Lighten <ea-data-table> striped rows to a mid-tone between the header and unstriped rows instead of matching the header shade.

Fixed

  • Stop the dropdown, autocomplete, and multi-select menus from revealing the content behind them when their list is scrolled past its end.
  • Drop the trailing gap on an icon-only <ea-button> so the icon is no longer offset when there is no label.
  • Scope <ea-card> padding to the card's own content so a nested card no longer inherits an outer card's padding.
  • Make a full-width <ea-card> stretch the host so it fills flex and inline parents, not only normal block flow.
  • Apply <ea-data-table> column widths to body cells so the columns stay aligned with the header when stickyHeader is enabled.