·
5 commits
to master
since this release
Minor Changes
-
Add new icons to represent other list types. (#1711)
Sits alongsideIconChecklist
which already exists.<IconBulletList /> <IconNumberedList />
As a result we have deprecated
IconList
in favour of the more specific list types.IconList
will 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)