Skip to content
Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 12 Feb 00:27
· 5 commits to master since this release
c3ef2d4

Minor Changes

  • Add new icons to represent other list types. (#1711)
    Sits alongside IconChecklist 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)