Skip to content

Releases: angular/vscode-ng-language-service

v0.900.18

18 Mar 22:11

Choose a tag to compare

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

Bug fixes:

  • infer $implicit value for ngIf template contexts (#35941) (f5e4410)

v0.900.17

11 Mar 19:40

Choose a tag to compare

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

Bug fixes:

  • resolve the variable from the template context first (#35982) (f882ff0)
  • improve missing core.d.ts error message

v0.900.16

04 Mar 23:25

Choose a tag to compare

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

New features:

  • modularize error messages (#35678) (bcff873)

Bug fixes:

  • apply Angular template grammar syntax only to HTML derivative files

v0.900.15

03 Mar 19:09

Choose a tag to compare

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

Bug fixes:

  • get the right 'ElementAst' in the nested HTML tag (#35317) (7403ba1)
  • infer context type of structural directives (#35537) (#35561) (a491f7e)
  • provide hover for interpolation in attribute value (#35494) (0700279)

v0.900.14

20 Feb 19:06

Choose a tag to compare

This release introduces TextMate grammar for Angular template expressions.
Special thanks to @ghaschel, @ayazhafiz, and @dannymcgee.

v0.900.13

19 Feb 22:59

Choose a tag to compare

release: v0.900.13

v0.900.12

12 Feb 20:11

Choose a tag to compare

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

Bug fixes:

  • Suggest ? and ! operator on nullable receiver (#35200) (3cc24a9)

v0.900.11

06 Feb 18:30

Choose a tag to compare

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

v0.900.10

05 Feb 23:59

Choose a tag to compare

This release upgrades @angular/language-service to v9.0.0-rc.14.
For a complete change log see here.

v0.900.9

03 Feb 22:08

Choose a tag to compare

This release upgrades @angular/language-service to v9.0.0-rc.13.
For a complete change log see here.

Bug fixes:

  • more accurate and specific binding scopes (#598)
  • check that a language service exists for discovered projects (#562)