From 1391f7752fa840ae53b0444f7179018093b100b4 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Fri, 27 Jun 2025 15:29:34 +0200 Subject: [PATCH 1/5] Upload slightly edited RNs --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 81c660b5f36..5c4ef174da2 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -11,6 +11,18 @@ lts: true This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production. {{% /alert %}} +## 9.24.36 + +### Improvements + +* We updated the bundled Node.js from v20 to v22. + +### Fixes + +* We fixed the case where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029) +* We fixed an issue where Safari extensions could break the Dojo client. (Ticket 246247) +* We fixed an issue where the **Mendix Home** button in the 9-dot menu would redirect to **My Apps** instead of the home page. + ## 9.24.35 {#92435} **Release date: June 5, 2025** From 4199e4e491efae729037b1b3870eae6b903a6163 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Fri, 27 Jun 2025 15:38:01 +0200 Subject: [PATCH 2/5] Add button and date --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 5c4ef174da2..adca7ffe495 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -11,7 +11,11 @@ lts: true This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production. {{% /alert %}} -## 9.24.36 +## 9.24.36 {#92436} + +**Release date: ___, 2025** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.36" text="Go to Marketplace" title="Download version 9.24.36 from the Marketplace" %}} ### Improvements From a2a728a1236542ead6f3b88f1e6928d11fad621d Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:44:42 +0200 Subject: [PATCH 3/5] Add KIs --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index adca7ffe495..0f3580a73f9 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -27,6 +27,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a * We fixed an issue where Safari extensions could break the Dojo client. (Ticket 246247) * We fixed an issue where the **Mendix Home** button in the 9-dot menu would redirect to **My Apps** instead of the home page. +### Known Issues + +* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box. + * Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*. + + ## 9.24.35 {#92435} **Release date: June 5, 2025** From a24d78779429f7b5016d19d2861d0f4ef1a93ac5 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:48:31 +0200 Subject: [PATCH 4/5] Review --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 0f3580a73f9..42439b99485 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -23,9 +23,9 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ### Fixes -* We fixed the case where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029) -* We fixed an issue where Safari extensions could break the Dojo client. (Ticket 246247) -* We fixed an issue where the **Mendix Home** button in the 9-dot menu would redirect to **My Apps** instead of the home page. +* We fixed an issue where Safari extensions broke the Dojo client. (Ticket 246247) +* We fixed an issue where the size of the offline database was not reduced enough after a sign-out operation. (Ticket 247029) +* We fixed an issue where the **Mendix Home** button in **Open Global Navigation** redirected you to **My Apps** instead of the home page. ### Known Issues From 053235c97a7f8ca7275f3eaac06c40444578d2c2 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Thu, 3 Jul 2025 09:50:14 +0200 Subject: [PATCH 5/5] Update 9.24.md --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index 42439b99485..b0beda22cbe 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -13,7 +13,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ## 9.24.36 {#92436} -**Release date: ___, 2025** +**Release date: July 3, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.36" text="Go to Marketplace" title="Download version 9.24.36 from the Marketplace" %}}