|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: JetBrains.WebStorm.EAP |
| 5 | +PackageVersion: 251.18673.31 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: JetBrains s.r.o. |
| 8 | +PublisherUrl: https://www.jetbrains.com/ |
| 9 | +PublisherSupportUrl: https://www.jetbrains.com/support/ |
| 10 | +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ |
| 11 | +Author: JetBrains s.r.o. |
| 12 | +PackageName: WebStorm (EAP) |
| 13 | +PackageUrl: https://www.jetbrains.com/webstorm/nextversion/ |
| 14 | +License: Freeware |
| 15 | +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ |
| 16 | +Copyright: Copyright © 2000-2024 JetBrains s.r.o. |
| 17 | +ShortDescription: The smartest JavaScript IDE |
| 18 | +Description: WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease. |
| 19 | +Tags: |
| 20 | +- code |
| 21 | +- coding |
| 22 | +- css |
| 23 | +- develop |
| 24 | +- development |
| 25 | +- htm |
| 26 | +- html |
| 27 | +- ide |
| 28 | +- javascript |
| 29 | +- js |
| 30 | +- programming |
| 31 | +- webpage |
| 32 | +ReleaseNotes: |- |
| 33 | + What's fixed: |
| 34 | + - We've added a refactoring to extract an Angular template or a templateURL to a template file and a refactoring to inline template files (WEB-57878). |
| 35 | + - We've added code completion and code generation to create FormControl, FormGroup and FormArray instances in Angular components (WEB-29262). |
| 36 | + - We've improved the Angular support by fixing the problem with recognizing inputId from PrimeNG p-password as id (WEB-62929). |
| 37 | + - We've extended the Angular support showing suggestions for property names id, title and description on property binding (WEB-64473). |
| 38 | + - We've fixed highlighting of unused variables in the Angular @for snippets (WEB-65954). |
| 39 | + - We've fixed the false-positive Duplicate id reference report when a dynamic ID is used in Angular applications (WEB-42484). |
| 40 | + - We've fixed validation in Angular templates with interpolation used in an id attribute (WEB-38290). |
| 41 | + - We've fixed a false positive Invalid ID reference error that was reported when using BootstrapVue components (WEB-43981). |
| 42 | + - We've fixed a false positive Invalid id reference error that was reported when an HTML form was referenced from a nested Vue component (WEB-50211). |
| 43 | + - We've fixed a false positive Invalid id reference that was reported when a <select id="..."> element and a <label for="..."> referenced the same id (WEB-52988). |
| 44 | + - We've fixed a false positive Duplicate id reference that was reported when two empty id attributes were detected (WEB-13584). |
| 45 | + - We've fixed a false positive Duplicate id reference that was reported when microtemplates were used (WEB-10365). |
| 46 | + - We've added support for ESLint configuration files with custom names (WEB-70127). |
| 47 | + - We've fixed incorrect ESLint error highlighting for violations of the no-null-assertion rule (WEB-65375). |
| 48 | + - We've improved the appearance and behaviour of the Quick Fix popup by showing quick fixes, especially imports, provided by a language service at the top of the list when no suggestions from WebStorm are available (WEB-68635). |
| 49 | + - We've fixed a false positive Invalid id reference error that was reported in Astro projects when a for attribute from props was used (WEB-69040). |
| 50 | + - We've fixed the problem with applying changes to a prettier.config.mjs/prettier.config.cjs without restarting WebStorm (WEB-70641). |
| 51 | + - We've fixed the problem with applying environment variables in a Bun run configuration to process.env in bun (WEB-71258). |
| 52 | + - We've fixed the problem with reflecting updates to the node_modules folder so the Settings dialog shows the actual versions of packages (WEB-71353). |
| 53 | + - Updated plugins are detected and downloaded automatically when WebStorm starts (IJPL-6046). |
| 54 | + - We've added a Merge Main Menu with Main toolbar option to show the main menu merged with the main toolbar (IJPL-43725). |
| 55 | + - We've added support for GPG signing in remote setup (IJPL-149731). |
| 56 | + - We've extended the Settings Sync Authentication Service API so it supports authorization in the Remote Development mode (IJPL-13365). |
| 57 | + - We've improved the appearance of the Status bar widget list in the Remote Development mode (IJPL-171608). |
| 58 | + - We've improved the look-and-feel of the Diff context menu placing the Annotate with Git Blame action first in the list (IJPL-175672). |
| 59 | + - WebStorm now preserves its size and position on restart or on re-opening a project (IJPL-171294). |
| 60 | + - We've improved the Git integration always preselecting the file on which Annotate with Git Blame was invoked in the Git tool window (IJPL-157527). |
| 61 | + - We've fixed the WebStorm freeze that occurred on opening a new project from VCS when another project is already open (IJPL-175730). |
| 62 | + - We've fixed the problem in Dev Containers with propagating user when creating a sub-shell in postCreateCommand (IJPL-173187). |
| 63 | + - We've improved performance during pre-commit spelling checks (IJPL-163901). |
| 64 | + - We've improved the appearance of the merged main menu (IJPL-175815, IJPL-175773, IJPL-175770). |
| 65 | + - We've fixed the RuntimeExceptionWithAttachments exception that was thrown on committing an unversioned file (IJPL-175614). |
| 66 | + - We've extended LSP API adding support for textDocument/documentLink request (IJPL-175571). |
| 67 | + - We've improved the appearance of the Run inspection by name dialog so all its components are reachable (IJPL-17414). |
| 68 | + - In the Remote Development mode, the Pinned status for a files is now preserved after restarting WebStorm (IJPL-168963). |
| 69 | + - In the Remote Development mode, the new project color is now preserved after reopening a project (IJPL-170762). |
| 70 | + - We've fixed the problem with the constantly growing number of files in ~/.cache/JetBrains/RemoteDev/active (IJPL-170645). |
| 71 | + - We've fixed the problem with accessing the labels of fields in the Data Source Configuration dialog when a screen reader is used (IJPL-58440). |
| 72 | + - The All Files in One Diff view is now available in the Remote Development mode (IJPL-158972). |
| 73 | + - We've fixed the problem with preserving the Presentation, Full Screen or Zen mode on restarting the Client (IJPL-170112). |
| 74 | + - We've fixed the problem with preserving the sizes of dialogs and popups on restarting WebStorm in the Remote Development mode (IJPL-170090). |
| 75 | + - We've fixed performance issues that occurred when deleting files from the Project tree (IJPL-166229). |
| 76 | + - We've fixed scrolling to cursor on reopening a file or a project (IJPL-171839). |
| 77 | + - We've fixed the Progress bar crash with an IllegalArgumentException that occurred when an HTTP file contained more than 18 requests (IJPL-172291). |
| 78 | + - We've fixed the java.lang.IllegalArgumentException: length must be 2 or greater, was 1 that was thrown on the HTTP Client Docker image request (IJPL-173629). |
| 79 | + - We've fixed STUB inconsistency caused by project shared indexes (IJPL-174884). |
| 80 | + - We've improved user experience for Linux users adding an Unsupported OS notification when glibc version is earlier than 2.8 (IJPL-174902). |
| 81 | + - We've fixed the problem with the native launcher's not setting boot classpath (IJPL-174985). |
| 82 | + - We've improved the appearance and behaviour of popups invoked from the Project view by adjusting the size of a popup when it becomes empty, remembering the previous popup size, and restoring the saved size when the popup becomes non-empty again (IJPL-175185). |
| 83 | + - We've fixed the problem with working on Amazon Linux 2 in the Remote Development mode (IJPL-175194). |
| 84 | + - We've improved the appearance of the Customize Main Toolbar submenu by removing mnemonics (IJPL-175309). |
| 85 | + - We've fixed WebStorm crash with a java.lang.OutOfMemoryError exception on attempt to load a GIF image from a plugin description (IJPL-175323). |
| 86 | + - We've fixed the problem with the Dev Container notification remaining on the screen after a DevContainer-related action is performed (IJPL-175432). |
| 87 | + - We've fixed the problem with the frontend opening the remote port instead of the local one if the stored reverse forwarded port was occupied on the remote side (IJPL-175570). |
| 88 | + - We've fixed the problem with cleaning up all stored reverse port forwarding ports erroneously with an earlier WebStorm version (IJPL-175572). |
| 89 | + - We've fixed a problem in DevContainers with the host IDE closing before the Client opens (IJPL-175628). |
| 90 | + - We've improved the appearance and behaviour of the Debug tool window removing duplicated Explore Elements inlay hints (IJPL-175629). |
| 91 | + - We've improved the appearance of the Merge with Main Menu submenu by ensuring correct scaling for previously hidden Main Menu items (IJPL-175770). |
| 92 | + For more details, please see the release notes. |
| 93 | +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/WEB-A-233538558/WebStorm-2025.1-EAP-3-251.18673.31-build-Release-Notes |
| 94 | +Documentations: |
| 95 | +- DocumentLabel: Learn WebStorm |
| 96 | + DocumentUrl: https://www.jetbrains.com/webstorm/learn/ |
| 97 | +ManifestType: defaultLocale |
| 98 | +ManifestVersion: 1.9.0 |
0 commit comments