From 2b09c8955b6c4cfa02a7b935298ad478a4a968a5 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 18 May 2026 14:40:14 +0200 Subject: [PATCH 1/5] Add RNs --- .../docs/releasenotes/studio-pro/11/11.11.md | 129 ++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 content/en/docs/releasenotes/studio-pro/11/11.11.md diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md new file mode 100644 index 00000000000..86d7e4542fc --- /dev/null +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -0,0 +1,129 @@ +--- +title: "11.11" +url: /releasenotes/studio-pro/11.11/ +description: "The release notes for Mendix Studio Pro 11.11 (including all patches) with details on new features, bug fixes, and known issues." +weight: 90 +# TBD: CHECK THESE KIs AGAINST FIXES IN 11.11 AND SEE IF WE CAN MARK AS FIXED +# KI: "Using an Oracle database": Ticket 275597 +# KI: "Maia Chat panel issue": MID-317 +# KI: "Maia Undo all issue": MID-318 +--- + +{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.10](https://www.mendix.com/blog/mendix-release-11-10/) blog post.{{% /alert %}} + +## 11.11.0 {#1111} + +**Release date: May ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.11.0" text="Go to Marketplace" title="Download version 11.11.0 from the Marketplace" %}} + +### New Features + +#### Data Transformer (Beta) + +We are releasing the beta of version of the Data transformer, which allows you to transform complex JSON data, including cases that were never supported before. You can use a Data Transformer as preprocessing step before passing the data into an Import Mapping, or use the transformed JSON directly, for example to send data to another system. For more information, see [Data Transformer (Beta)](https://docs.mendix.com/refguide/data-transformers/). + +#### Other New Features + +- We introduced a modernized Debugger pane as part of the updated Debugger experience. +- The modernized Debug Windows can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debug Windows (Requires restart of Studio Pro)**. +- We introduced a modernized Breakpoints pane as part of the updated Debugger experience. The new pane supports sorting by any column, multi-selection, enabling/disabling breakpoints with the Space key, selecting all breakpoints with Ctrl+A (Cmd+A on macOS), and navigating directly to the breakpoint location with Enter. +- The modernized Debugger can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debugger (Requires restart of Studio Pro)**. +- We added the capability for fast reload for custom blob documents. +- We increased the minimum compatibility mode for Azure SQL to 160. This is equivalent to SQL Server 2022. +- We added the ability to add new documents and entities from the element selector. +- We implemented three new functions in OQL: `TRIM`, `LTRIM` and `RTRIM`. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#trim). +- We added the ability to add new documents and entities from the element selector. +- Viewing textual differences for a modified value or file on disk, no longer requires installation of a third-party tool. You can now directly view a text diff inside Studio Pro, by clicking the modified value or file in the Changes or Comparison pane. +- We reimplemented the domain model editor using web technology. This new editor is functionally equivalent to the classic version. You can switch between the two using the toggle in the Domain Model toolbar. +- We reimplemented the regular expression dialog in web. This dialog is feature equal to the old version and introduces no new features. + +- Maia can now generate and update app-level Navigation and Menu documents. For example, you can ask Maia to build the menu items based on the pages in an app. +- We introduced support for a [single object data source](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#single-object-datasource) within the Pluggable Widget API. Widget developers can now declare a datasource property with `isList="false"` for data sources that are intended to return a single object. Other properties can be linked to a single object data source in the same way they are linked to list data sources. This enhancement allows you, for example, to build your own data view widget. +- We added a scroll-to-bottom button in Maia chat that includes a loading indicator to show when Maia is processing. Chat messages now auto-scroll only when you are at the bottom, preventing interruptions while reading previous messages. +- We have implemented support for editable file and image types (`EditableFileValue` and `EditableImageValue`) on native. Set +`allowUpload="true"` on a file or image property to use the new editable API on native widgets. +- We added support for optimistic locking with offline-first applications. Previously, enabling optimistic locking was not allowed when an offline-based navigation profile was configured. Now, offline changes are synchronized to the server without being blocked by optimistic locking version checks. +- We added support for agent skills. You can now create your own skill definitions via the **skills** section in the App Explorer under **Maia**. Each skill is defined by a `SKILL.md` file stored in the `skillssource/` directory of your app. Skill names and descriptions are included in Maia's context at the start of each chat session, while the full skill content and any reference files are loaded on demand. +- You can now disable web fetch tool in Maia preferences. +- We added support for reference files in agent skills. You can now add Markdown files to a `references/` subdirectory inside a skill folder to provide Maia with additional context, such as domain knowledge or glossaries. Reference files can be managed directly from the App Explorer. +- Rspack is now generally available for React client applications. It delivers faster bundling and lower memory usage. Rollup remains the default bundler for now, but we recommend switching to Rspack. +- We added support for notification boundary events in workflows. Similar to the timer boundary event, a notification boundary event can be attached to a workflow activity and triggered via the Notify Workflow microflow activity. Both interrupting and non-interrupting variants are supported. +- We added notification events to workflows, which are similar to wait-for-notification events, with the distinctions that they appear as a circle and cannot have boundary events. + +### Improvements + +#### Performance + +- We made local deployment faster by skipping Java proxy file regeneration for model elements that have not changed since the previous deployment. +- We reduced the time it takes to open popup dialogs for selecting elements like entities or attributes. + +#### Other Improvements + +- The OQL INSERT INTO SELECT statement no longer requires column names in the SELECT part. +- In the logic editors, optional parameters are now visually distinguished with a dotted border, making it easier to identify which parameters are not required. +- We added a **Refresh schema** button to the mapping editor toolbar. This button appears when the mapping is out of sync with its underlying schema, allowing you to update the mapping elements to match the current schema directly from the editor. +- The modernized Console panel is now enabled by default. If you encounter any issues, you can revert to the legacy Console panel by unchecking Preferences > New Features > Use the modernized Console. +- We improved the Comparison feature so that the "Stop Comparison" button is now always available, allowing to cancel at any time, including when an action is still in progress. +- We added a search bar to the comparison pane that lets you filter the list of changed documents by name, module, change type, or details. +- We improved showing tooltip for Comparison pane: single tooltip, for properties it is trimmed. +- We improved the Maia Undo All button so it now reverts changes at the session level instead of the prompt level. +- We upgraded the react-native to 0.84.1 and bumped related dependencies. +- Improved offline database performance by removing unnecessary SQL transactions from read operations, reducing overhead particularly for read-heavy nanoflows. +- We updated the consistency error to appear on each duplicate operation within a resource of a Published REST service, instead of on the resource itself. +- We improved default values for the SessionKeepAliveUpdatesInterval (now 100 seconds) and ClusterManagerActionInterval (now 5 minutes) runtime settings. If these defaults are incompatible with the configured SessionTimeout, they will be automatically derived as before. +- We clean up duplicate cluster management tasks during startup. +- We added themecache.css files to .gitignore to reduce conflicts when edited by multiple users. +- We added temporary java files to .gitignore to reduce conflicts when edited by multiple users. +- The modernized JavaScript Action Editor now updates when Maia edits the currently open JavaScript Action. +- We changed conflicting page and microflow URLs from a consistency error to a warning. Conflicting URLs can indicate potential navigation issues, but they do not always occur in practice. +- Widgets with conditional visibility set to "false" are now excluded from exported pages. + +### Fixes + +- We fixed running OQL statements using INSERT INTO SELECT where the SELECT returns an empty result. (Ticket 277749) +- We fixed an issue where consistency checks for blob documents would not trigger when a previously excluded document it depended on was re-included. +- We fixed an issue where an extension contained in an add-on module would not get reloaded when the module got replaced with another with the same name. +- We fixed an issue where DEV extensions were not being displayed in the Extensions Overview. +- We fixed an issue where passing the icon as data URL in the notification api would not show the icon. +- We fixed an issue when 'Go to' and 'Back' buttons were incorrectly enabled when refreshing comparison pane. +- We fixed an issue where the Comparison pane incorrectly showed "This is not a version controlled app" for a versioned app. +- We fixed the issue that the comparison pane gets stuck on a loading spinner when starting a comparison with a comparison that’s already selected. +- We fixed an issue where the comparison pane got stuck on a loading spinner when starting a comparison with a comparison that's already selected. +- Fixed an issue where the Microsoft Defender exclusion utility would fail to run +- Maia: We fixed an issue where microflows created by Maia had entity access enabled by default. +- We fixed an issue where Maia would generate multiple Create Variable Actions with the same variable name. +- In the logic editors, we fixed an Oops dialog when java actions parameters were not configured correctly. We added a new consistency check for this. +- We fixed an inconsistency where annotation connection point indices were stored in a different order than those of other microflow objects. +- We fixed an issue where Maia would overlap elements when trying to change existing microflows. +- We fixed an issue where Maia would remove an element and not fix the layout of a microflow. +- We fixed an issue where the chat input area did not increase in size based on the prompt length. +- We fixed an issue where the Maia input field was not cleared when opening or switching to a different app in Studio Pro. +- We fixed an issue where the Maia chat input area did not resize back to its original size after submitting a message. +- We fixed an issue where the Maia chat input area did not resize back to its original size when switching to a different or new app. +- We fixed an issue where import and export mappings incorrectly showed consistency errors for microflows with unmapped optional parameters. Optional parameters now use their default values when not provided in the payload. Converter microflows must have exactly one required parameter which receives the value to be converted and may have additional optional parameters. (Ticket 250969) +- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error "Element '…' cannot be checked without a checked child element." when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403) +- We fixed an issue for one of the security improvement where entities configured with the **Nothing** or **Never** synchronization modes had their upload synchronization incorrectly blocked. Only entities with the **Online** synchronization mode should block client uploads. Additionally, when Compatibility Mode is enabled for an entity, it now fully restores All Objects behavior for both upload and download as originally intended. +- We fixed an issue when an older offline client (from a Mendix version before 11.9.0) would fail to synchronize with a HTTP 560 (Invalid JSONRequest) error, preventing the offline app from loading. (Ticket 274811) +- Fixed a runtime exception in Published OData when publishing an association to an object that is inaccessible due to OData security constraints. +- Fixed a runtime error in OData search queries for varchar attribute with a limited column length and a search string longer than that limit. +- We have added Microsoft related MIME types. (Tickets 276471, 276598, 276604, 276958) +- We fixed an issue where deployment of an application would result in a "System.ArgumentOutOfRangeException: StartIndex cannot be less than zero." error. (Tickets 276326, 277841) +- Page-editing tools are now available in the MCP server. +- Improved conversation overflow handling to prevent large messages from breaking the conversation. +- MCP server now uses coding agent's native web fetch tools instead of the ones exposed in Studio Pro. +- Fixed an issue where Studio Pro would hang when renaming an entity attribute. +- Fixed various issues with MCP client stability. +- Fixed an issue where OQL generation would freeze. +- We fixed an issue where right-clicking a node in the app explorer would select the node's text label on macOS. +- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077) +- We fixed an issue in the modernized console panel where the "Start built in database viewer" button was not disabled when the database viewer is not available. +- We fixed an issue in the modernized console panel where the scroll position lock was not reset when the runtime reconnected. +- We fixed an issue in the modernized Console Panel where auto-scroll always jumped to the bottom of the table when new logs were added, regardless of sort order. The table now scrolls to the latest log according to the current sort column and direction. +- On macOS, we improved table row selection after opening a context menu. Selecting a different row now requires fewer clicks and behaves more consistently, for example in the Modernized Console. +- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (ticket 275109) +- We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. +- We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a Combobox with a microflow, clearing the search string would trigger the error. This would occur for apps with the [new string behavior](https://docs.mendix.com/refguide/runtime-tab/#new-string-behavior) disabled. (Ticket 271819) + +### Known Issues + From b1f60c351032805f7d15651c3debe89440f74265 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Tue, 19 May 2026 11:11:16 +0200 Subject: [PATCH 2/5] edit doc --- .../docs/releasenotes/studio-pro/11/11.11.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md index 86d7e4542fc..498e378a611 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.11.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -27,18 +27,17 @@ We are releasing the beta of version of the Data transformer, which allows you t - We introduced a modernized Debugger pane as part of the updated Debugger experience. - The modernized Debug Windows can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debug Windows (Requires restart of Studio Pro)**. -- We introduced a modernized Breakpoints pane as part of the updated Debugger experience. The new pane supports sorting by any column, multi-selection, enabling/disabling breakpoints with the Space key, selecting all breakpoints with Ctrl+A (Cmd+A on macOS), and navigating directly to the breakpoint location with Enter. +- We introduced a modernized **Breakpoints** pane as part of the updated Debugger experience. The new pane supports sorting by any column, multi-selection, enabling/disabling breakpoints with the Space key, selecting all breakpoints with Ctrl + A (Cmd + A on macOS), and navigating directly to the breakpoint location with Enter. - The modernized Debugger can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debugger (Requires restart of Studio Pro)**. -- We added the capability for fast reload for custom blob documents. -- We increased the minimum compatibility mode for Azure SQL to 160. This is equivalent to SQL Server 2022. +- We added a fast reload capability for custom blob documents. +- We increased the minimum compatibility mode for Azure SQL to 160. This is equivalent to SQL Server 2022. - We added the ability to add new documents and entities from the element selector. -- We implemented three new functions in OQL: `TRIM`, `LTRIM` and `RTRIM`. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#trim). +- We implemented three new functions in OQL: `TRIM`, `LTRIM`, and `RTRIM`. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#trim). - We added the ability to add new documents and entities from the element selector. -- Viewing textual differences for a modified value or file on disk, no longer requires installation of a third-party tool. You can now directly view a text diff inside Studio Pro, by clicking the modified value or file in the Changes or Comparison pane. -- We reimplemented the domain model editor using web technology. This new editor is functionally equivalent to the classic version. You can switch between the two using the toggle in the Domain Model toolbar. -- We reimplemented the regular expression dialog in web. This dialog is feature equal to the old version and introduces no new features. - -- Maia can now generate and update app-level Navigation and Menu documents. For example, you can ask Maia to build the menu items based on the pages in an app. +- Viewing textual differences for a modified value (or file on disk) no longer requires installation of a third-party tool. You can now directly view a text diff inside Studio Pro by clicking the modified value or file in the **Changes** or **Comparison** pane. +- We reimplemented the domain model editor using web technology. This new editor is functionally equivalent to the classic version. You can switch between the two using the toggle in the **Domain Model** toolbar. +- We reimplemented the regular expression dialog in web. This dialog is feature equal to the old version and introduces no new features. +- Maia can now generate and update app-level **Navigation** and **Menu** documents. For example, you can ask Maia to build the menu items based on the pages in an app. - We introduced support for a [single object data source](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#single-object-datasource) within the Pluggable Widget API. Widget developers can now declare a datasource property with `isList="false"` for data sources that are intended to return a single object. Other properties can be linked to a single object data source in the same way they are linked to list data sources. This enhancement allows you, for example, to build your own data view widget. - We added a scroll-to-bottom button in Maia chat that includes a loading indicator to show when Maia is processing. Chat messages now auto-scroll only when you are at the bottom, preventing interruptions while reading previous messages. - We have implemented support for editable file and image types (`EditableFileValue` and `EditableImageValue`) on native. Set @@ -46,7 +45,7 @@ We are releasing the beta of version of the Data transformer, which allows you t - We added support for optimistic locking with offline-first applications. Previously, enabling optimistic locking was not allowed when an offline-based navigation profile was configured. Now, offline changes are synchronized to the server without being blocked by optimistic locking version checks. - We added support for agent skills. You can now create your own skill definitions via the **skills** section in the App Explorer under **Maia**. Each skill is defined by a `SKILL.md` file stored in the `skillssource/` directory of your app. Skill names and descriptions are included in Maia's context at the start of each chat session, while the full skill content and any reference files are loaded on demand. - You can now disable web fetch tool in Maia preferences. -- We added support for reference files in agent skills. You can now add Markdown files to a `references/` subdirectory inside a skill folder to provide Maia with additional context, such as domain knowledge or glossaries. Reference files can be managed directly from the App Explorer. +- We added support for reference files in agent skills. You can now add markdown files to a `references/` subdirectory inside a skill folder to provide Maia with additional context, such as domain knowledge or glossaries. Reference files can be managed directly from the **App Explorer**. - Rspack is now generally available for React client applications. It delivers faster bundling and lower memory usage. Rollup remains the default bundler for now, but we recommend switching to Rspack. - We added support for notification boundary events in workflows. Similar to the timer boundary event, a notification boundary event can be attached to a workflow activity and triggered via the Notify Workflow microflow activity. Both interrupting and non-interrupting variants are supported. - We added notification events to workflows, which are similar to wait-for-notification events, with the distinctions that they appear as a circle and cannot have boundary events. From 2aecee5ddbf5186425e3b8b567fd4deb6d4358b2 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 20 May 2026 14:20:08 +0200 Subject: [PATCH 3/5] Order and edit fixes --- .../docs/releasenotes/studio-pro/11/11.11.md | 63 ++++++++++--------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md index 498e378a611..a87dcdee679 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.11.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -21,24 +21,24 @@ weight: 90 #### Data Transformer (Beta) -We are releasing the beta of version of the Data transformer, which allows you to transform complex JSON data, including cases that were never supported before. You can use a Data Transformer as preprocessing step before passing the data into an Import Mapping, or use the transformed JSON directly, for example to send data to another system. For more information, see [Data Transformer (Beta)](https://docs.mendix.com/refguide/data-transformers/). +We are releasing the beta of version of the data transformer, which allows you to transform complex JSON data, including in cases that were not previously supported. You can use a data transformer as preprocessing step before passing the data into an import mapping, or use the transformed JSON directly, for example to send data to another system. For more information, see [Data Transformer (Beta)](https://docs.mendix.com/refguide/data-transformers/). #### Other New Features - We introduced a modernized Debugger pane as part of the updated Debugger experience. -- The modernized Debug Windows can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debug Windows (Requires restart of Studio Pro)**. +- The modernized **Debug Windows** can now be switched off in **Edit** > **Preferences** > **New features** by deselecting **Use the modernized Debug Windows (Requires restart of Studio Pro)**. - We introduced a modernized **Breakpoints** pane as part of the updated Debugger experience. The new pane supports sorting by any column, multi-selection, enabling/disabling breakpoints with the Space key, selecting all breakpoints with Ctrl + A (Cmd + A on macOS), and navigating directly to the breakpoint location with Enter. -- The modernized Debugger can be switched off in **Edit > Preferences > New features** by unchecking **Use the modernized Debugger (Requires restart of Studio Pro)**. +- The modernized Debugger can be switched off in **Edit > Preferences > New features** by deselecting **Use the modernized Debugger (Requires restart of Studio Pro)**. - We added a fast reload capability for custom blob documents. - We increased the minimum compatibility mode for Azure SQL to 160. This is equivalent to SQL Server 2022. - We added the ability to add new documents and entities from the element selector. -- We implemented three new functions in OQL: `TRIM`, `LTRIM`, and `RTRIM`. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#trim). +- We implemented three new functions in OQL: `TRIM`, `LTRIM`, and `RTRIM`. For more information, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#trim). - We added the ability to add new documents and entities from the element selector. - Viewing textual differences for a modified value (or file on disk) no longer requires installation of a third-party tool. You can now directly view a text diff inside Studio Pro by clicking the modified value or file in the **Changes** or **Comparison** pane. - We reimplemented the domain model editor using web technology. This new editor is functionally equivalent to the classic version. You can switch between the two using the toggle in the **Domain Model** toolbar. - We reimplemented the regular expression dialog in web. This dialog is feature equal to the old version and introduces no new features. - Maia can now generate and update app-level **Navigation** and **Menu** documents. For example, you can ask Maia to build the menu items based on the pages in an app. -- We introduced support for a [single object data source](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#single-object-datasource) within the Pluggable Widget API. Widget developers can now declare a datasource property with `isList="false"` for data sources that are intended to return a single object. Other properties can be linked to a single object data source in the same way they are linked to list data sources. This enhancement allows you, for example, to build your own data view widget. +* We introduced [object data sources](/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#object-datasource) to the Pluggable Widget API. Widget developers can now declare a data source property with `isList="false"` for data sources that are intended to return a single object. Other properties can be linked to object data sources in the same way they are linked to list data sources. This enhancement allows you, for example, to build your own data view widget. - We added a scroll-to-bottom button in Maia chat that includes a loading indicator to show when Maia is processing. Chat messages now auto-scroll only when you are at the bottom, preventing interruptions while reading previous messages. - We have implemented support for editable file and image types (`EditableFileValue` and `EditableImageValue`) on native. Set `allowUpload="true"` on a file or image property to use the new editable API on native widgets. @@ -59,32 +59,40 @@ We are releasing the beta of version of the Data transformer, which allows you t #### Other Improvements -- The OQL INSERT INTO SELECT statement no longer requires column names in the SELECT part. +- The `OQL INSERT INTO SELECT` statement no longer requires column names in the `SELECT` part. - In the logic editors, optional parameters are now visually distinguished with a dotted border, making it easier to identify which parameters are not required. - We added a **Refresh schema** button to the mapping editor toolbar. This button appears when the mapping is out of sync with its underlying schema, allowing you to update the mapping elements to match the current schema directly from the editor. -- The modernized Console panel is now enabled by default. If you encounter any issues, you can revert to the legacy Console panel by unchecking Preferences > New Features > Use the modernized Console. -- We improved the Comparison feature so that the "Stop Comparison" button is now always available, allowing to cancel at any time, including when an action is still in progress. +- The modernized **Console** panel is now enabled by default. If you encounter any issues, you can revert to the legacy **Console** panel by deselecting **Preferences** > **New Features** > **Use the modernized Console**. +- We improved the **Comparison** feature. The **Stop Comparison** button is now always available, allowing to cancel at any time, including when an action is still in progress. - We added a search bar to the comparison pane that lets you filter the list of changed documents by name, module, change type, or details. -- We improved showing tooltip for Comparison pane: single tooltip, for properties it is trimmed. -- We improved the Maia Undo All button so it now reverts changes at the session level instead of the prompt level. -- We upgraded the react-native to 0.84.1 and bumped related dependencies. +- We improved tooltips for the Comparison pane: now you see what you expect in a single tooltip, for properties it is trimmed. +- We improved the **Maia Undo All** button so it now reverts changes at the session level instead of the prompt level. +- We upgraded the `react-native` to 0.84.1 and bumped related dependencies. - Improved offline database performance by removing unnecessary SQL transactions from read operations, reducing overhead particularly for read-heavy nanoflows. - We updated the consistency error to appear on each duplicate operation within a resource of a Published REST service, instead of on the resource itself. -- We improved default values for the SessionKeepAliveUpdatesInterval (now 100 seconds) and ClusterManagerActionInterval (now 5 minutes) runtime settings. If these defaults are incompatible with the configured SessionTimeout, they will be automatically derived as before. +- We improved default values for the `SessionKeepAliveUpdatesInterval` (now 100 seconds) and `ClusterManagerActionInterval` (now 5 minutes) runtime settings. If these defaults are incompatible with the configured SessionTimeout, they will be automatically derived as before. - We clean up duplicate cluster management tasks during startup. -- We added themecache.css files to .gitignore to reduce conflicts when edited by multiple users. -- We added temporary java files to .gitignore to reduce conflicts when edited by multiple users. -- The modernized JavaScript Action Editor now updates when Maia edits the currently open JavaScript Action. +- We added *themecache.css* files to *.gitignore* to reduce conflicts when edited by multiple users. +- We added temporary Java files to *.gitignore* to reduce conflicts when edited by multiple users. +- The modernized JavaScript Action Editor now updates when Maia edits the currently open JavaScript action. - We changed conflicting page and microflow URLs from a consistency error to a warning. Conflicting URLs can indicate potential navigation issues, but they do not always occur in practice. -- Widgets with conditional visibility set to "false" are now excluded from exported pages. +- Widgets with conditional visibility set to **false** are now excluded from exported pages. ### Fixes - + +- We fixed an issue where import and export mappings incorrectly showed consistency errors for microflows with unmapped optional parameters. Optional parameters now use their default values when not provided in the payload. Converter microflows must have exactly one required parameter which receives the value to be converted and may have additional optional parameters. (Ticket 250969) +- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error "Element '…' cannot be checked without a checked child element." when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403) +- We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a Combobox with a microflow, clearing the search string would trigger the error. This would occur for apps with the [new string behavior](https://docs.mendix.com/refguide/runtime-tab/#new-string-behavior) disabled. (Ticket 271819) +- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077) +- We fixed an issue when an older offline client (from a Mendix version before 11.9.0) would fail to synchronize with a HTTP 560 (Invalid JSONRequest) error, preventing the offline app from loading. (Ticket 274811) +- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (ticket 275109) +- We fixed an issue where deployment of an application would result in a "System.ArgumentOutOfRangeException: StartIndex cannot be less than zero." error. (Tickets 276326, 277841) +- We have added Microsoft related MIME types. (Tickets 276471, 276598, 276604, 276958) - We fixed running OQL statements using INSERT INTO SELECT where the SELECT returns an empty result. (Ticket 277749) - We fixed an issue where consistency checks for blob documents would not trigger when a previously excluded document it depended on was re-included. - We fixed an issue where an extension contained in an add-on module would not get reloaded when the module got replaced with another with the same name. - We fixed an issue where DEV extensions were not being displayed in the Extensions Overview. -- We fixed an issue where passing the icon as data URL in the notification api would not show the icon. +- We fixed an issue where passing the icon as data URL in the Notification API would not show the icon. - We fixed an issue when 'Go to' and 'Back' buttons were incorrectly enabled when refreshing comparison pane. - We fixed an issue where the Comparison pane incorrectly showed "This is not a version controlled app" for a versioned app. - We fixed the issue that the comparison pane gets stuck on a loading spinner when starting a comparison with a comparison that’s already selected. @@ -100,29 +108,22 @@ We are releasing the beta of version of the Data transformer, which allows you t - We fixed an issue where the Maia input field was not cleared when opening or switching to a different app in Studio Pro. - We fixed an issue where the Maia chat input area did not resize back to its original size after submitting a message. - We fixed an issue where the Maia chat input area did not resize back to its original size when switching to a different or new app. -- We fixed an issue where import and export mappings incorrectly showed consistency errors for microflows with unmapped optional parameters. Optional parameters now use their default values when not provided in the payload. Converter microflows must have exactly one required parameter which receives the value to be converted and may have additional optional parameters. (Ticket 250969) -- We fixed an issue in the **Select Elements** dialog of an XML import or export mapping where reopening the dialog with previously checked elements that contained inheritance or choice-type children caused a validation error "Element '…' cannot be checked without a checked child element." when clicking OK. This happened because those elements were not expanded, so their children were not loaded and could not be validated. Studio Pro now automatically expands such elements before clicking OK in the **Select Elements** dialog, ensuring all required child elements are properly loaded and resolved. (Ticket 268403) - We fixed an issue for one of the security improvement where entities configured with the **Nothing** or **Never** synchronization modes had their upload synchronization incorrectly blocked. Only entities with the **Online** synchronization mode should block client uploads. Additionally, when Compatibility Mode is enabled for an entity, it now fully restores All Objects behavior for both upload and download as originally intended. -- We fixed an issue when an older offline client (from a Mendix version before 11.9.0) would fail to synchronize with a HTTP 560 (Invalid JSONRequest) error, preventing the offline app from loading. (Ticket 274811) -- Fixed a runtime exception in Published OData when publishing an association to an object that is inaccessible due to OData security constraints. -- Fixed a runtime error in OData search queries for varchar attribute with a limited column length and a search string longer than that limit. -- We have added Microsoft related MIME types. (Tickets 276471, 276598, 276604, 276958) -- We fixed an issue where deployment of an application would result in a "System.ArgumentOutOfRangeException: StartIndex cannot be less than zero." error. (Tickets 276326, 277841) +- We fixed a runtime exception in Published OData when publishing an association to an object that is inaccessible due to OData security constraints. +- We fixed a runtime error in OData search queries for varchar attribute with a limited column length and a search string longer than that limit. - Page-editing tools are now available in the MCP server. - Improved conversation overflow handling to prevent large messages from breaking the conversation. - MCP server now uses coding agent's native web fetch tools instead of the ones exposed in Studio Pro. -- Fixed an issue where Studio Pro would hang when renaming an entity attribute. -- Fixed various issues with MCP client stability. -- Fixed an issue where OQL generation would freeze. +- We fixed an issue where Studio Pro would hang when renaming an entity attribute. +- We fixed various issues with MCP client stability. +- We fixed an issue where OQL generation would freeze. - We fixed an issue where right-clicking a node in the app explorer would select the node's text label on macOS. -- We fixed an issue where Import and Cancel buttons are not visible for certain resolutions and scalings. (Ticket 274077) - We fixed an issue in the modernized console panel where the "Start built in database viewer" button was not disabled when the database viewer is not available. - We fixed an issue in the modernized console panel where the scroll position lock was not reset when the runtime reconnected. - We fixed an issue in the modernized Console Panel where auto-scroll always jumped to the bottom of the table when new logs were added, regardless of sort order. The table now scrolls to the latest log according to the current sort column and direction. - On macOS, we improved table row selection after opening a context menu. Selecting a different row now requires fewer clicks and behaves more consistently, for example in the Modernized Console. -- We fixed an issue where projects located in a folder whose name contained special characters (for example an '&') would fail to run locally. (ticket 275109) - We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. -- We fixed an issue with the client where passing an empty string as a parameter to a microflow triggered an error. For example, when filtering options of a Combobox with a microflow, clearing the search string would trigger the error. This would occur for apps with the [new string behavior](https://docs.mendix.com/refguide/runtime-tab/#new-string-behavior) disabled. (Ticket 271819) + ### Known Issues From 2f3a984a53fec37c788ad2dee1632730c659b803 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 20 May 2026 14:26:20 +0200 Subject: [PATCH 4/5] Add KI fix for maia undo all button --- content/en/docs/releasenotes/studio-pro/11/11.10.md | 2 +- content/en/docs/releasenotes/studio-pro/11/11.11.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.10.md b/content/en/docs/releasenotes/studio-pro/11/11.10.md index b0a710c0279..233e17747a9 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.10.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.10.md @@ -5,7 +5,6 @@ description: "The release notes for Mendix Studio Pro 11.10 (including all patch weight: 90 # KI: "Using an Oracle database": Ticket 275597 # KI: "Maia Chat panel issue": MID-317 -# KI: "Maia Undo all issue": MID-318 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.10](https://www.mendix.com/blog/mendix-release-11-10/) blog post.{{% /alert %}} @@ -120,3 +119,4 @@ weight: 90 * The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**. * Workaround: Manually close the panel when it appears. * In some cases, clicking the **Undo all** button shows an error message after Maia generates and edits a document. Some changes might not fully revert. + * Fixed in [11.11](/releasenotes/studio-pro/11.11/#fix-maia-undo-all) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md index a87dcdee679..327ce7a77b2 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.11.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -58,7 +58,8 @@ We are releasing the beta of version of the data transformer, which allows you t - We reduced the time it takes to open popup dialogs for selecting elements like entities or attributes. #### Other Improvements - + +- We improved the **Maia Undo All** button so it now reverts changes at the session level instead of the prompt level. - The `OQL INSERT INTO SELECT` statement no longer requires column names in the `SELECT` part. - In the logic editors, optional parameters are now visually distinguished with a dotted border, making it easier to identify which parameters are not required. - We added a **Refresh schema** button to the mapping editor toolbar. This button appears when the mapping is out of sync with its underlying schema, allowing you to update the mapping elements to match the current schema directly from the editor. @@ -66,7 +67,6 @@ We are releasing the beta of version of the data transformer, which allows you t - We improved the **Comparison** feature. The **Stop Comparison** button is now always available, allowing to cancel at any time, including when an action is still in progress. - We added a search bar to the comparison pane that lets you filter the list of changed documents by name, module, change type, or details. - We improved tooltips for the Comparison pane: now you see what you expect in a single tooltip, for properties it is trimmed. -- We improved the **Maia Undo All** button so it now reverts changes at the session level instead of the prompt level. - We upgraded the `react-native` to 0.84.1 and bumped related dependencies. - Improved offline database performance by removing unnecessary SQL transactions from read operations, reducing overhead particularly for read-heavy nanoflows. - We updated the consistency error to appear on each duplicate operation within a resource of a Published REST service, instead of on the resource itself. From 149f9fcc8f30f0ef7511526f6773218b789bcb6b Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 20 May 2026 14:26:53 +0200 Subject: [PATCH 5/5] Duplicate KIs --- content/en/docs/releasenotes/studio-pro/11/11.11.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.11.md b/content/en/docs/releasenotes/studio-pro/11/11.11.md index 327ce7a77b2..171e7f54555 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.11.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -6,7 +6,6 @@ weight: 90 # TBD: CHECK THESE KIs AGAINST FIXES IN 11.11 AND SEE IF WE CAN MARK AS FIXED # KI: "Using an Oracle database": Ticket 275597 # KI: "Maia Chat panel issue": MID-317 -# KI: "Maia Undo all issue": MID-318 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.10](https://www.mendix.com/blog/mendix-release-11-10/) blog post.{{% /alert %}} @@ -124,6 +123,8 @@ We are releasing the beta of version of the data transformer, which allows you t - On macOS, we improved table row selection after opening a context menu. Selecting a different row now requires fewer clicks and behaves more consistently, for example in the Modernized Console. - We fixed an issue where pressing Escape to close a modal dialog would also close the sidebar. - ### Known Issues +* When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597) +* The Maia Chat panel may appear and remain functional even when Maia is disabled in **Edit** > **Preferences**. + * Workaround: Manually close the panel when it appears. \ No newline at end of file