Skip to content

v105.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 16 Mar 11:00
· 388 commits to master since this release

105.0.0 (2024-03-16)

Features

  • Add all Table components from MUI (5c6438f)

BREAKING CHANGES

  • Table component has been deprecated. Use codemods to deal with the change.
yarn global add @cozy/codemods
yarn global add [email protected]
jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-ui-deprecated-table.js src babel --ignore-pattern=src/targets/ --extensions js,jsx,tsx --parser tsx