Releases: angular/vscode-ng-language-service
Releases · angular/vscode-ng-language-service
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)
v17.0.3
v17.0.1
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)