Isaac Mann
|
84387f3611
|
feat(nx-dev): generate migration detail pages (#29580)
Generates list of migrations on the plugin overview page and a
standalone `/migrations` page.
To add sample code changes for a migration that has an implementation
file, create a `.md` file with the same name as the implementation file
in the same folder as the implementation file. i.e.
`move-cache-directory.md` for `move-cache-directory.ts`.
Migrations that have `packages` defined will have a table generated with
the package updates listed.
Separate PRs will be created to add sample code changes for each
migration with an implementation.
The migration list on the plugin overview page: [Angular
migrations](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#migrations)
Standalone migration list page: [Angular
migrations](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular/migrations)
Sample migration with added markdown file details:
[17.0.0-move-cache-directory](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/nx#1700movecachedirectory)
Sample migration with only package updates: [Angular
20.4.0](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#2040packageupdates)
Sample migration without any markdown file details:
[update-angular-cli-version-19-1-0](https://nx-dev-git-docs-migration-details-nrwl.vercel.app/nx-api/angular#updateangularcliversion1910)
- This last sample is very bare-bones and the reason why we need these
pages in the first place. People don't know what migrations are actually
doing. Follow up PRs will address pages like this.
|
2025-01-27 13:17:36 -05:00 |
|
Miroslav Jonaš
|
ab9019df1b
|
feat(linter): deprecate tslint (#18464)
|
2023-08-10 09:39:23 -04:00 |
|
Jason Jean
|
8fa1712ab4
|
chore(repo): rescope nx-dev and graph libraries (#16551)
|
2023-04-26 16:47:47 -04:00 |
|
Benjamin Cabanes
|
9d1969e91f
|
fix(nx-dev): resolve type interface conflicts (#14611)
|
2023-01-25 09:38:33 -06:00 |
|
Jason Jean
|
d6517506df
|
docs(misc): refine schemas for @nrwl/workspace (#14522)
|
2023-01-20 15:16:45 -05:00 |
|
Benjamin Cabanes
|
07f07374fd
|
docs(nxdev): support x-priority schema options (#14405)
|
2023-01-17 12:54:48 -05:00 |
|
Benjamin Cabanes
|
c69e99f6f4
|
docs(nxdev): take into account custom description (#13987)
|
2022-12-22 13:18:58 -05:00 |
|
Benjamin Cabanes
|
19fd40ddc7
|
docs(nxdev): refactor docs sources generation and app consumption (#13834)
|
2022-12-19 18:59:50 +00:00 |
|
Benjamin Cabanes
|
03fbf8e98f
|
docs(nxdev): optimize view model for package view (#12795)
|
2022-10-24 20:49:37 +00:00 |
|
Jack Hsu
|
520e5852f7
|
docs(core): read package names from package.json rather than inferrin… (#11520)
|
2022-08-09 16:42:13 +00:00 |
|
Benjamin Cabanes
|
d46e49cd61
|
docs(nxdev): generate menu api (#10272)
|
2022-05-12 18:12:04 +00:00 |
|
Benjamin Cabanes
|
3eb2955245
|
docs(nxdev): show overview on package list view (#10189)
|
2022-05-06 15:48:44 -04:00 |
|
Benjamin Cabanes
|
6dae32cc3a
|
docs(nxdev): support packages schemas metadata & discoverability (#9383)
|
2022-03-24 12:00:06 -04:00 |
|