mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
These migrations can no longer run due to a single update version policy (IE: from 13 to 14, 14 to 15 etc..). Therefore these are redundant and can be deleted. We also remove the `-beta` suffix from the version which is not needed as the Angular CLI will add the prerelease suffixes automatically. PR Close #48414
14 lines
727 B
JSON
14 lines
727 B
JSON
{
|
|
"schematics": {
|
|
"migration-v15-router-link-with-href": {
|
|
"version": "15.0.0",
|
|
"description": "Since Angular v15, the `RouterLink` contains the logic of the `RouterLinkWithHref` directive. This migration replaces all `RouterLinkWithHref` references with `RouterLink`.",
|
|
"factory": "./migrations/router-link-with-href/index"
|
|
},
|
|
"migration-v15-relative-link-resolution": {
|
|
"version": "15.0.0",
|
|
"description": "In Angular version 15, the deprecated `relativeLinkResolution` config parameter of the Router is removed. This migration removes all `relativeLinkResolution` fields from the Router config objects.",
|
|
"factory": "./migrations/relative-link-resolution/index"
|
|
}
|
|
}
|
|
}
|