Skip to content

Commit 76aa9bb

Browse files
CopilotLipata
andcommitted
Revert incorrect migration for IGX_GRID_ACTION_STRIP_DIRECTIVES rename
The migration was incorrect because IGX_GRID_ACTION_STRIP_DIRECTIVES and IGX_ACTION_STRIP_DIRECTIVES contain different components. The former includes grid-specific components (IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, etc.) while the latter only contains base action strip components. Co-authored-by: Lipata <2621802+Lipata@users.noreply.github.com>
1 parent da95170 commit 76aa9bb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ng update igniteui-angular --migrate-only --from=20.1.0 --to=21.0.0 --migrate-im
4848

4949
**Type Renames (to avoid conflicts):**
5050
- `Direction``CarouselAnimationDirection` (in carousel)
51-
- `IGX_GRID_ACTION_STRIP_DIRECTIVES``IGX_ACTION_STRIP_DIRECTIVES` (in action-strip)
5251

5352
**Benefits:**
5453
- Better tree-shaking - unused components won't be bundled

projects/igniteui-angular/migrations/update-21_0_0/changes/classes.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
{
99
"name": "IgxColumPatternValidatorDirective",
1010
"replaceWith": "IgxColumnPatternValidatorDirective"
11-
},
12-
{
13-
"name": "IGX_GRID_ACTION_STRIP_DIRECTIVES",
14-
"replaceWith": "IGX_ACTION_STRIP_DIRECTIVES"
1511
}
1612
]
1713
}

0 commit comments

Comments
 (0)