File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.900.8
2
+
3
+ This release upgrades ` @angular/language-service ` to v9.0.0-rc.12.
4
+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#900-rc12-2020-01-30 ) .
5
+
6
+ New features:
7
+ - completions for output $event properties in (#34570 ) (2a53727)
8
+ - provide completion for $event variable (#34570 ) (c246787)
9
+ - provide hover for microsyntax in structural directive (#34847 ) (baf4a63)
10
+
11
+ Bug fixes:
12
+ - prune duplicate returned definitions (#34995 ) (71f5417)
13
+ - remove repeated symbol definitions for structural directive (#34847 ) (35916d3)
14
+ - warn, not error, on missing context members (#35036 ) (0e76821)
15
+ - enable debug mode only when it is strictly turned on
16
+
1
17
# v0.900.7
2
18
3
19
This release upgrades ` @angular/language-service ` to v9.0.0-rc.11.
@@ -10,7 +26,6 @@ New features:
10
26
Bug fixes:
11
27
- Diagnostic span should point to class name (#34932 ) (c9db7bd)
12
28
13
-
14
29
# v0.900.6
15
30
16
31
This release upgrades ` @angular/language-service ` to v9.0.0-rc.10.
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.7 " ,
5
+ "version" : " 0.900.8 " ,
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.7 " ,
4
+ "version" : " 0.900.8 " ,
5
5
"author" : " Angular" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
You can’t perform that action at this time.
0 commit comments