Skip to content

Commit b683682

Browse files
author
Keen Yee Liau
committed
release: v11.2.0
1 parent 18291b8 commit b683682

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v11.2.0
2+
3+
This release upgrades `@angular/language-service` to v11.2.0.
4+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1120-2021-02-10).
5+
6+
Bug fixes:
7+
- disable rename feature when strictTemplates is disabled
8+
- implement realpath to resolve symlinks
9+
- recognize incomplete pipe bindings with whitespace
10+
11+
Features:
12+
- Prompt to use the Ivy Language Service if VE is detected
13+
- Add Command to view template typecheck block
14+
- Add diagnostics to suggest turning on strict mode
15+
16+
# v11.1.3
17+
18+
This release upgrades `@angular/language-service` to v11.1.2.
19+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1112-2021-02-03).
20+
21+
# v11.1.2
22+
23+
No major updates in this release.
24+
25+
# v11.1.1
26+
27+
This release upgrades `@angular/language-service` to v11.1.1.
28+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1111-2021-01-27).
29+
130
# v11.1.0
231

332
Ivy-native language service is officially available for preview!

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.1.0",
5+
"version": "11.2.0",
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.1.0",
4+
"version": "11.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/angular/vscode-ng-language-service.git"

0 commit comments

Comments
 (0)