File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
16
# 17.0.0
2
17
This release upgrades ` @angular/language-service ` to v17.0.0-rc.3.
3
18
You can’t perform that action at this time.
0 commit comments