v3.4.0
github-actions
released this
02 Oct 19:57
·
404 commits
to development
since this release
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
'sDrawer
component so it displays above all other elements on a page. - Updates the
Table
component to add theisScrollable
prop to enable horizontal scrolling. - Updates the
Table
component to add thecolumnStyles
prop to allow for custom column styles (i.e. width, text alignment, etc.). - Updates the
Table
component to add thetableTextSize
prop to set the size of the text within the table. - Updates the
Table
component to add thetitleText
andshowTitleText
props to control the<caption>
element andaria-label
attribute. - Updates the styles for the
Template
component to better accommodate the horizontal scrolling in theTable
component.