Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "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 %}}
Expand All @@ -27,6 +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).
* 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}

Expand Down Expand Up @@ -198,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).
* 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.
4 changes: 4 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down Expand Up @@ -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.
4 changes: 4 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down Expand Up @@ -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.
Loading