Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Releases: angular/vscode-ng-language-service

v11.2.10

08 Apr 21:02

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.9.
For a complete change log see here.

Bug fixes:

  1. Allow analysis to continue with invalid style url (#41403) (#41489) (07131fa)
  2. Dispose reporters and notification handlers when client is stopped (ef5297d)
  3. Only restart language server on angular configuration change (ba99ed8)

Performance improvements:

  1. Add perf tracing to LanguageService (#41401) (7b0a800)

v11.2.9

24 Mar 21:56

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.7.
For a complete change log see here.

bug fixes in @angular/language-service:

v11.2.8

15 Mar 22:11

Choose a tag to compare

  • perf: prevent requests from being sent to the server when outside Angular context (fcbdf93)
  • build: Switch to esbuild instead of rollup for the client and banner (27ccba8)
  • perf: check diagnostics in most recently used order (7f2873f)
  • perf: Compute diagnostics for a single file if it is external template (a2b77fa)
  • fix: logger should print one timestamp for an entire group (4d94f40)

v11.2.7

11 Mar 19:41

Choose a tag to compare

This release reverts the following commits due to #1198:

  • perf: prevent requests from being sent to the server when outside Angular context (fcbdf93)
  • build: Switch to esbuild instead of rollup for the client and banner (27ccba8)

v11.2.6

10 Mar 23:50

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.5.
For a complete change log see here.

This release contains various performance improvements.

v11.2.5

04 Mar 19:24

Choose a tag to compare

This release contains a few performance improvements.

Bug fixes:

  • do not load plugins except @angular/language-service
  • turn off logging by default
  • do not watch directories in google3

v11.2.4

04 Mar 01:07

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.4.
For a complete change log see here.

Bug fixes in @angular/language-service:

  • Add plugin option to force strictTemplates (#41063) (95f748c)
  • Always attempt HTML AST to template AST conversion for LS (#41068) (6dd5497), closes #1140
  • can't provide the Input and Output custom binding property name (#41005) (1b1b65e)
  • don't show external template diagnostics in ts files (#41070) (9322e6a), closes #41032
  • only provide template results on reference requests (#41041) (ef87953)
  • provide element completions after open tag < (#41068) (f09e7ab), closes #1140

Bug fixes in @angular/language-server:

  • force enable Ivy and strictTemplates in google3
  • detect @angular/core in google3 and don't run ngcc
  • retain typecheck files after project reload
  • do not pass execArgv to ngcc process
  • attempt to resolve tsdk using fs path
  • Revert back to boolean type for experimental-ivy flag
  • remove TSC_NONPOLLING_WATCHER env variable
  • ensure project language service is the Angular LS

v11.2.3

22 Feb 23:58

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.2.
For a complete change log see here.

Performance improvements:

  • The Ivy Language Service no longer slows down the operation of plain TS language service features when editing TS code outside of a template.

v11.2.2

18 Feb 23:21

Choose a tag to compare

This release upgrades @angular/language-service to v11.2.1.
For a complete change log see here.

v11.2.1

16 Feb 21:00

Choose a tag to compare

This release fixes a bug in the initialization of tsserver plugin that prevented
the Ivy-native language service from being loaded correctly.
See #1109