Skip to content

Commit 487c13a

Browse files
committed
docs: cherry-pick release notes for 17.0.1 and 2
1 parent b66cf11 commit 487c13a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 17.0.2
2+
This release upgrades `@angular/language-service` to v17.0.2.
3+
4+
* fix(client,server): Correctly use bundled version unless tsdk is specified (#1970) (46b9a56a2)
5+
* fix(server): Do not disable language service for solution style root tsconfig (#1972) (d8689bee4)
6+
* fix(language-service): incorrect inferred type of for loop implicit variables (https://github.com/angular/angular/pull/52732)
7+
8+
# 17.0.1
9+
This release upgrades `@angular/language-service` to v17.0.1.
10+
11+
* fix: Disable block syntax parsing when no project in workspace supports it (#1962) (#1964) (e276a57d4)
12+
* fix(syntaxes): Single quote should end `as` alias match (#1956) (d7dab5264)
13+
* fix(syntaxes): Adjust block syntax highlighting to require `(` or `{` on same line (#1961) (075047ae3)
14+
* fix(syntaxes): Use expression.ng instead of JS for block expressions (#1960) (e17fc5c35)
15+
116
# 17.0.0
217
This release upgrades `@angular/language-service` to v17.0.0-rc.3.
318

0 commit comments

Comments
 (0)