From 4658afd68569e09298778594deacecc3b463ab70 Mon Sep 17 00:00:00 2001 From: Matyas Forian-Szabo Date: Fri, 13 Oct 2023 15:01:10 +0200 Subject: [PATCH] fix(instui-config): v7 codemods were not run for BreadcrumbLink and FlexItem TEST PLAN: Run the v7 codemods for a file that contains BreadcrumbLink and FlexItem --- .../codemod-configs/v7/propNames.config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/instui-config/codemod-configs/v7/propNames.config.json b/packages/instui-config/codemod-configs/v7/propNames.config.json index 05881558bf..5e7e3259f5 100644 --- a/packages/instui-config/codemod-configs/v7/propNames.config.json +++ b/packages/instui-config/codemod-configs/v7/propNames.config.json @@ -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" }] }, @@ -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" },