Skip to content

Commit

Permalink
fix(codemod): improve replacements for Text (#6123)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Jul 26, 2024
1 parent e9aeb63 commit 277120b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/MigrationGuide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ we provide a codemod which tries to transform most of the breaking changes.
/>

```shell
npx @ui5/webcomponents-react-cli codemod --transform v2 \
npx @ui5/webcomponents-react-cli@next codemod --transform v2 \
--src ./path/to/src \
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@
"removedProps": ["navigated", "selected"]
},
"Text": {
"comment": "wrapping -> maxLines"
"comment": "wrapping -> maxLines",
"removedProps": ["hyphenated", "emptyIndicator"]
},
"TextArea": {
"changedProps": {
Expand Down

0 comments on commit 277120b

Please sign in to comment.