From ca10b0fb928d90251f387b8b27f3ec15fe1a37fc Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 15 Jul 2026 15:57:57 +0200 Subject: [PATCH] upload RNs with ordered fixes I also updated the KI fix langauge --- .../docs/releasenotes/studio-pro/10/10.24.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 1720284df9c..fe0be17ca1f 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -13,6 +13,30 @@ weight: 76 This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production. {{% /alert %}} +## 10.24.23 {#102423} + +**Release date: July ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.23" text="Go to Marketplace" title="Download version 10.24.23 from the Marketplace" %}} + +### Fixes + +- 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) +- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) +- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) +- We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) +- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282685) +- We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. +- We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - PostgreSQL 13 + - MariaDB 10.6 + ## 10.24.22 {#102422} **Release date: June 29, 2026**