Skip to content

v3.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 16:34
· 452 commits to development since this release
6140923

Adds

  • Adds the Filtering subsection to the Style Guide.

Updates

  • Updates the Form component to remove the aria-label. The previous value of "form" was redundant and not required.
  • Updates the RadioGroup component to replace the fieldset and legend wrappers with a div and span for the title. The main div wrapper around the Radio components already has a role="radiogroup" values which makes the fieldset redundant.
  • Updates the Pagination component to apply new visual styles.

Fixes

  • Fixes the infinite loop in the Image component caused when there is no fallbackSrc prop value.