From bd686e16188de8215f16dc5d98d6ac43e3cea4f7 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Fri, 25 Oct 2024 09:29:08 +0200 Subject: [PATCH 1/5] 10.12.9 Studio Pro Release Notes --- .../docs/releasenotes/studio-pro/10/10.12.md | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index b28febc0117..2f5864c0671 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -15,7 +15,34 @@ mts: true This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for apps in production. {{% /alert %}} -## 10.12.8 +## 10.12.9 {#10129} + +**Release date: October ___, 2024** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.12.9" text="Go to Marketplace" title="Download version 10.12.9 from the Marketplace" %}} + +### Improvements + +- Logs generated from Git (our VCS) are now automatically directed into a dedicated subdirectory within the main logs folder. + +### Fixes + + +- We fixed an exception (OOPS dialog) that occurs when an unknown variable is being used in the microflow expression editor. (Ticket #222410). +- We fixed an issue in offline apps that after synchronization an object was not found by the Retrieve By Association action in case of a reverse association traversal (Ticket 231027). +- We fixed an issue that resulted in an Oops dialog when using the Combo Box widget and accessing its Properties pane. (Ticket 231451) + +### Known Issues + +* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. + * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). +* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box. + * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. +* A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions. +* There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements. +* Studio Pro on Mac loads user settings from the previous version of the application. + +## 10.12.8 {#10128} **Release date: October 18, 2024** @@ -40,7 +67,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for * There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements. * Studio Pro on Mac loads user settings from the previous version of the application. -## 10.12.7 +## 10.12.7 {#10127} **Release date: October 11, 2024** @@ -82,7 +109,7 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for * Studio Pro on Mac loads user settings from the previous version of the application. -## 10.12.6 +## 10.12.6 {#10126} **Release date: September 30, 2024** From ec34aaf959c5fc79f5042cafbbcd4485f492a272 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Fri, 25 Oct 2024 09:35:52 +0200 Subject: [PATCH 2/5] Review --- content/en/docs/releasenotes/studio-pro/10/10.12.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index 2f5864c0671..1a6d128ed3b 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -23,19 +23,17 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Improvements -- Logs generated from Git (our VCS) are now automatically directed into a dedicated subdirectory within the main logs folder. +- Logs generated from Git (our version control system) are now automatically directed into a dedicated subdirectory within the main logs folder. ### Fixes -- We fixed an exception (OOPS dialog) that occurs when an unknown variable is being used in the microflow expression editor. (Ticket #222410). -- We fixed an issue in offline apps that after synchronization an object was not found by the Retrieve By Association action in case of a reverse association traversal (Ticket 231027). -- We fixed an issue that resulted in an Oops dialog when using the Combo Box widget and accessing its Properties pane. (Ticket 231451) +- We fixed an exception (the **Oops** pop-up window) that occurred when an unknown variable was being used in the microflow expression editor. (Ticket 222410) +- We fixed an issue in offline apps that after synchronization an object was not found by the **Retrieve By Association** action in case of a reverse association traversal. (Ticket 231027) +- We fixed an issue that resulted in an **Oops** pop-up window when using the Combo Box widget and accessing its **Properties** pane. (Ticket 231451) ### Known Issues -* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. - * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box. * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. * A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions. From 4abeceabaf52b79a2e52b7c18b2bfaeede8a47ec Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Fri, 25 Oct 2024 09:36:51 +0200 Subject: [PATCH 3/5] Change metadata --- content/en/docs/releasenotes/studio-pro/10/10.12.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index 1a6d128ed3b..abe5f0474a7 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -8,7 +8,6 @@ mts: true # KI: "Line endings": SOLP-1794 # KI: "A finished parallel split path": WOR-1623 # KI: "Positioning error": LFX-712 -# KI: "When importing Marketplace modules": APPEXT-796 --- {{% alert color="info" %}} From 647b9514b7c60df8301355f48d9c75c31f629698 Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova <38249778+MariaShaposhnikova@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:30:39 +0100 Subject: [PATCH 4/5] Change formatting and update the date --- content/en/docs/releasenotes/studio-pro/10/10.12.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index abe5f0474a7..6720a39d19b 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -16,20 +16,20 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ## 10.12.9 {#10129} -**Release date: October ___, 2024** +**Release date: October 28, 2024** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.12.9" text="Go to Marketplace" title="Download version 10.12.9 from the Marketplace" %}} ### Improvements -- Logs generated from Git (our version control system) are now automatically directed into a dedicated subdirectory within the main logs folder. +* Logs generated from Git (our version control system) are now automatically directed into a dedicated subdirectory within the main logs folder. ### Fixes -- We fixed an exception (the **Oops** pop-up window) that occurred when an unknown variable was being used in the microflow expression editor. (Ticket 222410) -- We fixed an issue in offline apps that after synchronization an object was not found by the **Retrieve By Association** action in case of a reverse association traversal. (Ticket 231027) -- We fixed an issue that resulted in an **Oops** pop-up window when using the Combo Box widget and accessing its **Properties** pane. (Ticket 231451) +* We fixed an exception (the **Oops** pop-up window) that occurred when an unknown variable was being used in the microflow expression editor. (Ticket 222410) +* We fixed an issue in offline apps that after synchronization an object was not found by the **Retrieve By Association** action in case of a reverse association traversal. (Ticket 231027) +* We fixed an issue that resulted in an **Oops** pop-up window when using the Combo Box widget and accessing its **Properties** pane. (Ticket 231451) ### Known Issues From 7dbe070ce081c97a41b182b51a66898b48db8e9f Mon Sep 17 00:00:00 2001 From: Maria Shaposhnikova Date: Mon, 28 Oct 2024 09:25:49 +0100 Subject: [PATCH 5/5] Change KI --- content/en/docs/releasenotes/studio-pro/10/10.12.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index 6720a39d19b..a8af297bcce 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -56,8 +56,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Known Issues -* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. - * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box. * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. * A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions. @@ -93,8 +91,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Known Issues -* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. - * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). * Importing a platform-supported Marketplace module containing a Java action fails when the project does not have managed Java dependencies or when Gradle synchronization for managed Java dependencies is disabled. In these cases there is no `vendorlib` folder in the project directory, causing the import to fail. * Fixed in [10.6.17](/releasenotes/studio-pro/10.6/#fix-import-platform-supported-module) and [10.12.8](#fix-import-platform-supported-module). * Upgrading a platform-supported Marketplace module containing a Java action fails. Or adding a platform supported module that contains Java dependencies that are already used by the project fails. In these cases the project `vendorlib` directory already contains the same *.jar* files as the new module, which will fail the import process. @@ -139,10 +135,8 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for * We fixed an issue where an **Oops** dialog was shown when the [Data Widgets](https://marketplace.mendix.com/link/component/116540?_gl=1*jpe0m1*_gcl_au*MTg4MTk2NjAyMi4xNzIxODA1MDU2) module was updated to version 2.24.0 or above, when a data grid 2 was configured with a column using the `owner` or `changedBy` system association. ### Known Issues -* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. - * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box. - * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. + * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. * A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions. * There is a positioning error in the logic editors when you are dragging a large element, such as a loop, into a sequence flow, it overlaps with the existing elements. * Studio Pro on Mac loads user settings from the previous version of the application. @@ -179,8 +173,6 @@ This is the [MTS](/releasenotes/studio-pro/lts-mts/#mts) version 10 release for ### Known Issues -* When importing Marketplace modules with Studio Pro, their version numbers do not represent the module's version. Instead they mention the current Studio Pro version. This does not affect previously imported Marketplace modules. - * Fixed in [10.14.0](/releasenotes/studio-pro/10.14/#fix-marketplace-modules). * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide/version-control-menu/#show-changes) dialog box. * Workaround: For details, see [this section](/refguide/troubleshoot-version-control-issues/#css-error) in *Troubleshooting Version Control*. * A finished parallel split path that is removed from a running workflow instance wrongly leads to a versioning conflict. Please note that "path" was called "branch" in earlier versions.