From 131ceccd170fd37f1545f8173cafd9a451f18f76 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Fri, 26 May 2023 09:46:53 +0100 Subject: [PATCH] [mui-codemod] Add missing script to README (#37377) --- packages/mui-codemod/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/mui-codemod/README.md b/packages/mui-codemod/README.md index 591bf327eb1dcf..d3c9cef827d7ef 100644 --- a/packages/mui-codemod/README.md +++ b/packages/mui-codemod/README.md @@ -62,6 +62,19 @@ npx @mui/codemod --jscodeshift="--printOptions='{\"quote\":\" ### v5.0.0 +### `base-remove-unstyled-suffix` + +The `Unstyled` suffix has been removed from all Base UI component names, including names of types and other related identifiers. + +```diff +- ; ++ ; +``` + +```sh +npx @mui/codemod v5.0.0/base-remove-unstyled-suffix +``` + #### `base-remove-component-prop` Remove `component` prop from all Base UI components by transferring its value into `slots.root`.