You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.12.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,31 +29,31 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
29
29
### Other New Features
30
30
31
31
- We introduced a modernized **Variables** pane. It now preserves expanded nodes as you step through the debugger, so you no longer lose your place between steps.
32
-
- 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)**.
33
-
- We improved offline synchronization error handling so that when the server rejects uploaded objects (for example, due to validation rules or security constraints), the synchronization action now throws a `PartialSynchronizationError` (depending on whether the option "Throw error when server rejects objects during synchronization" is enabled). Nanoflow developers can catch this error in a try/catch block to present a message to the user or take corrective action.
32
+
- 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)**.
33
+
- We improved offline synchronization error handling so that when the server rejects uploaded objects (for example, due to validation rules or security constraints), the synchronization action now throws a `PartialSynchronizationError` (as long as **Throw error when server rejects objects during synchronization** option is enabled). Nanoflow developers can catch this error in a try/catch block to present a message to the user or take corrective action.
34
34
- Toggling the web fetch tool in Maia preferences now takes effect immediately, without needing to relaunch Studio Pro.
35
35
- We added the ability for the user to see the current Studio Pro version through the Preferences API.
36
36
- We added a `documentAdded` event to the `IProjectChangesApi`, allowing extensions to react when a new document is added to the project.
37
-
- We added the ability to filter the comparison pane by change status (added, modified, deleted, moved). Filters are persisted across sessions, and an indicator is shown when any filter differs from the default.
38
-
- We added sortable columns to the Comparison Pane. You can now click any column header in the Documents and Elements views to sort the list, making it easier to find and group changes.
37
+
- We added the ability to filter the comparison pane by change status (such as added, modified, deleted, or moved). Filters are persisted across sessions, and an indicator is shown when any filter differs from the default.
38
+
- We added sortable columns to the **Comparison** pane. You can now click any column header in the Documents and Elements views to sort the list, making it easier to find and group changes.
39
39
- We implemented a new function `DATEFORMAT` in OQL. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#dateformat-function).
40
40
- We implemented two new functions in OQL: `RPAD` and `LPAD`. For more details, see the documentation for [LPAD](/refguide/oql-expression-syntax/#lpad-function) and [RPAD](/refguide/oql-expression-syntax/#rpad-function).
41
41
- You can now use Maia to work with theming and styling in Studio Pro. Maia can modify theme variables, create custom styling, and manage design properties — for example, updating colors, spacing, and typography across your app based on your styling requirements.
42
42
- Maia can now ask you clarifying questions before proceeding. When Maia needs more information, it will present one or more questions directly in the chat — supporting open-ended, single choice, and multiple choice answers — and use your responses to continue with the right approach.
43
43
- We released the Embedded Client in public Beta. You can now embed your Mendix app into any host application by configuring an [Embedded Navigation Profile](/refguide/navigation/#Embedded) and following the instructions in the [Embedding the Client](/refguide/mendix-client/embedding-the-client/) guide.
44
44
- We added a `permissionsChanged` event to the Extension Permissions API, allowing extensions to be notified when permission states change.
45
45
- You can now add custom instructions on either project or module level. Project-level instructions will be added to every Maia conversation, while module-level ones will be added whenever Maia works with documents of a given module.
46
-
- Maia now thinks before responding. You can see what it's considering in real time, and revisit its reasoning at any point during the conversation.
46
+
- Maia now thinks before responding. You can see what it is considering in real time, and revisit its reasoning at any point during the conversation.
47
47
- MCP OAuth authentication now uses a dedicated callback server on a fixed port range (44380–44384), enabling use with MCP servers that require pre-registered redirect URIs.
48
48
- MCP connections now support Mendix Identity (MxId3) authentication. MCP servers hosted on *.mendix.com automatically receive the user's platform access token.
49
49
- You can now disable the web fetch tool in Maia preferences.
50
50
- You can now add custom skills to app (non-protected) modules. These skills are exported together with other contents of the module.
51
51
- You can now enable the beta feature to configure your own inference provider. OpenAI compatible and Bedrock can be configured per project. The model that will work best is Claude Sonnet 4.6. The best experience remains using the Mendix Platform.
52
52
- Maia is now better at fetching and understanding content from web pages by focusing on the main content.
53
-
- A new Skills panel in Maia shows all custom skills that are currently loaded, their status, and which module they belong to (for module-level skills). You can filter the list to show only skills with errors.
53
+
- A new **Skills** panel in Maia shows all custom skills that are currently loaded, their status, and which module they belong to (for module-level skills). You can filter the list to show only skills with errors.
54
54
- Maia now shows which custom skill (or resource within a skill) it is drawing on while working, so you can follow along as it applies your project's conventions.
55
-
- You can now attach Markdown files (.md, .mdx) to your Maia chat messages. Each file can be up to 50 KB, and you can attach as many as you need. The file contents are sent to Maia as context alongside your prompt.
56
-
- Maia Agent session can be saved by navigating Help --> Support Tools --> Capture Maia Agent Session, making it easier to share session details when troubleshooting or reporting issues.
55
+
- You can now attach Markdown files (*.md*, *.mdx*) to your Maia chat messages. Each file can be up to 50 KB, and you can attach as many as you need. The file contents are sent to Maia as context alongside your prompt.
56
+
- Maia Agent session can be saved by navigating **Help** > **Support Tools** > **Capture Maia Agent Session**, making it easier to share session details when troubleshooting or reporting issues.
57
57
- Data Transformers are now generally available. This allows you to transform complex JSON data, including cases that were never supported before.
58
58
- You can use a Data Transformer as a preprocessing step before passing the data into an Import Mapping, or use the transformed JSON directly, for example to send data to another system.
59
59
- Maia support has been added, so Maia can help creating and modifying Data Transformers.
0 commit comments