File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.900.15
2
+
3
+ This release upgrades ` @angular/language-service ` to v9.0.4.
4
+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#904-2020-02-27 ) .
5
+
6
+ Bug fixes:
7
+ - get the right 'ElementAst' in the nested HTML tag (#35317 ) (7403ba1)
8
+ - infer context type of structural directives (#35537 ) (#35561 ) (a491f7e)
9
+ - provide hover for interpolation in attribute value (#35494 ) (0700279)
10
+
1
11
# v0.900.14
2
12
3
13
This release introduces TextMate grammar for Angular template expressions.
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" : " 0.900.14 " ,
5
+ "version" : " 0.900.15 " ,
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" : " 0.900.14 " ,
4
+ "version" : " 0.900.15 " ,
5
5
"author" : " Angular" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments