braid-design-system@28.1.0
·
1288 commits
to master
since this release
Minor Changes
-
Inline: Add support for semantic list elements (#654)
As already featured on
Stack, when rendering<Inline component="ul|ol">, its children will be rendered aslielements.
Patch Changes
-
Hide icons from screen readers that have no title (#656)
Icons are mostly used for decorative purposes and as such are now hidden from screen readers unless providing a
title. In this case, an Icon is identified as an image.