From fb16f8d341686cc41ba2580db21ded17d0d83f57 Mon Sep 17 00:00:00 2001 From: Robin Franken Date: Fri, 27 Jun 2025 09:47:00 +0200 Subject: [PATCH 1/2] Add missing release note (10.24.0) Added a missing release note for 10.24.0 --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + 1 file changed, 1 insertion(+) 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 2fd1a55f2d7..85830a9a963 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -64,6 +64,7 @@ weight: 76 - We fixed an issue in offline apps that caused a query error if access rules restricted access to certain attributes of a generalized entity in an inheritance hierarchy. - We fixed an issue where microflows tried to use online data in native pages which did not allow for such usage. - We fixed an issue where converting a nanoflow to a microflow did not trigger a warning when the nanoflow was used in a native page or layout. +- We have fixed a caching issue for React applications that have precaching enabled. (Ticket 250116) ### Deprecations From 1f6ef748f5f3a50e79ebc6ad6708bd67d2994e22 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:42:31 +0200 Subject: [PATCH 2/2] Review --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 85830a9a963..4e5b1f2dda2 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -42,6 +42,7 @@ weight: 76 - We fixed an issue where Safari extensions broke the Dojo client. (Ticket 246247) - We fixed the issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029) - We fixed an issue where Studio Pro closed after a user logged in. (Ticket 248086) +- We fixed a caching issue for React applications that had precaching enabled. (Ticket 250116) - We fixed an issue where enumeration values with the name *Core* caused compilation errors. (Ticket 250532) - We fixed an issue that native apps upgraded from prior versions to Mendix 10.19-10.23 got an error that prevented the native app to start. - We have fixed where the **Show** button did not work in dialogs when selecting an entity. @@ -60,12 +61,9 @@ weight: 76 - We fixed an issue where a parameter was connected to an activity causing Studio Pro to crash. - We fixed an issue where the **Change Variable** action could be added through Maia for a variable that could not be changed. For already existing erroneous actions, we now show a consistency error instead of a pop-up window. - We fixed an issue that caused incorrect placement of flows and events when adding a **Decision** through the Logic Recommender. - - We fixed an issue in offline apps that caused a query error if access rules restricted access to certain attributes of a generalized entity in an inheritance hierarchy. - We fixed an issue where microflows tried to use online data in native pages which did not allow for such usage. - We fixed an issue where converting a nanoflow to a microflow did not trigger a warning when the nanoflow was used in a native page or layout. -- We have fixed a caching issue for React applications that have precaching enabled. (Ticket 250116) - ### Deprecations