WebStorm 2024.1.2

Released: Apr 26, 2024

2024.1.2 での更新項目

機能

  • Angular improvements - This update introduces new support for Angular 17.2 syntax output() and model() input, as well as Angular 17.1 signal input with readonly support. WebStorm will no longer throw false errors when using this syntax. The support includes quick-fixes, the ability to jump to the referenced variable definition and see implementations and usages, as well as improved Rename refactoring in the cases of input(), output(), and model().
  • Support for ESLint 9 - Added support for ESLint 9. This means that WebStorm now also supports flat configs and will stop throwing errors when using them.
  • Updated the bundled TypeScript to 5.4.
  • Added support for resolve in Vue to navigate to component instead of components.d.ts with typeof syntax.

不具合の修正

  • Fixed the issue causing inspections to not re-evaluate during editing.
  • Fixed the issue causing IDE crashes on macOS.
  • Fixed the issue causing TypeScript service not to work with version 5.5.
  • Fixed the issue causing the incorrect mismatched property value error.
  • Fixed the issue causing CSS variables with fallback to be marked as incorrect.
  • Fixed the issue causing a CSS "Mismatched parameters" error when using var() inside calc().
  • Fixed the regression causing property usages not to display when invoked with the shortcut.
  • Fixed the issue causing type default import not to be recognized.
  • Fixed the issue causing Angular Standalone Components imported via forwardRef() not to be recognized.