Skip to content

Commit

Permalink
fix(instui-config): v7 codemods were not run for BreadcrumbLink and F…
Browse files Browse the repository at this point in the history
…lexItem

TEST PLAN:
Run the v7 codemods for a file that contains BreadcrumbLink and FlexItem
  • Loading branch information
matyasf committed Oct 13, 2023
1 parent 5c79ae3 commit 4658afd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/instui-config/codemod-configs/v7/propNames.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"Breadcrumb.Link": {
"8.0.0": [{ "old": "icon", "new": "renderIcon" }]
},
"BreadcrumbLink": {
"8.0.0": [{ "old": "icon", "new": "renderIcon" }]
},
"DateInput": {
"8.0.0": [{ "old": "label", "new": "renderLabel" }]
},
Expand Down Expand Up @@ -57,6 +60,13 @@
{ "old": "visualDebug", "new": "withVisualDebug" }
]
},
"FlexItem": {
"8.0.0": [
{ "old": "grow", "new": "shouldGrow" },
{ "old": "shrink", "new": "shouldShrink" },
{ "old": "visualDebug", "new": "withVisualDebug" }
]
},
"Img": {
"8.0.0": [
{ "old": "grayscale", "new": "withGrayscale" },
Expand Down

0 comments on commit 4658afd

Please sign in to comment.