Skip to content

Commit a195492

Browse files
Keen Yee Liauayazhafiz
authored andcommitted
docs: Add CHANGELOG.md (#419)
This will show up in vscode to inform users of changes and new features.
1 parent 8c2d894 commit a195492

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.900.0
2+
This release is a substantial overhaul of the Angular language service that brings
3+
signficant performance improvements.
4+
5+
New features:
6+
- Added "go to definition" for `templateUrl` and `styleUrls`.
7+
- Hover tooltip now shows the `NgModule` a directive is declared in.
8+
- Added `angular.ngdk` config for specifying location of `@angular/language-service`.
9+
- Added vscode command to restart the extension.
10+
- Display loading indicator while project is loading.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ and external templates including:
1414

1515
This extension uses `[email protected]`.
1616

17-
**NOTE**: Please make sure `@angular/language-service` >= v9.0.0 is installed
18-
in your project otherwise the extension would not work.
19-
2017
## Download
2118

2219
Download the extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template).

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rm -rf dist
1111
yarn run compile
1212

1313
# Copy files to package root
14-
cp package.json yarn.lock angular.png README.md dist
14+
cp package.json yarn.lock angular.png CHANGELOG.md README.md dist
1515
# Copy files to client directory
1616
cp client/package.json client/yarn.lock dist/client
1717
# Copy files to server directory

0 commit comments

Comments
 (0)