2026.1.1
Added
- Added the ability to extract a React component into its own file
- Added support for TypeScript in Svelte 5 markup expressions
- Added support for Svelte {#each} blocks without an item
Changed
- Service-powered Type Engine is now enabled by default in Angular
- Optimized module status detection when resolving package.json exports
- Implemented asynchronous incremental import graph building
- Improved support for namespaced components in Svelte
Fixed
- Fixed the issue with TypeScript Go paths not working with Node.js from WSL and pnpm
- Fixed delayed highlighting updates in Astro files
Removed
- Discontinued support for SSI in the built-in web server
What's fixed and improved:
- Service-powered Type Engine is now enabled by default in Angular.
- Fixed the issue with TypeScript Go paths not working with Node.js from WSL and pnpm (WEB-76494).
- Optimized module status detection when resolving package.json exports (WEB-77261).
- Implemented asynchronous incremental import graph building (WEB-77062).
- Fixed delayed highlighting updates in Astro files (WEB-77350).
- Added the ability to extract a React component into its own file (WEB-45372).
- Added support for TypeScript in Svelte 5 markup expressions (WEB-61819).
- Improved support for namespaced components in Svelte (WEB-61817).
- Added support for Svelte {#each} blocks without an item (WEB-72160).
- Discontinued support for SSI in the built-in web server.