Skip to content

Releases: angular/vscode-ng-language-service

v18.0.0

22 May 18:41
d97df8e
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v18.0.0.

  • fix: allow external projects to use provided compiler options (#55035)
  • fix: avoid generating TS syntactic diagnostics for templates (#55091)
  • fix: implement getDefinitionAtPosition for Angular templates (#55269)
  • fix: prevent underlying TS Service from handling template files (#55003)
  • fix: use type-only import in plugin factory (#55996)
  • fix(syntaxes): Only match known block names (#2034) (dceedb6)

v17.3.2

30 Apr 20:16
f49f8cf
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.3.6.

  • fix(extension): Go to definition works on the second component in a single file (#2027)

v17.3.0

18 Mar 16:12
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.3.0.

v17.2.2

14 Feb 23:18
5d73b53
Compare
Choose a tag to compare

17.2.2

This release upgrades @angular/language-service to v17.2.1.

fix: pass oldest Angular version in the workspace to the compiler (#2003)

v17.2.1

13 Feb 19:00
fbd0125
Compare
Choose a tag to compare

This release rolls back the @angular/language-service version to v17.2.0-next.0 to resolve an issue reported in ticket #2001.

v17.2.0

12 Feb 22:15
bb1b7a0
Compare
Choose a tag to compare

17.2.0

This release upgrades @angular/language-service to v17.2.0-rc.1.

fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)

v17.1.1

02 Feb 19:26
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.1.2.

fix: types for control blocks should now display correctly (angular/angular#53980)

v17.1.0

16 Jan 16:32
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.1.0. It is based on the final RC of @angular/compiler.

feat: Complete inside @switch (#52153)
feat: Enable go to definition of styleUrl (#51746)
feat: Implement outlining spans for control flow blocks (#52062)
feat: Support autocompletion for blocks (#52121)
fix: Autocomplete block keywords in more cases (#52198)
fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

v17.0.3

07 Dec 20:36
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.0.6.

  • fix(syntaxes): Do not apply block syntax highlighting to JS and CSS in templates (#1952)

v17.0.1

08 Nov 23:01
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v17.0.1.

  • fix: Disable block syntax parsing when no project in workspace supports it (#1962) (#1964) (e276a57)
  • fix(syntaxes): Single quote should end as alias match (#1956) (d7dab52)
  • fix(syntaxes): Adjust block syntax highlighting to require ( or { on same line (#1961) (075047a)
  • fix(syntaxes): Use expression.ng instead of JS for block expressions (#1960) (e17fc5c)