Skip to content

v84.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 02 Sep 13:32
· 6744 commits to master since this release
f7624c3

84.0.0 (2021-09-02)

⚠ BREAKING CHANGES

  • help: aria-label and value are no longer rendered based on children
    There is a codemod available to assist with this upgrade:
    npx carbon-codemod add-prop src carbon-react/lib/components/help aria-label
    See https://github.com/Sage/carbon-codemod for more information.

Features

  • help: change the children proptype from string to node (dad2b7f)
  • icon: change the tooltip message proptype from string to node (5b1a8e4)

Bug Fixes

  • link: import the proper link component and the styled link (b03de73)