You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
# v0.1000.0
2
+
3
+
This release upgrades `@angular/language-service` to v10.0.0.
4
+
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1000-2020-06-24).
5
+
6
+
Known issues:
7
+
- This release does not yet support ["solution-style"](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html#support-for-solution-style-tsconfigjson-files) tsconfig.
8
+
It is expected to be fixed in `v0.1000.1` release. Please follow [#824](https://github.com/angular/vscode-ng-language-service/issues/824) for updates.
9
+
10
+
Bug fixes:
11
+
- Improve signature selection by finding exact match (#37494) (e97a2d4)
12
+
- Recover from error in analyzing NgModules (#37108) (2c1f35e)
13
+
- Do not invalidate `@angular/core` module (#36783) (dd049ca)
14
+
- infer type of elements of array-like objects (#36312) (fe2b692), closes #36191
15
+
- properly evaluate types in comparable expressions (#36529) (8be0972)
16
+
- use empty statement as parent of type node (#36989) (a32cbed)
17
+
- use the HtmlAst to get the span of HTML tag (#36371) (81195a2)
18
+
- wrong completions in conditional operator (#37505) (32020f9)
19
+
20
+
Deprecations:
21
+
- Remove HTML entities autocompletion (#37515) (67bd88b)
22
+
1
23
# v0.1000.0-rc.1
2
24
3
25
This release upgrades `@angular/language-service` to v10.0.0-rc.2.
0 commit comments