Releases: angular/vscode-ng-language-service
Releases · angular/vscode-ng-language-service
v18.1.1
v18.1.0
v18.0.0
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
v17.3.0
v17.2.2
v17.2.1
v17.2.0
v17.1.1
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
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)