Skip to content

Commit 274fcad

Browse files
committed
order fixes
1 parent e39623e commit 274fcad

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/10

content/en/docs/releasenotes/studio-pro/10/10.24.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ weight: 76
88

99
{{% 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 %}}
1010

11-
1211
{{% alert color="info" %}}
1312
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
1413
{{% /alert %}}
1514

16-
1715
## 10.24.21 {#102421}
1816

1917
**Release date: May ___, 2026**
@@ -24,7 +22,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
2422

2523
#### Rspack (beta)
2624

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 ProjectSettingsRuntime. 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.
2826
- 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.
2927

3028
### Improvements
@@ -37,14 +35,14 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
3735
- We added temporary Java files to .gitignore to reduce conflicts when edited by multiple users.
3836

3937
### 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.
38+
39+
- We 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)
40+
- 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)
4442
- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077)
4543
- 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.
4846

4947
## 10.24.20 {#102420}
5048

0 commit comments

Comments
 (0)