File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ # v0.901.0
2+
3+ This release upgrades ` @angular/language-service ` to v9.1.0.
4+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#910-2020-03-25 ) .
5+
6+ New features:
7+ - improve non-callable error message (#35271 ) (acc483e)
8+ - modularize error messages (#35678 ) (47a1811), closes #32663
9+
10+ Bug fixes:
11+ - Catch failure to open script when language service is disabled (#699 )
12+ - Suggest ? and ! operator on nullable receiver (#35200 ) (3cc24a9)
13+ - fix calculation of pipe spans (#35986 ) (406419b)
14+ - get the right 'ElementAst' in the nested HTML tag (#35317 ) (8e354da)
15+ - infer $implicit value for ngIf template contexts (#35941 ) (18b1bd4)
16+ - infer context type of structural directives (#35537 ) (#35561 ) (54fd33f)
17+ - provide completions for the structural directive that only injects the 'ViewContainerRef' (#35466 ) (66c06eb)
18+ - provide hover for interpolation in attribute value (#35494 ) (049f118), closes PR #34847
19+ - resolve the real path for symlink (#35895 ) (4e1d780)
20+ - resolve the variable from the template context first (#35982 ) (3d46a45)
21+
122# v0.900.18
223
324This release upgrades ` @angular/language-service ` to v9.0.7.
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" : " 0.900.18 " ,
5+ "version" : " 0.901.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" : " 0.900.18 " ,
4+ "version" : " 0.901.0 " ,
55 "author" : " Angular" ,
66 "license" : " MIT" ,
77 "engines" : {
You can’t perform that action at this time.
0 commit comments