You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.24.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,10 @@ weight: 76
8
8
9
9
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.24](https://www.mendix.com/blog/mendix-release-10-24-studio-pro-a-stable-ide-for-modern-enterprise-development/) blog post.{{% /alert %}}
10
10
11
-
12
11
{{% alert color="info" %}}
13
12
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
14
13
{{% /alert %}}
15
14
16
-
17
15
## 10.24.21 {#102421}
18
16
19
17
**Release date: May ___, 2026**
@@ -24,7 +22,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
24
22
25
23
#### Rspack (beta)
26
24
27
-
- We now support **Rspack** as a new bundler for React client applications, delivering faster bundling and lower memory usage. Rspack is currently in public beta and aims to be the future replacement for Rollup. While Rollup remains fully supported as the default bundler, we recommend trying Rspack by selecting it via the new `App bundler` setting under Project → Settings → Runtime. The bundler setting is stored in a file named `app-bundler` in the project root.
25
+
- We now support **Rspack** as a new bundler for React client applications, which delivers faster bundling and lower memory usage. Rspack is currently in public beta and aims to be the future replacement for Rollup. While Rollup remains fully supported as the default bundler, we recommend trying Rspack by selecting it via the new `App bundler` setting under **Project** > **Settings** > **Runtime**. The bundler setting is stored in a file named `app-bundler` in the project root.
28
26
- Rspack is now generally available for React client applications. It delivers faster bundling and lower memory usage. Rollup remains the default bundler for now, but we recommend switching to Rspack.
29
27
30
28
### Improvements
@@ -37,14 +35,14 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
37
35
- We added temporary Java files to .gitignore to reduce conflicts when edited by multiple users.
38
36
39
37
### Fixes
40
-
41
-
- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error "Element '…' cannot be checked without a checked child element." when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403)
42
-
- We have upgraded Netty dependencies to fix CVE-2026-42578, CVE-2026-42583, CVE-2026-42587, CVE-2026-42585, CVE-2026-42584, CVE-2026-42581, CVE-2026-42580, CVE-2026-41417, CVE-2026-42577, CVE-2026-42579. (Tickets 278202, 278290, 277691, 278290)
43
-
-Resolved an OS command injection vulnerability in the Git process runner reported by Veracode.
- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error `"Element '…' cannot be checked without a checked child element."` when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403)
41
+
-We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a combo box with a microflow, clearing the search string would trigger the error. (Ticket 271819)
44
42
- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077)
45
43
- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (Ticket 275109)
46
-
-Fixed an issue when using the Rollup bundler with the React client.
47
-
- We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a combo box with a microflow, clearing the search string would trigger the error. (Ticket 271819)
44
+
-We resolved an OS command injection vulnerability in the Git process runner reported by Veracode.
45
+
- We fixed an issue when using the Rollup bundler with the React client.
0 commit comments