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
+
1
11
# 17.2.2
2
12
This release upgrades ` @angular/language-service ` to v17.2.1.
3
13
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 )
5
15
6
16
7
17
# 17.2.1
@@ -11,18 +21,18 @@ This release rolls back the `@angular/language-service` version to v17.2.0-next.
11
21
# 17.2.0
12
22
This release upgrades ` @angular/language-service ` to v17.2.0-rc.1.
13
23
14
- fix(syntaxes): Do not highlight bindings outside element tags (#1725 ) (28739e4)
24
+ * fix(syntaxes): Do not highlight bindings outside element tags (#1725 ) (28739e4)
15
25
16
26
17
27
# 17.1.0
18
28
This release upgrades ` @angular/language-service ` to v17.1.0. It is based on the final RC of ` @angular/compiler ` .
19
29
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 )
26
36
27
37
# 17.0.2
28
38
This release upgrades ` @angular/language-service ` to v17.0.2.
0 commit comments