v105.0.0
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