Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ weight: 76
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
{{% /alert %}}

## 10.24.11 {#102411}

**Release date: November 4, 2025**

{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.11" text="Go to Marketplace" title="Download version 10.24.11 from the Marketplace" %}}

### Fixes

* We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896)
* We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507)
* We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288)
* We fixed a migration issue when going from 10.24 to 11.x that attempted to recreate an already existing column in a table in an offline app database.
* We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it.
* We improved Studio Pro memory usage in operations that involve processing the project's structure (for example find usages and errors check).
* We fixed the following bugs in the version selector:
* When opening a widget .mpk the file was kept on hold even after closing the dialog, preventing it to be renamed or opened.
* Closing the "Version not found" dialog launched the selected Studio Pro version instead of just closing the dialog.
* The Studio Pro versions were not displayed with the correct format.
* We reduced the size of the Studio Pro installer on Windows.

### Deprecations

* We dropped support for the following database versions that are no longer supported by the vendors:
* MariaDB 10.5
* Microsoft SQL Server 2019
* MySQL 8.0

## 10.24.10 {#102410}

**Release date: October 30, 2025**
Expand Down Expand Up @@ -38,6 +65,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
* We fixed an issue where the React client would not get bundled when deploying for Eclipse. (Ticket 258470)
* We fixed an issue with Offline PWAs when using the React client where changes to the application would not be shown to the user without clearing the cache. (Ticket 260673)
* We fixed a "no such column" error when synchronizing a file or image derived entity which itself is derived by another entity with an offline synchronization mode. (Ticket 261700)
* We fixed a "no such column" error from a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700)
* We fixed an issue in the Studio Pro XPath constraint parser with the treatment of `true` and `false` . These are now treated the same as their function equivalents (`true()` and `false()` respectively).
* We fixed a memory leak that occurred when editing an action of a Microflow.
* We fixed an issue in offline apps that could result in data validations of microflow calls not being properly handled.
Expand Down