Skip to content

Commit af167d7

Browse files
author
Keen Yee Liau
committed
release: v11.2.4
1 parent 37a66ac commit af167d7

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
124
# v11.2.3
225

326
This release upgrades `@angular/language-service` to v11.2.2.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "11.2.3",
5+
"version": "11.2.4",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular/language-server",
33
"description": "LSP server for Angular Language Service",
4-
"version": "11.2.3",
4+
"version": "11.2.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/angular/vscode-ng-language-service.git"

0 commit comments

Comments
 (0)