v3.5.2
·
452 commits
to development
since this release
Adds
- Adds the
Filtering
subsection to theStyle Guide
.
Updates
- Updates the
Form
component to remove thearia-label
. The previous value of"form"
was redundant and not required. - Updates the
RadioGroup
component to replace thefieldset
andlegend
wrappers with a div and span for the title. The main div wrapper around theRadio
components already has arole="radiogroup"
values which makes thefieldset
redundant. - Updates the
Pagination
component to apply new visual styles.
Fixes
- Fixes the infinite loop in the
Image
component caused when there is nofallbackSrc
prop value.