braid-design-system@33.6.0
·
341 commits
to master
since this release
Minor Changes
-
Add new icons to represent other list types. (#1711)
Sits alongsideIconChecklistwhich already exists.<IconBulletList /> <IconNumberedList />
As a result we have deprecated
IconListin favour of the more specific list types.IconListwill be removed in a future major version.MIGRATION GUIDE
-<IconList /> +<IconBulletList />
-
Add new icons to support rich text editors and formatting. (#1711)
<IconBold /> <IconItalic /> <IconTitle /> <IconRedo /> <IconUndo />
Patch Changes
- IconHeart, IconLink, IconLinkBroken: Update design (#1711)