Releases

WebStorm 2024.1.3 Is Now Available

WebStorm 2024.1.3, the third update for WebStorm 2024.1, is now available! It contains support for standalone component pseudo-module constants, improved Stylus CSS support, and a bunch of bug fixes.

You can update to v2024.1.3 by using the Toolbox App, installing it right from the IDE, or downloading it from our website

Standalone component pseudo-module constants support

We’ve added standalone component pseudo-module constants support. This support primarily focuses on simplifying the auto-import process for components in Angular projects, as it will now provide the expected import suggestions and understand the directive, so you won’t see false warnings.

Stylus support improvements

This update introduces new Stylus CSS support in the form of a new setting that allows you to select whether or not to use colons in the code and between property names and values, and it’ll be used in Emmet. You can find this option in Settings | Editor | Style Sheets | Stylus. Please note you’ll need to have the Stylus plugin installed.

Other notable improvements

Here are some of the other notable improvements in v2024.1.3:

  • We’ve fixed the issue causing the options for TypeScript Use file extension: Never to be ignored when auto-importing with allowImportingTsExtensions enabled (WEB-60917).
  • We’ve added Angular 17.3 signal outputFromObservable support (WEB-66807).
  • We’ve fixed the issue causing a false TS7016 error on resolving a declaration file (WEB-66684).
  • We’ve fixed the issue causing Recent Configurations to not show in the Run Widget (IJPL-61098).

That’s all for today! For the full list of issues addressed in WebStorm 2024.1.3, please see the release notes.

The WebStorm team

image description