File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # v0.900.3
2+
3+ This release upgrades ` @angular/language-service ` to v9.0.0-rc.7.
4+ For a complete change log see [ here] ( https://github.com/angular/angular/blob/master/CHANGELOG.md#900-rc7-2019-12-18 ) .
5+
6+ New features:
7+ - add textmate grammar for inline CSS styles
8+ - add syntax highlighting grammar for interpolations
9+
10+ Bug fixes:
11+ - reset loading status when the language service fails to load the project
12+ - correctly specify embedded languages in an Angular template
13+ - HTML path should include last node before cursor
14+ - Proper completions for properties and events
15+
116# v0.900.2
217
318This release upgrades ` @angular/language-service ` to v9.0.0-rc.6.
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.2 " ,
5+ "version" : " 0.900.3 " ,
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.2 " ,
4+ "version" : " 0.900.3 " ,
55 "author" : " Angular" ,
66 "license" : " MIT" ,
77 "engines" : {
You can’t perform that action at this time.
0 commit comments