Skip to content

Commit 476fa98

Browse files
Copilotdamyanpetev
andcommitted
Refactor migration into two separate migrations for v21.0.0
Co-authored-by: damyanpetev <[email protected]>
1 parent daab269 commit 476fa98

File tree

4 files changed

+856
-861
lines changed

4 files changed

+856
-861
lines changed

projects/igniteui-angular/migrations/migration-collection.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,14 @@
249249
},
250250
"migration-50": {
251251
"version": "21.0.0",
252-
"description": "Updates Ignite UI for Angular from v20.1.0 to v21.0.0 - migrates to multiple entry points",
253-
"factory": "./update-21_0_0",
254-
"schema": "./update-21_0_0/schema.json"
252+
"description": "Updates Ignite UI for Angular from v20.1.0 to v21.0.0",
253+
"factory": "./update-21_0_0"
254+
},
255+
"migration-51": {
256+
"version": "21.0.0",
257+
"description": "Migrates imports to use granular entry points for better tree-shaking",
258+
"factory": "./update-21_0_0_import-migration",
259+
"optional": true
255260
}
256261
}
257262
}

0 commit comments

Comments
 (0)