Releases: trussworks/react-uswds
Releases · trussworks/react-uswds
v5.3.0
v5.2.0
v5.1.1
v5.1.0
5.0.0
⚠ BREAKING CHANGES
- Unify icon usage (#2411)
- As a part of this change, the previously exported
BannerLockIcon
component has been removed. Consumers building customBanner
components for their applications should use theIcon.Lock
(with appropriate aria attributes) as shown in our Storybook example
- As a part of this change, the previously exported
Features
- Add
validationStatus
prop toDropdown
(#2365) (c314234) - Add
InputGroup
component (#2383) (5761db6) - Update banner aria props with changes from USWDS (#2384) (f8c359b)
Bug Fixes
- Adds validation styles to
DatePicker
(#2398) (161a931) - Allow
CharacterCount
value ^ defaultValue (#2397) (9de5b9d) - Rename
Dropdown
component toSelect
(#2415) (75e9369)- Note:
Dropdown
is now marked as deprecated, and will be removed in a future release
- Note:
- Fix
FileInput
in SSR (#2367) (3d4845e) - Fix misapplied aria attribute (#2396) (dafbb4e)
- Unify icon usage (#2411) (ef2be8d)