This repository was archived by the owner on Nov 21, 2025. It is now read-only.
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+
130# v11.1.0
231
332Ivy-native language service is officially available for preview!
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" : " 11.1 .0" ,
5+ "version" : " 11.2 .0" ,
66 "publisher" : " Angular" ,
77 "icon" : " angular.png" ,
88 "license" : " MIT" ,
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" : " 11.1 .0" ,
4+ "version" : " 11.2 .0" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/angular/vscode-ng-language-service.git"
You can’t perform that action at this time.
0 commit comments