Skip to content

Add 10.24.3 Studio Pro Release Notes #9935

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/studio-pro/10/10.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for

### Fixes

- We fixed an error in native offline apps which causes upgrade from Mendix 10.12 or below to cause an error.
- We fixed an error that occurred in native offline apps when upgrading from Mendix 10.12 or below.

### Known Issues

Expand Down
37 changes: 36 additions & 1 deletion content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,49 @@ weight: 76
# KI: "The debugger does not reconnect": UFC-1644
---

## 10.24.3 {#10243}

**Release date: August 7, 2025**

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

### Improvements

- We now remove web service user sessions if they are expired.
- The navigation tree menu is no longer tagged with **aria-hidden** when it is still visible.
- Menu buttons on the navigation menu are now reachable when they are visible.
- We added **aria-expanded**, **aria-haspopup** and **aria-controls** attributes to the navigation tree where relevant.
- We upgraded the ONNX dependency to version 1.22.0.

### Fixes

- We fixed an issue in the logic editors where a caption from the **Show Message** activity did not update when switching between languages. (Tickets 247962, 250137)
- We fixed an issue where the **Back** and **Forward** navigation feature did not work with styling-related files. (Ticket 252248)
- We fixed an issue that prevented updated workflows from being queued for execution when Mendix Runtime crashed during startup. (Ticket 253424)
- We fixed a conversion issue that occurred when upgrading apps from 9.24. Specifically, arguments of **Show a page**, **Call a microflow**, or **Call a nanoflow** [event actions](/refguide/on-click-event/#actions) were affected where parameter mappings changed to a different selection variable on the same page. (Ticket 253494)
- We fixed an issue where a loop in a microflow did not execute if the first activity was disabled. (Ticket 253542)
- We fixed an error that occurred in native offline apps when upgrading from Mendix 10.12 or below.
- We added the ability to remove Mendix Studio Pro versions directly from the Version Selector interface when traditional uninstallation failed due to corrupted Windows registry paths, givingusers a manual cleanup option.
- We fixed an issue where two different error messages overlapped in the **Choose Branch line** pane after signing in and out.
- We fixed an issue where new files created during a rebase were not included in the commit.
- We fixed an issue where you were unable to commit unsaved documents while rebasing.
- We fixed an issue where Studio Pro crashed when opening the **History** dialog if the metadata was corrupted
- In the Dojo client, we fixed a pop-up window resizing issue that occurred upon interacting with a combobox widget inside the popup on mobile devices.
- We fixed a conversion issue affecting sorting in the **Gallery** widget, specifically when upgrading the data widgets Marketplace module to version 3.0.0 or above.

### Known Issues

* In the React client, re-running an app locally with runtime-only changes does not properly apply those changes. (Tickets 253176, 253539, 253842, 253932, 254100)
* In the React client, the debugger does not reconnect when restarting an app.

## 10.24.2 {#10242}

**Release date: July 22, 2025**

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

### Improvements

* We improved the startup performance of task queues. Pending tasks are now validated when they are executed instead of at startup.
* We improved the notification system to also alert users of third-party antivirus software (in addition to Microsoft Defender) that using antivirus software may impact system performance.
* We translated the **Sign In** dialog.
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/releasenotes/studio-pro/11/11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ weight: 99
- We save a file name when saving a document while being offline.
- We fixed a Native only issue that causes synchronize action to prompt error on specific scenarios. (Ticket 250114)
- We fixed an issue in offline apps that could result in significant longer synchronization times when large data sets are synchronized with a lot of associations.
- We fixed an error in native offline apps which causes upgrade from Mendix 10.12 or below to cause an error.
- We fixed an error that occurred in native offline apps when upgrading from Mendix 10.12 or below.
- We fixed an issue in offline apps where the use of offline entities in XPath constraints of online entities (and the use of online entities in XPath constraints of offline entities) was not properly prohibited.
- We fixed an issue in online entities used in offline apps where associations from online entities to offline entities could result into errors while saving data and calling microflows (errors like
`java.lang.NumberFormatException: For input string: "GUID:[...]"`).
Expand All @@ -98,7 +98,7 @@ weight: 99
- We fixed an issue in published REST services in Studio Pro where starting the app would move the **Edit** button of the location towards the left side of the screen. It now stays on the right side of the screen.
- In the microflow editor, we now correctly show the Continue error handler on Call microflow activities. (Ticket 247917)
- We fixed an issue in the logic editors on macOS where <kbd>Command</kbd> + <kbd>C</kbd> did not copy the selected activity to clipboard but instead changed its caption. (Ticket 253384)
- We fixed an issue in the logic editors where the caption from the Show Message activity did not update when switching between languages. (Tickets 247962, 250137)
- We fixed an issue in the logic editors where the caption from the **Show Message** activity did not update when switching between languages. (Tickets 247962, 250137)
- In the logic editors, we now correctly update the toolbox when the exposed Java or JavaScript action info changes.
- In the logic editors, we fixed the sequence flow control points unintentionally overlapping the connection points in some cases.
- We fixed an issue in Maia for Pages where it did not properly take the previous API output into account, which could lead to errors during subsequent requests in the same conversation.
Expand Down