From 1525fbe6d0dac24abf68205162131fc59bceb34e Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Thu, 14 Aug 2025 12:17:07 +0200 Subject: [PATCH 1/2] Add RNs for Maia for Pages's support of new widgets --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + content/en/docs/releasenotes/studio-pro/11/11.1.md | 1 + 2 files changed, 2 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 3f47280ecb4..8477d98a5e4 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -152,6 +152,7 @@ weight: 76 * We added error logging when a page fails to be loaded in the React client when navigating to it. This can happen when a page includes a widget with a corrupted bundle. (Ticket 245516) * We integrated the modernized access rules editor into the entity **Properties** pane. * When updating pluggable widgets, Studio Pro will now try to preserve the values of properties that change type between versions. This is done when [the property types are compatible](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types-10/#converting-properties). +* We improved Maia for Pages to support the [Custom Charts](/appstore/widgets/charts/), [Data Grid 2](/appstore/modules/data-grid-2/), [Image](/appstore/widgets/image/), and [Combo Box](/appstore/widgets/combobox/) widgets, provided they are already installed in Studio Pro. * We made various improvements in the logic editors: * We added the option to hold the Shift key to display connection points on hover. * Making an element smaller automatically repositions its connected elements to preserve the width of the sequence flows between them. diff --git a/content/en/docs/releasenotes/studio-pro/11/11.1.md b/content/en/docs/releasenotes/studio-pro/11/11.1.md index e84b06078b1..9fc60bc7ad1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -39,6 +39,7 @@ weight: 99 * We have defined a list of associations: `System.WorkflowActivityRecord_Actor`, `System.WorkflowActivityRecord_TaskAssignedUsers`, and `System.WorkflowActivityRecord_TaskTargetedUsers`. Non-persistable objects referencing the current user through any of these associations will no longer be prevented from being garbage collected. * The Chinese, Korean, and Japanese versions of the Studio Pro UI are now in general availability (GA). Please see the [Language](/refguide/preferences-dialog/#language) section of *Preferences* for more information. * When updating pluggable widgets, Studio Pro will now try to preserve the value of properties that change type between versions. This is done when [the property types are compatible](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#converting-properties). +* We improved Maia for Pages to support the [Progress Bar](/appstore/widgets/progress-bar/) and [Progress Circle](/appstore/widgets/progress-circle/) widgets, provided they are already installed in Studio Pro. * We improved [Start with Maia](/refguide/start-with-maia/) by making the test data generation step optional. * We improved the way Start with Maia handles errors when test data is generated. The errors are now processed more gracefully and lead to fewer unnecessary crashes. * We improved the notification system to alert users that third-party antivirus software (Microsoft Defender excepted) may impact system performance. From 4ed3cdf7f924bf9d499d8ae1ac3037ce64fe4efd Mon Sep 17 00:00:00 2001 From: Yiyun Liao <110980413+Yiyun333@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:16:00 +0200 Subject: [PATCH 2/2] Update 10.24.md --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8477d98a5e4..07fd1287d85 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -152,7 +152,7 @@ weight: 76 * We added error logging when a page fails to be loaded in the React client when navigating to it. This can happen when a page includes a widget with a corrupted bundle. (Ticket 245516) * We integrated the modernized access rules editor into the entity **Properties** pane. * When updating pluggable widgets, Studio Pro will now try to preserve the values of properties that change type between versions. This is done when [the property types are compatible](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types-10/#converting-properties). -* We improved Maia for Pages to support the [Custom Charts](/appstore/widgets/charts/), [Data Grid 2](/appstore/modules/data-grid-2/), [Image](/appstore/widgets/image/), and [Combo Box](/appstore/widgets/combobox/) widgets, provided they are already installed in Studio Pro. +* We improved Maia for Pages to support the [Charts](/appstore/widgets/charts/), [Data Grid 2](/appstore/modules/data-grid-2/), [Image](/appstore/widgets/image/), and [Combo Box](/appstore/widgets/combobox/) widgets, provided they are already installed in Studio Pro. * We made various improvements in the logic editors: * We added the option to hold the Shift key to display connection points on hover. * Making an element smaller automatically repositions its connected elements to preserve the width of the sequence flows between them.