File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/cli/src/scripts/codemod/transforms/v2 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ we provide a codemod which tries to transform most of the breaking changes.
39
39
/>
40
40
41
41
``` shell
42
- npx @ui5/webcomponents-react-cli codemod --transform v2 \
42
+ npx @ui5/webcomponents-react-cli@next codemod --transform v2 \
43
43
--src ./path/to/src \
44
44
--typescript # only if you use TypeScript in your project, omit if you use JavaScript
45
45
```
Original file line number Diff line number Diff line change 512
512
"removedProps" : [" navigated" , " selected" ]
513
513
},
514
514
"Text" : {
515
- "comment" : " wrapping -> maxLines"
515
+ "comment" : " wrapping -> maxLines" ,
516
+ "removedProps" : [" hyphenated" , " emptyIndicator" ]
516
517
},
517
518
"TextArea" : {
518
519
"changedProps" : {
You can’t perform that action at this time.
0 commit comments