From fba4a6fa7a1b7b306173f1f0c30ac23ad28a855d Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 9 Jul 2026 13:14:27 +0200 Subject: [PATCH 1/5] Add KI to 10.21 All the 10 versions get one version of text, the 11 versions might get tweaked text if the affected product is different --- content/en/docs/releasenotes/studio-pro/10/10.21.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index 36ec1b010ca..ed473f987ca 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.21 (including all patch weight: 79 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 +# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.21](https://www.mendix.com/blog/mendix-release-10-21-ai-ai-ai-boosting-developer-productivity/) blog post.{{% /alert %}} @@ -27,6 +28,7 @@ weight: 79 * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. ## 10.21.0 {#10210} From ed3cf72a527e785686ed118375255ad2d8a62ffc Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 9 Jul 2026 13:15:48 +0200 Subject: [PATCH 2/5] Added the first SP 11 KI --- content/en/docs/releasenotes/studio-pro/11/11.1.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ed1967c8bdb..42e13db7cd1 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -3,6 +3,7 @@ title: "11.1" url: /releasenotes/studio-pro/11.1/ description: "The release notes for Mendix Studio Pro 11.1 (including all patches) with details on new features, bug fixes, and known issues." weight: 99 +# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.1](https://www.mendix.com/blog/mendix-11-1-more-power-less-effort/) blog post.{{% /alert %}} @@ -132,3 +133,7 @@ weight: 99 ### Breaking Changes * We removed `com.mendix.modules.email.EmailModule` as it is no longer supported. Please use the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. + +### Known Issues + +* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. \ No newline at end of file From c821056426579d78796c627bd9548686af4ab4eb Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 13 Jul 2026 11:03:54 +0200 Subject: [PATCH 3/5] Add fixed SP11 KI to all SP11 versions --- .../docs/releasenotes/studio-pro/11/11.1.md | 6 ++- .../docs/releasenotes/studio-pro/11/11.10.md | 4 ++ .../docs/releasenotes/studio-pro/11/11.11.md | 4 ++ .../docs/releasenotes/studio-pro/11/11.2.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.3.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.4.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.5.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.6.md | 51 +++++++++++++++++++ .../docs/releasenotes/studio-pro/11/11.7.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.8.md | 7 +++ .../docs/releasenotes/studio-pro/11/11.9.md | 4 ++ 11 files changed, 109 insertions(+), 2 deletions(-) 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 42e13db7cd1..c96e905d001 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.1.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.1.md @@ -3,7 +3,6 @@ title: "11.1" url: /releasenotes/studio-pro/11.1/ description: "The release notes for Mendix Studio Pro 11.1 (including all patches) with details on new features, bug fixes, and known issues." weight: 99 -# KI: "When opening, editing, or creating": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.1](https://www.mendix.com/blog/mendix-11-1-more-power-less-effort/) blog post.{{% /alert %}} @@ -136,4 +135,7 @@ weight: 99 ### Known Issues -* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. \ No newline at end of file +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file 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 6f385f5f69a..9049cdc1124 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.10.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.10.md @@ -120,3 +120,7 @@ weight: 90 * 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) +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file 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 06d64e5a3b3..b9606fa13c9 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.11.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.11.md @@ -139,3 +139,7 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * 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. +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.2.md b/content/en/docs/releasenotes/studio-pro/11/11.2.md index 5cd20020d4f..8c6a51a20e0 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.2.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.2.md @@ -80,3 +80,10 @@ weight: 98 * Extension authors cannot simply obtain access to `studioPro` object anymore, but have to create it using a function `getStudioProApi`. Extensions API documentation provides more details and examples. * We now disallow downgrading a Mendix database that had been previously deployed with a newer version of Mendix. * We removed the numeric part of IDs in the HTML and added `l` or `p` prefixes for layouts and pages. For example, `89.PCP.MyApps_Overview.snippetCall4` will now be `p.PCP.MyApps_Overview.snippetCall4` instead. The purpose of those numeric parts was to ensure uniqueness of the IDs, however, they are actually not needed here as a page and layout already have unique identifiers. Furthermore, their pseudo-random nature meant that rebuilding an application resulted in more changes than needed, limiting the cachability of Mendix applications. + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.3.md b/content/en/docs/releasenotes/studio-pro/11/11.3.md index 895f3502505..ec678f4599c 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.3.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.3.md @@ -107,3 +107,10 @@ weight: 97 * We fixed an issue with the client parser API where the `groups` option would also require the `places` option. * We fixed an issue where pages with a mix of persistent and non-persistent entity parameters did not load properly the first time. * We fixed an **Oops** pop-up window which appeared when viewing widget properties for widgets that needed to be updated. + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.4.md b/content/en/docs/releasenotes/studio-pro/11/11.4.md index 16d15d87ae3..3b9c4c8f524 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.4.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.4.md @@ -112,3 +112,10 @@ These additions make it easier to inspect server-side changes and stay up to dat * MariaDB 10.5 * Microsoft SQL Server 2019 * MySQL 8.0 + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.5.md b/content/en/docs/releasenotes/studio-pro/11/11.5.md index c961f249260..6c9849be8c8 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.5.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.5.md @@ -81,3 +81,10 @@ weight: 95 * We fixed an issue where the search criteria were not properly cleared when closing the beta history pane. * We fixed a bug where nanoflows would not be exported when re-added to a page after a full deployment cycle. The issue occurred when a nanoflow was removed from a page during hot reload, followed by a full deployment, and then re-added during another hot reload. * We added an example of the client `Data#get()` API for a get-by-path situation and made the entity parameter optional for offline apps (as is the case for online apps). + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index ef512cae6cb..082223010e3 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -74,6 +74,13 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * We fixed a rare race condition related to authtokens. * We fixed a visual bug affecting **Call a nanoflow** action properties of widgets. Depending on the order in which the actions were configured, nanoflow settings of a different property were displayed. +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.6 {#1166} **Release date: May 1, 2026** @@ -133,6 +140,13 @@ Additionally, some Marketplace modules could have an incorrect version string in * PostgreSQL 13 * MariaDB 10.6 +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.5 {#1165} **Release date: April 3, 2026** @@ -194,6 +208,10 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597) * Fixed in [11.6.6](#fix-oracle-sql) +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) ## 11.6.4 {#1164} @@ -224,6 +242,13 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * We fixed an issue when, after rebasing or cherry-picking, the user did not close the push notification bar. Starting with new combination operations in these scenarios led to two visible notification bars. * We fixed an issue in the React client where enabling autofocus on a popup that only contained focusable elements in the header or footer resulted in no element being focused. +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.3 {#1163} **Release date: January 30, 2026** @@ -256,6 +281,13 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * We fixed an issue during local development where system texts would not be updated in the application when hot-reloading. They are now correctly updated without the need to fully restart the server. * We fixed an issue where an **Oops** pop-up window appeared when page actions with return value mappings were copied and pasted or extracted to a snippet. +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.2 {#1162} **Release date: January 12, 2026** @@ -272,6 +304,13 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * We added keyboard accelerators to the **Find Usages** and **Show Call Hierarchy** options in context menus. * We fixed the refresh of commit statuses after **Push** (**Local** > **Synced**) and **Pull** (**On Server** > **Synced**). +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.1 {#1161} **Release date: January 8, 2026** @@ -306,6 +345,13 @@ For more information, see [Mendix Portable Runtime](/developerportal/deploy/port * Curly braces in a [placeholder text](/refguide/text-box/#placeholder-text) (for example, `{Name}`) must now be escaped with an extra opening curly brace (for example, `{{Name}`) to prevent the text from being incorrectly interpreted as a placeholder expression. +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + ## 11.6.0 {#1160} {{% alert color="warning" %}} @@ -408,6 +454,11 @@ Additionally, page parameters can now be marked as **Optional** and be given a * ### Known Issues +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) + #### Mobile * When you [clear history](/refguide/mobile/designing-mobile-user-interfaces/navigation/#combining-closing-and-opening-pages) when navigating from a page without a bottom bar to a page with a bottom bar, the bottom bar does not display. We are aware of this issue and are working on a fix. diff --git a/content/en/docs/releasenotes/studio-pro/11/11.7.md b/content/en/docs/releasenotes/studio-pro/11/11.7.md index 7e2a051c798..bf3e0706d16 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.7.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.7.md @@ -106,3 +106,10 @@ weight: 93 ### Breaking Changes * Curly braces in a [placeholder text](/refguide/text-box/#placeholder-text) (for example, `{Name}`) must now be escaped with an extra opening curly brace (for example, `{{Name}`) to prevent the text from being incorrectly interpreted as a placeholder expression. + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.8.md b/content/en/docs/releasenotes/studio-pro/11/11.8.md index 9b81015f998..431c7eab128 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.8.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.8.md @@ -125,3 +125,10 @@ This ensures your app uses the current ISO 639 standard and avoids future compat * We fixed an issue where autofocus was not enabled for login dialogs and popups shown by the `Show message` action. * We fixed an issue where a TabContainer was not updating the active tab attribute or firing the onChange nanoflow on tab switch when the TabContainer entity was passed as a nanoflow argument. * We fixed an issue where an Oops pop-up window appeared when page actions with return value mappings were copied and pasted or extracted to a snippet. + +### Known Issues + +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/11/11.9.md b/content/en/docs/releasenotes/studio-pro/11/11.9.md index e976800c429..885155565a3 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.9.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.9.md @@ -188,3 +188,7 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat * When using an Oracle database, invalid SQL is generated by the task queue subsystem, causing application startup to fail. (Ticket 275597) * After you import a module with widgets (for example, the Data Widgets module) or just a widget, Studio Pro enters a state where subsequent imports of widget-containing modules silently fail. Studio Pro may appear to complete the import successfully but fails to actually import the module and its widgets. Studio Pro must be restarted to install another module with widgets, it is not sufficient to close the app or the Marketplace. The issue also persists for downloaded modules with widgets that are manually installed.
We are working on the solution for this issue, the fix will be released as soon as possible in the upcoming patched versions. * Fixed in [11.9.1](#fix-module-import) +* A known issue occurs in multiple logic editors due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new microflow, nanoflow or rule, the error above occurs.  The document is created but the editor does not open, preventing further development activities. + * When opening the Logic Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + * Fixed in [11.12.1](/releasenotes/studio-pro/11.12/#fix-t-is-not-a-function) \ No newline at end of file From 39ae026af1d8208cfd56b1397b4083b62b85ef00 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 13 Jul 2026 11:13:42 +0200 Subject: [PATCH 4/5] update 10KI text and metadata --- content/en/docs/releasenotes/studio-pro/10/10.21.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index ed473f987ca..e5c1e45b862 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -5,7 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.21 (including all patch weight: 79 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 -# KI: "When opening, editing, or creating": Zendesk Problem 282636 +# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.21](https://www.mendix.com/blog/mendix-release-10-21-ai-ai-ai-boosting-developer-productivity/) blog post.{{% /alert %}} @@ -28,7 +28,9 @@ weight: 79 * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). -* When opening, editing, or creating a new microflow or workflow in Studio Pro, this error occurs: `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` The microflow or workflow is not created, and the editor does not open, preventing further development activities. +* Two known issues occur due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs.  The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. ## 10.21.0 {#10210} @@ -200,3 +202,6 @@ This improvement simplifies widget code. Widget developers no longer need to set * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* Two known issues occur due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs.  The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file From 2002ea36f31e0ca52f37a67df5cdf0838ab165cd Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 13 Jul 2026 11:22:50 +0200 Subject: [PATCH 5/5] fix language and remove extra space --- .../docs/releasenotes/studio-pro/10/10.21.md | 8 +- .../docs/releasenotes/studio-pro/10/10.22.md | 4 + .../docs/releasenotes/studio-pro/10/10.23.md | 4 + .../docs/releasenotes/studio-pro/10/10.24.md | 127 ++++++++++++++++++ 4 files changed, 139 insertions(+), 4 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.21.md b/content/en/docs/releasenotes/studio-pro/10/10.21.md index e5c1e45b862..d7fb73d18f8 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.21.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.21.md @@ -28,8 +28,8 @@ weight: 79 * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). -* Two known issues occur due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: - * When creating a new workflow, the error above occurs.  The workflow is created but the editor does not open, preventing further development activities. +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. ## 10.21.0 {#10210} @@ -202,6 +202,6 @@ This improvement simplifies widget code. Widget developers no longer need to set * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). -* Two known issues occur due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: - * When creating a new workflow, the error above occurs.  The workflow is created but the editor does not open, preventing further development activities. +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/10/10.22.md b/content/en/docs/releasenotes/studio-pro/10/10.22.md index 17454d6ba18..8725b43883b 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.22.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.22.md @@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.22 (including all patch weight: 78 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 +# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.22](https://www.mendix.com/blog/mendix-release-10-22-and-11-0-beta-1/) blog post.{{% /alert %}} @@ -126,3 +127,6 @@ weight: 78 * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). * When loading a view entity without entity access applied, an exception is thrown if it is then used in a context requiring entity access. (Tickets 257900, 259602, 260557) +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file diff --git a/content/en/docs/releasenotes/studio-pro/10/10.23.md b/content/en/docs/releasenotes/studio-pro/10/10.23.md index c83d039c336..520c1e056b9 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.23.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.23.md @@ -5,6 +5,7 @@ description: "The release notes for Mendix Studio Pro 10.23 (including all patch weight: 77 # KI: "Runtime-only changes": UFC-1647 # KI: "The debugger does not reconnect": UFC-1644 +# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.23](https://www.mendix.com/blog/mendix-release-10-23-and-11-0-beta-2/) blog post.{{% /alert %}} @@ -76,3 +77,6 @@ weight: 77 * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](/releasenotes/studio-pro/10.24/#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file 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 f8f8506e194..bb468a4c2cd 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -4,6 +4,7 @@ url: /releasenotes/studio-pro/10.24/ description: "The release notes for Mendix Studio Pro 10.24 (including all patches) with details on new features, bug fixes, and known issues." lts: true weight: 76 +# KI: "t is not a function": Zendesk Problem 282636 --- {{% alert color="info" %}}For highlights of this release, see the [Mendix Release 10.24](https://www.mendix.com/blog/mendix-release-10-24-studio-pro-a-stable-ide-for-modern-enterprise-development/) blog post.{{% /alert %}} @@ -48,6 +49,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for - Studio Pro on macOS now runs natively on Apple Silicon (arm64). Studio Pro, Version Selector, and command line tools are all built as native Apple Silicon binaries, so they no longer require Rosetta 2 translation layer, resulting in significantly improved performance. Intel-based Macs are no longer supported. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.21 {#102421} **Release date: May 27, 2026** @@ -91,6 +98,12 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * We resolved an OS command injection vulnerability in the Git process runner reported by Veracode. * We fixed an issue when using the Rollup bundler with the React client. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.20 {#102420} **Release date: May 7, 2026** @@ -107,6 +120,12 @@ Mendix Portable Runtime (previously called Portable App Distribution) packages y * We fixed an issue when an older offline client (from a Mendix version below 10.24.17) would fail to synchronize with an **HTTP 560 (Invalid JSONRequest)** error, preventing the offline app from loading. (Ticket 274811) * We added Microsoft-related MIME types. (Tickets 276471, 276598, 276604, 276958) +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.19 {#102419} **Release date: April 24, 2026** @@ -133,6 +152,12 @@ Mendix Portable Runtime (previously called Portable App Distribution) revolution * 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. * We fixed an issue in the JavaScript Action Editor where multiline import statements were not parsed correctly. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.18 {#102418} **Release date: April 21, 2026** @@ -149,6 +174,12 @@ Mendix Portable Runtime (previously called Portable App Distribution) revolution * We fixed an issue where an app could reject valid localized dates for custom date patterns that use month names. This affected patterns with abbreviated month names such as `dd MMM yyyy` and standalone abbreviated month names such as `dd LLL yyyy`, so values like the Dutch `16 mrt 2027 10:02` could be treated as invalid. * We fixed an issue where MxBuild incorrectly reported that the modern web client bundler stopped unexpectedly, while the React client bundler completed normally without errors. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.17 {#102417} **Release date: April 16, 2026** @@ -218,6 +249,12 @@ We changed how Studio Pro stores Marketplace identity data for widgets. This dat * PostgreSQL 13 * MariaDB 10.6 +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.16 {#102416} **Release date: March 11, 2026** @@ -251,6 +288,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We fixed an issue where bundling protected modules used in App Modules would not include JavaScript Actions and other dependencies as expected. * We fixed an issue where deleting a duplicate navigation profile would delete the wrong duplicate profile. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.15 {#102415} **Release date: February 9, 2026** @@ -277,6 +320,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We now parse `StdOut` and `StdError` streams separately when calling git process. This improves the stability of git operations. * We fixed an issue during local development where system texts would not be updated in the application when hot-reloading. They are now correctly updated without the need to fully restart the server. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.14 {#102414} **Release date: January 16, 2026** @@ -331,6 +380,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We upgraded the AWS S3 library used for S3 file storage backend from version 1 to 2. This new version of the library has stricter configuration handling and only supports AES for client side encryption. More information can be found in [Amazon S3 SDK Upgrade](/refguide10/amazon-s3-sdk-upgrade/) and [S3 Storage Service Settings](/refguide10/custom-settings/#amazon-s3-storage-service-settings). * Added a consistency check for code actions that have a file name that does not match the casing of the document name, which could cause issues on certain operating systems and when deploying to the cloud environment. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.13 {#102413} **Release date: December 2, 2025** @@ -357,6 +412,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * Only log 404 errors in development mode to reduce log noise in production environments. Server access logs should be used for 404 tracking in production. * We fixed a bug where the File Uploader would not be clickable when nested in a container. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.12 {#102412} **Release date: December 1, 2025** @@ -391,6 +452,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We fixed an issue where `Core.getLicenseInformation().products()` did not return a numeric value if the value was larger than `2147483647`. * We fixed a bug where nanoflows would not be exported when re-added to a page after a full deployment cycle. The issue occurred when a nanoflow was removed from a page during hot-reload, followed by a full deployment, and then re-added during another hot-reload. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.11 {#102411} **Release date: November 4, 2025** @@ -419,6 +486,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * Microsoft SQL Server 2019 * MySQL 8.0 +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.10 {#102410} **Release date: October 30, 2025** @@ -457,6 +530,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We fixed an issue with using a dash `-` in the *Organization Name* of a pluggable widget. * We fixed an issue where building an app in a different culture would result in decimal numbers changing their decimal separator. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.9 {#10249} **Release date: October 6, 2025** @@ -482,6 +561,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We fixed an issue in Studio Pro where restarting Windows with an open app and then opening the app again would result in a warning dialog window about the app already being open. * We fixed an issue where task queue tasks were not able to mark themselves as completed after execution. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.8 {#10248} **Release date: September 24, 2025** @@ -505,6 +590,12 @@ We fixed an issue where long-running after-startup microflows caused other nodes * We fixed an issue in consumed REST services where choosing an OpenAPI contract without any operations would result in an error. * We fixed an issue where a warning was logged on startup about an already registered Jetty gauge when multiple listening addresses are specified. The connection metrics for Jetty are added per listening address and they now contain a tag `port` with the port number and a tag `host` if a host is specified. This is applicable to the metrics `jetty.connections.bytes.in`, `jetty.connections.bytes.out`, `jetty.connections.current`, `jetty.connections.max`, `jetty.connections.messages.in`, `jetty.connections.messages.out`, and `jetty.connections.request`. Be aware of the fact that there are usually two listening addresses when you specify **Open to current machine** for Runtime port security, for example 127.0.0.1 and ::1. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.7 {#10247} **Release date: September 19, 2025** @@ -539,6 +630,12 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * We fixed an issue where pages with a mix of persistent and non-persistent entity parameters did not load properly the first time. * We fixed an issue affecting file saving which made named files appear untitled. Previewed file names now work as intended. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.6 {#10246} **Release date: September 11, 2025** @@ -585,6 +682,12 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Microsoft SQL Server 2019 * MySQL 8.0 +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.5 {#10245} **Release date: September 8, 2025** @@ -613,6 +716,12 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * It fixes the issue where the sign in dialog was displayed when committing a change in Studio Pro which was already open. * It fixes the PMP Git issue where wrong credentials were fetched from the Windows credentials store. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.4 {#10244} **Release date: August 19, 2025** @@ -634,6 +743,12 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * We removed the numeric part of IDs in the HTML and added `l` or `p` prefixes for layouts and pages. For example, `89.PCP.MyApps_Overview.snippetCall4` will now be `p.PCP.MyApps_Overview.snippetCall4` instead. The purpose of those numeric parts was to ensure uniqueness of the IDs, however, they are actually not needed here as a page and layout already have unique identifiers. Furthermore, their pseudo-random nature meant that rebuilding an application resulted in more changes than needed, limiting the cachability of Mendix applications. +### Known Issues + +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. + ## 10.24.3 {#10243} **Release date: August 7, 2025** @@ -673,6 +788,9 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Fixed in [10.24.4](#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. ## 10.24.2 {#10242} @@ -719,6 +837,9 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Fixed in [10.24.4](#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. ## 10.24.1 {#10241} @@ -765,6 +886,9 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Fixed in [10.24.4](#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. ## 10.24.0 {#10240} @@ -841,3 +965,6 @@ We have retracted version 10.24.7 due to an issue in database schema migration. * Fixed in [10.24.4](#fix-debugger-runtime-only) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-runtime-only). * In the React client, the debugger does not reconnect when restarting an app. * Fixed in [10.24.4](#fix-debugger-reconnect) and [11.1.0](/releasenotes/studio-pro/11.1/#fix-debugger-reconnect). +* A known issue occurs in two ways due to the `t is not a function. Please Close and reopen this UI component. If the issue persists, contact Mendix Support.` error introduced by Microsoft Edge WebView 2 version 150: + * When creating a new workflow, the error above occurs. The workflow is created but the editor does not open, preventing further development activities. + * When opening the Workflow Recommender or the UI Recommender, the error above occurs, breaking the editor and preventing further development activities. Closing and opening the editor will clear the error. \ No newline at end of file