Skip to content

Releases: angular/vscode-ng-language-service

v19.0.1

08 Nov 13:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v19.0.0...v19.0.1

v19.0.0

07 Nov 14:16
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v19.0.0-rc.0.

To use any of the new code refactoring actions, click on an input or query, and wait for
the code refactoring lightbulb to appear. You can also click on the class header to update
inputs or queries for the full class!

v19.0.0-rc.0

07 Nov 13:48
Compare
Choose a tag to compare
v19.0.0-rc.0 Pre-release
Pre-release

This release upgrades @angular/language-service to v19.0.0-rc.0.

To use any of the new code refactoring actions, click on an input or query, and wait for
the code refactoring lightbulb to appear. You can also click on the class header to update
inputs or queries for the full class!

v19.0.0-next.0

18 Sep 21:31
Compare
Choose a tag to compare
v19.0.0-next.0 Pre-release
Pre-release

This release upgrades @angular/language-service to v19.0.0-next.6.

Commit Type Description
8da9fb49b5 feat add code fix for unused standalone imports (#57605)
1f067f4507 feat add code reactoring action to migrate @Input to signal-input (#57214)
56ee47f2ec feat allow code refactorings to compute edits asynchronously (#57214)
6ec0c6bcee feat Allow specific diagnostics to be suppressed (#57675)

v18.2.0

12 Aug 21:14
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v18.2.0-rc.0.

  • feat: integrate code refactorings from language-service via LSP (#2050)

v18.1.2

11 Jul 15:37
Compare
Choose a tag to compare

18.1.2

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

  • fix(syntaxes): add back block syntaxes to injection for entire TS file (#2065)

v18.1.1

09 Jul 19:19
Compare
Choose a tag to compare

18.1.1

  • fix(syntaxes): inject template tags to top-level source.ts (#2058)

v18.1.0

08 Jul 23:40
Compare
Choose a tag to compare

This release upgrades @angular/language-service to v18.1.0-rc.0.

  • feat(syntaxes): add support for let declarations (#2042)
  • feat: generate the import declaration for the completion item code actions (#2031)
  • fix(server): disable let syntax when not supported (#2047)

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)