New Features
- Feature: Resolved ESLint/Restructure for
<Accordion />
- Feature
<Accordion />
now accepts a collapseSiblings
argument which is false
by default. Setting to true
will automatically close other items when selecting a new one. US671646 - Feature:
<Dropdown />
now supports a readonly
prop with corresponding styling US720376 - Feature: Text
<Input />
now supports a readonly
prop with corresponding styling US720344 - Feature: All
Input
, InputGroup
, and FormGroup
components now support a readonly
prop with corresponding styling US720360 - Feature:
<TimePicker />
now supports a readonly
prop with corresponding styling US720340 - Feature: Resolved ESLint/Restructure for
DataTable
US671659 - Feature: Resolved ESLint/Restructure for
Filmstrip
US671663 - Feature: Resolved ESLint/Restructure for
Table
US703866
Bug Fixes
- Fixed issue where
<Button type="submit" />
would not fire onSubmit events from parent forms as expected. - Fixed an issue where
<Searchable.Input />
would incorrectly append multiple icons resulting in a box-model break. GitHub PR - No Story