1+ # 18.0.0
2+ This release upgrades ` @angular/language-service ` to v18.0.0.
3+
4+ * fix: allow external projects to use provided compiler options ([ #55035 ] ( https://github.com/angular/angular/pull/55035 ) )
5+ * fix: avoid generating TS syntactic diagnostics for templates ([ #55091 ] ( https://github.com/angular/angular/pull/55091 ) )
6+ * fix: implement getDefinitionAtPosition for Angular templates ([ #55269 ] ( https://github.com/angular/angular/pull/55269 ) )
7+ * fix: prevent underlying TS Service from handling template files ([ #55003 ] ( https://github.com/angular/angular/pull/55003 ) )
8+ * fix: use type-only import in plugin factory ([ #55996 ] ( https://github.com/angular/angular/pull/55996 ) )
9+ * fix(syntaxes): Only match known block names (#2034 ) (dceedb686)
10+
111# 17.2.2
212This release upgrades ` @angular/language-service ` to v17.2.1.
313
4- fix: pass oldest Angular version in the workspace to the compiler (#2003 )
14+ * fix: pass oldest Angular version in the workspace to the compiler (#2003 )
515
616
717# 17.2.1
@@ -11,18 +21,18 @@ This release rolls back the `@angular/language-service` version to v17.2.0-next.
1121# 17.2.0
1222This release upgrades ` @angular/language-service ` to v17.2.0-rc.1.
1323
14- fix(syntaxes): Do not highlight bindings outside element tags (#1725 ) (28739e4)
24+ * fix(syntaxes): Do not highlight bindings outside element tags (#1725 ) (28739e4)
1525
1626
1727# 17.1.0
1828This release upgrades ` @angular/language-service ` to v17.1.0. It is based on the final RC of ` @angular/compiler ` .
1929
20- feat: Complete inside @switch ([ #52153 ] ( https://github.com/angular/angular/pull/52153 ) )
21- feat: Enable go to definition of styleUrl ([ #51746 ] ( https://github.com/angular/angular/pull/51746 ) )
22- feat: Implement outlining spans for control flow blocks ([ #52062 ] ( https://github.com/angular/angular/pull/52062 ) )
23- feat: Support autocompletion for blocks ([ #52121 ] ( https://github.com/angular/angular/pull/52121 ) )
24- fix: Autocomplete block keywords in more cases ([ #52198 ] ( https://github.com/angular/angular/pull/52198 ) )
25- fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952 )
30+ * feat: Complete inside @switch ([ #52153 ] ( https://github.com/angular/angular/pull/52153 ) )
31+ * feat: Enable go to definition of styleUrl ([ #51746 ] ( https://github.com/angular/angular/pull/51746 ) )
32+ * feat: Implement outlining spans for control flow blocks ([ #52062 ] ( https://github.com/angular/angular/pull/52062 ) )
33+ * feat: Support autocompletion for blocks ([ #52121 ] ( https://github.com/angular/angular/pull/52121 ) )
34+ * fix: Autocomplete block keywords in more cases ([ #52198 ] ( https://github.com/angular/angular/pull/52198 ) )
35+ * fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952 )
2636
2737# 17.0.2
2838This release upgrades ` @angular/language-service ` to v17.0.2.
0 commit comments