This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +51
-10
lines changed Expand file tree Collapse file tree 4 files changed +51
-10
lines changed Original file line number Diff line number Diff line change 1+ # v12.2.0
2+
3+ This release upgrades ` @angular/language-service ` to v12.2.0.
4+ For a complete change log see
5+ [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1220-2021-08-04 ) .
6+
7+ 1 . fix(language-service): provide literal completions as well as context completions (#42923 )
8+
9+
10+ # v12.1.4
11+
12+ This release upgrades ` @angular/language-service ` to v12.1.4.
13+ For a complete change log see
14+ [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1214-2021-07-28 ) .
15+
16+ 1 . fix(language-server): rename response should use URI instead of file name (#1462 ) (49d81aa4a)
17+ 1 . fix(language-server): Only enable language service on open projects (#1461 ) (26f6fcf1b)
18+ 1 . fix: unchanged files sometimes have no Angular information for string… (#1453 ) (9ca675a3a)
19+
20+ # v12.1.3
21+
22+ This release upgrades ` @angular/language-service ` to v12.1.3.
23+ For a complete change log see
24+ [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1213-2021-07-21 ) .
25+
26+ 1 . fix(server): Only provide InsertReplaceEdit when the client supports it (#1452 ) (7c22c4c3a)
27+
28+ # v12.1.2
29+
30+ This release upgrades ` @angular/language-service ` to v12.1.2.
31+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1212-2021-07-14 ) .
32+
33+ 1 . fix(language-server): Ensure LS is enabled in same order as project initialization for solution-style projects (#1447 ) (68ee8344e)
34+ 1 . fix(compiler-cli): return directives for an element on a microsyntax template (https://github.com/angular/angular/pull/42640 )
35+
36+ # v12.1.1
37+
38+ This release upgrades ` @angular/language-service ` to v12.1.1.
39+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1211-2021-06-30 ) .
40+
41+ * update to TS 4.3.4 (#1428 ) (fb6681ee6)
42+
143# v12.1.0
244
345
Original file line number Diff line number Diff line change 22 "name" : " ng-template" ,
33 "displayName" : " Angular Language Service" ,
44 "description" : " Editor services for Angular templates" ,
5- "version" : " 12.2.0-next.0 " ,
5+ "version" : " 12.2.0" ,
66 "publisher" : " Angular" ,
77 "icon" : " angular.png" ,
88 "license" : " MIT" ,
164164 "test:syntaxes" : " yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
165165 },
166166 "dependencies" : {
167- "@angular/language-service" : " 12.1.4 " ,
167+ "@angular/language-service" : " 12.2.0 " ,
168168 "typescript" : " 4.3.4" ,
169169 "vscode-jsonrpc" : " 6.0.0" ,
170170 "vscode-languageclient" : " 7.0.0" ,
192192 "type" : " git" ,
193193 "url" : " https://github.com/angular/vscode-ng-language-service"
194194 }
195- }
195+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular/language-server" ,
33 "description" : " LSP server for Angular Language Service" ,
4- "version" : " 12.2.0-next.0 " ,
4+ "version" : " 12.2.0" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/angular/vscode-ng-language-service.git"
1515 "ngserver" : " ./bin/ngserver"
1616 },
1717 "dependencies" : {
18- "@angular/language-service" : " 12.1.4 " ,
18+ "@angular/language-service" : " 12.2.0 " ,
1919 "vscode-jsonrpc" : " 6.0.0" ,
2020 "vscode-languageserver" : " 7.0.0" ,
2121 "vscode-uri" : " 3.0.2"
Original file line number Diff line number Diff line change 1919
2020" @angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#5fad38db75f746e76af8b015dd8f674579a54ab3 " :
2121 version "0.0.0"
22- uid "5fad38db75f746e76af8b015dd8f674579a54ab3"
2322 resolved "https://github.com/angular/dev-infra-private-builds.git#5fad38db75f746e76af8b015dd8f674579a54ab3"
2423 dependencies :
2524 " @angular/benchpress" " 0.2.1"
5352 yaml "^1.10.0"
5453 yargs "^17.0.0"
5554
56- " @angular/language-service@12.1.4 " :
57- version "12.1.4 "
58- resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.1.4 .tgz#4ff59452864147f77996b05cb5a4125895fc0a5d "
59- integrity sha512-NooCGWiTY74DN3uFE8eI1ATtxx4TQzulbV7qNNG9Bz8QJyLRykYart7Ajxh0bF5upR1bjPmHr6MvgO6aI43VUQ ==
55+ " @angular/language-service@12.2.0 " :
56+ version "12.2.0 "
57+ resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.2.0 .tgz#f863fa6f586e28b8fcb3024fff70ddae534d3ab2 "
58+ integrity sha512-oWZ3E+640iRxkf+tStNpDbJT4mc7zNdOCg4L0YjpBuDOiStJ0YDgtJfNdYE+Ap7fsb0QvUuXpU0QGnDVazQ1PQ ==
6059
6160" @babel/code-frame@^7.0.0 " :
6261 version "7.12.13"
You can’t perform that action at this time.
0 commit comments