Skip to content

Add RNs for Maia for Pages's support of new widgets #9978

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [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 <kbd>Shift</kbd> 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.
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down