New
v0.13.0
Component Updates
Material Autosuggest Input
- Toggle multi-select items with
<Space>instead of<Enter>. - Make the pointer for the clear icon consistent with other buttons when disabled.
Material Button
- Apply media query to
_button_hovermixin call so that we will skip hover for all touchscreens (only apply hover for media supporting hover). - Add Sass mixins to customize icon colors and left align button text.
- Avoid double trigger of button with a space bar keypress.
Material Checkbox
- Use both label and content as aria label.
- Add types to the outputs.
Material Date Picker
- Make the calendar component invisible to screen readers.
- Add
selectDatePlaceHolderMsg,placeholderMsg, anddropdownButtonAriaLabelinputs.
Material Date Range Picker
- Add
preferredPositionsinput. - Improve handling of pt-BR date range formatting to remove repetitive "de"s when the endpoints fall into different years.