Releases: trussworks/react-uswds
Releases · trussworks/react-uswds
v9.1.0
9.1.0 (2024-08-26)
Features
Bug Fixes
- ‘use client’ directive syntax (#2891) (4e78d7e)
- a11y omnibus package (#2819) (758cd74)
- add a statusText prop to StepIndicator to allow for i18n for the sr-only element Closes #2857 (#2888) (855205e)
- moved smooth-scroll application to useEffect (#2868) (bc87158)
- remove defaultProps from DatePicker and Tooltip (#2949) (88947ca)
- Update TextInput ref forwarding (#3011) (f8ac06d)
Documentation & Examples
v9.0.0
v8.0.0
v7.0.0
v6.2.0
v6.1.0
v6.0.0
6.0.0 (2023-10-31)
⚠ BREAKING CHANGES
<TimePicker>
implementations must specify alabel
prop- Dropdown has been removed use
<Select>
instead
Features
Bug Fixes
- Label is mandatory for TimePicker component (#2629) (c7f00d3)
- readme quick links (#2646) (d4c0b4e)
- Updates sign in stories to fix aria-controls issue of show password button (#2627) (67c1114)
Documentation & Examples
- add @AnnaGingle as a contributor (#2649) (c307f4b)
v5.5.0
5.5.0 (2023-10-20)
Features
- added 4 icons (#2525) (c489814)
- Added LanguageDefinition to exports (#2570) (0f4688a)
- Added required marker (#2524) (c5f2b40)
- Allow Tooltip label to be a string or React component (#2596) (bc01008)
- changed template links to buttons (#2526) (a4b8423)
- replaced memorable date month input with select (#2527) (d38b31b)
Bug Fixes
- Language selector: add prop for display lang for bug fix (#2622) (df68d0d)
- Sass modules bug (#2555) (a1ed9f7)
- storybook: password label set to password input field id on sign in (#2618) (eae195e)
- storybook: sufficient color contrast set in custom class button (#2619) (2878822)
- Updates file input stories to set appropriate html for value of label (#2628) (7f51150)