File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
30
# v11.1.0
2
31
3
32
Ivy-native language service is officially available for preview!
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.1 .0" ,
5
+ "version" : " 11.2 .0" ,
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.1 .0" ,
4
+ "version" : " 11.2 .0" ,
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