This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +573
-415
lines changed Expand file tree Collapse file tree 6 files changed +573
-415
lines changed Original file line number Diff line number Diff line change 1- # v14.0.0-rc.0
1+ # v14.0.0
22
3- This release upgrades ` @angular/language-service ` to v14.0.0-rc.1
3+ This release upgrades ` @angular/language-service ` to v14.0.0
44
5+ * feat: Add option to disable ngcc (#1620 )
6+ * feat(extension): Support renaming from TypeScript files (#1589 )
57* feat(extension): Add option to force strict templates (#1646 ) (17fdb9ec6)
68* feat: add command to run ngcc manually (#1621 ) (dd0e0009b)
79* Fix detection of Angular for v14+ projects ([ #45998 ] ( https://github.com/angular/angular/pull/45998 ) )
810* Prevent TSServer from removing templates from project ([ #45965 ] ( https://github.com/angular/angular/pull/45965 ) )
911
10- # v14.0.0-next.0
12+ # v13.3.4
1113
12- This release upgrades ` @angular/language-service ` to v14.0.0-next.9
14+ This release upgrades ` @angular/language-service ` to v13.3.8.
1315
14- * feat: Add option to disable ngcc (#1620 )
15- * feat(extension): Support renaming from TypeScript files (#1589 )
16+ | Commit | Type | Description |
17+ | -- | -- | -- |
18+ | [ b4eb9ed884] ( https://github.com/angular/angular/commit/b4eb9ed884a82ba741abb503c974df7ec0d0048a ) | fix | Prevent TSServer from removing templates from project ([ #45965 ] ( https://github.com/angular/angular/pull/45965 ) ) |
1619
1720# v13.2.3
1821
Original file line number Diff line number Diff line change 22 "name" : " angular-ls-integration-test-project" ,
33 "private" : true ,
44 "dependencies" : {
5- "@angular/common" : " 14.0.0-rc.1 " ,
6- "@angular/compiler" : " 14.0.0-rc.1 " ,
7- "@angular/compiler-cli" : " 14.0.0-rc.1 " ,
8- "@angular/core" : " 14.0.0-rc.1 " ,
5+ "@angular/common" : " 14.0.0" ,
6+ "@angular/compiler" : " 14.0.0" ,
7+ "@angular/compiler-cli" : " 14.0.0" ,
8+ "@angular/core" : " 14.0.0" ,
99 "rxjs" : " 6.6.7" ,
1010 "zone.js" : " 0.11.5"
1111 },
1212 "devDependencies" : {
13- "ng-packagr" : " ^13.2 .0" ,
13+ "ng-packagr" : " ^14.0 .0" ,
1414 "typescript" : " ~4.6.0"
1515 },
1616 "scripts" : {
You can’t perform that action at this time.
0 commit comments