Releases · angular/angular
VSCode Extension: 22.0.1
Immutable release. Only release title and notes can be modified.
- fix(vscode-extension): resolve relative workspace tsdk paths to absolute (f6695b0eb2)
- fix(language-service): prevent external template inlay hints from appearing in TS files (43a0e28729)
- fix(vscode-extension): inspect tsdk configurations correctly (102ffb65d1)
22.1.0-next.0
22.0.1
21.2.17
20.3.25
Immutable release. Only release title and notes can be modified.
22.0.0
21.2.16
VSCode Extension: 22.0.0
Breaking Changes
The extension now bundles TypeScript version 6.0, which itself includes breaking
changes, including new defaults such as strict being true. You will need to explicitly set
"strict": false in your tsconfig.json. Alternatively, the extension supports configuring the tsdk in the same way as the built in TS/JS extension.
Fixes and features
- fix(language-service): Add support for
@Inputwith transforms (dc9c72da9b) - feat(language-service): add Document Symbols support for Angular templates (cfd0f9950c)
- feat(language-service): add angular template inlay hints support (5a6d88626b)
- feat(language-service): Add support for idle timeout in defer blocks (c6f98c723c)