Skip to content

Commit da95170

Browse files
CopilotLipata
andcommitted
Add migration for IGX_GRID_ACTION_STRIP_DIRECTIVES rename and update CHANGELOG
Co-authored-by: Lipata <[email protected]>
1 parent 71be269 commit da95170

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ 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)
5152

5253
**Benefits:**
5354
- Better tree-shaking - unused components won't be bundled

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

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

0 commit comments

Comments
 (0)