Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [105.0.0](v104.3.0...v105.0.0) (2024-03-16) ### Features * Add all Table components from MUI ([5c6438f](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 ```
- Loading branch information