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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
40
40
- We added sortable columns to the **Comparison** pane. You can now click any column header in the **Documents** or **Elements** views to sort the list, making it easier to find and group changes.
41
41
- We implemented a new function `DATEFORMAT` in OQL. For more details, see [OQL Expression Syntax](/refguide/oql-expression-syntax/#dateformat-function).
42
42
- 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).
43
-
- 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.
44
-
- 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
+
- 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.
44
+
- 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.
45
45
- 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.
46
46
- We added a `permissionsChanged` event to the Extension Permissions API, allowing extensions to be notified when permission states change.
47
47
- 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.
@@ -141,7 +141,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
141
141
- We fixed an issue in the modernized **App Explorer** where the context menu opened at the cursor position instead of the selected item when pressing the <kbd>Shift</kbd>+ <kbd>F10</kbd> keyboard shortcut.
142
142
- We fixed an issue where the **App Explorer** did not receive focus after creating a new folder.
143
143
- We fixed an issue where tabbing back into the modernized **App Explorer** tree would start keyboard navigation from the previously focused node instead of the active document node.
144
-
- View entities can no longer be copied via the modernized **App Explorer**. Copy actions — whether triggered through the **Edit** menu, keyboard shortcut, or context menu — are now disabled for view entities, since they are derived from a domain model entity and cannot exist independently.
144
+
- View entities can no longer be copied via the modernized **App Explorer**. Copy actions—whether triggered through the **Edit** menu, keyboard shortcut, or context menu—are now disabled for view entities, since they are derived from a domain model entity and cannot exist independently.
145
145
- We fixed an issue where startup failed in a leaderless cluster on a SQL Server database that did not yet have [Read Committed Snapshot Isolation](/developerportal/deploy/setting-up-a-new-sql-server-database/#enabling-read-committed-snapshot-isolation-level-and-snapshot-isolation) enabled.
146
146
- We fixed an issue in the modernized **App Explorer** where in certain cases node labels would wrap and the expand/collapse icon would grow too large when resizing the panel.
147
147
- We fixed an issue when using the Rollup bundler with the React client.
0 commit comments