File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v11.2.4
2
+
3
+ This release upgrades ` @angular/language-service ` to v11.2.4.
4
+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#1124-2021-03-03 ) .
5
+
6
+ Bug fixes in ` @angular/language-service ` :
7
+ - Add plugin option to force strictTemplates (#41063 ) (95f748c)
8
+ - Always attempt HTML AST to template AST conversion for LS (#41068 ) (6dd5497), closes angular/vscode-ng-language-service #1140
9
+ - can't provide the Input and Output custom binding property name (#41005 ) (1b1b65e)
10
+ - don't show external template diagnostics in ts files (#41070 ) (9322e6a), closes #41032
11
+ - only provide template results on reference requests (#41041 ) (ef87953)
12
+ - provide element completions after open tag < (#41068 ) (f09e7ab), closes angular/vscode-ng-language-service #1140
13
+
14
+ Bug fixes in ` @angular/language-server ` :
15
+ - force enable Ivy and strictTemplates in google3
16
+ - detect @angular/core in google3 and don't run ngcc
17
+ - retain typecheck files after project reload
18
+ - do not pass execArgv to ngcc process
19
+ - attempt to resolve tsdk using fs path
20
+ - Revert back to boolean type for experimental-ivy flag
21
+ - remove TSC_NONPOLLING_WATCHER env variable
22
+ - ensure project language service is the Angular LS
23
+
1
24
# v11.2.3
2
25
3
26
This release upgrades ` @angular/language-service ` to v11.2.2.
Original file line number Diff line number Diff line change 2
2
"name" : " ng-template" ,
3
3
"displayName" : " Angular Language Service" ,
4
4
"description" : " Editor services for Angular templates" ,
5
- "version" : " 11.2.3 " ,
5
+ "version" : " 11.2.4 " ,
6
6
"publisher" : " Angular" ,
7
7
"icon" : " angular.png" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/language-server" ,
3
3
"description" : " LSP server for Angular Language Service" ,
4
- "version" : " 11.2.3 " ,
4
+ "version" : " 11.2.4 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/angular/vscode-ng-language-service.git"
You can’t perform that action at this time.
0 commit comments