Releases: angular/vscode-ng-language-service
Releases · angular/vscode-ng-language-service
v19.0.1
What's Changed
- fix: improve detection of Angular core version in monorepo setup by @devversion in #2106
- build: cut 19.0.1 vscode extension release by @devversion in #2107
Full Changelog: v19.0.0...v19.0.1
v19.0.0
This release upgrades @angular/language-service
to v19.0.0-rc.0.
- feat: Code refactoring action to migrate
@Input
to signal inputs. - feat: Code refactoring action to migrate decorator queries to signal queries.
e.g.@ViewChild
toviewChild()
.
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
This release upgrades @angular/language-service
to v19.0.0-rc.0.
- feat: Code refactoring action to migrate
@Input
to signal inputs. - feat: Code refactoring action to migrate decorator queries to signal queries.
e.g.@ViewChild
toviewChild()
.
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
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
v18.1.2
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)