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
2 changes: 2 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: "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 %}}
Expand All @@ -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.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recieving text from an SME on this


## 10.21.0 {#10210}

Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}
Expand Down Expand Up @@ -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.
Loading