Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 19:57
· 404 commits to development since this release
6e14d21

Updates

  • Updates invalid text in the SearchBar component to include "There was a problem. " prefix.
  • Updates the MultiSelect component to add interaction tests.
  • Increases the z-index of the FeedbackBox's Drawer component so it displays above all other elements on a page.
  • Updates the Table component to add the isScrollable prop to enable horizontal scrolling.
  • Updates the Table component to add the columnStyles prop to allow for custom column styles (i.e. width, text alignment, etc.).
  • Updates the Table component to add the tableTextSize prop to set the size of the text within the table.
  • Updates the Table component to add the titleText and showTitleText props to control the <caption> element and aria-label attribute.
  • Updates the styles for the Template component to better accommodate the horizontal scrolling in the Table component.