Skip to content

Commit cbaf96c

Browse files
author
Keen Yee Liau
committed
release: v0.900.3
1 parent cd86efe commit cbaf96c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

318
This release upgrades `@angular/language-service` to v9.0.0-rc.6.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)