-
Notifications
You must be signed in to change notification settings - Fork 772
11.6.4 SP RNs #10777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ConnorLand
wants to merge
6
commits into
development
Choose a base branch
from
ctl-11.6.4-RNs
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+29
−0
Open
11.6.4 SP RNs #10777
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
317d35b
upload RNs
ConnorLand 099cc34
Edit
ConnorLand 101156f
Reorder fixes
ConnorLand 7534560
Add Apps link and edit
ConnorLand 9b83fc5
Clarify the UI term
Yiyun333 0807859
Delete removed widget performance feature
ConnorLand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,36 @@ weight: 94 | |
| mts: true | ||
| --- | ||
|
|
||
| ## 11.6.4 {#1164} | ||
|
|
||
| **Release date: February ____, 2026** | ||
|
|
||
| {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.4" text="Go to Marketplace" title="Download version 11.6.4 from the Marketplace" %}} | ||
|
|
||
| ### Improvements | ||
|
|
||
| - We improved performance for repeatable containment widgets that contain an input widget, when not running the React client. This improvement is particularly noticeable in scenarios where a Data Grid 2 widget has multiple columns configured with custom content containing input widgets. (Ticket 251521) | ||
| - The macOS installer now includes the Mendix Version Selector. This enhancement allows macOS Studio Pro users to open applications directly from **Apps**, double-click MPR/MPK files to open them, and utilize the `Start from Maia` feature within the Mendix Portal. | ||
|
||
| - We renamed Studio Pro on macOS to Mendix Studio Pro. | ||
| - We improved handling of cases where a user is deleted concurrently while a session is retrieved for the same user. | ||
| - We improved the `Set all to` toggle in the entity access rules editor so that when some members have access rights and others don't, the toggle now disables all rights instead of enabling them. This prevents the `Write` toggle from unexpectedly affecting read access. | ||
|
|
||
| ### Fixes | ||
|
|
||
| - We fixed an issue where an Oops pop-up window appeared with conditional editability settings when a page contains multiple widgets with the same name, for example as a side effect of a merge. (Ticket 264502) | ||
| - We fixed an issue in offline apps that could result in errors like "[Synchronization] SQLiteError: table mx10414574138294561$_guidToTable has no column named inaccessibleAttrs" by ensuring database migrations happen properly for all users in the client database. (Tickets 264910, 265393, 269740) | ||
| - We fixed the NullPointerException which occurred when a session token was being generated but the user name was changed in the meantime. (Ticket 265403) | ||
| - In the logic editors, we fixed an issue when Show Message activity could have an empty caption after initial loading of the microflow. (Ticket 268024). | ||
| - In the logic editors, we fixed an issue when Extracting submicroflow the sequence flow in the original microflow had invalid condition value, and extracted microflow was missing one. (Ticket 269233). | ||
| - We fixed an issue where a long-running after startup microflow causes the node to be assumed crashed by other nodes. (Ticket 269993) | ||
| - We fixed an issue where an Oops pop-up window appeared with conditional editability settings when a widget referenced a default variable. (Ticket 270420) | ||
| - We fixed an issue where an Oops pop-up window was displayed when a widget with a data source contained expressions referring to unavailable variables. (Ticket 270865) | ||
| - We fixed an issue where, when downloading a widget from the Marketplace or updating a widget via the widget updater, the widget MPK file would become corrupted. This corruption led to an error dialog appearing in Studio Pro when attempting to read the widget package. (Tickets 270889, 271134) | ||
| - We fixed an issue where SVGs failed to render in the offline profile. | ||
| - We fixed an issue that when document was modified on one source and deleted on other during combination process user had no option to resolve a conflict by deleting a document. | ||
| - We fixed an issue when after performing rebase or cherry-pick when user did not close the push notification bar and started with new combination operation could end up with 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. | ||
|
|
||
| ## 11.6.3 {#1163} | ||
|
|
||
| **Release date: January 30, 2026** | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.