Skip to content

v105.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 29 Mar 09:46
· 5099 commits to master since this release
337290d

105.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • row, column: Row and Column components are deprecated
    and could no longer be used, please use the GridContainer and GridItem components instead.
    To help with migration please use our codemod npx carbon-codemod replace-row-column-with-grid

Code Refactoring

  • row, column: remove deprecated components (c5b9bb0)