Mendix Studio pro

9.12.11
Stable
April 06, 2023
Mendix Studio Pro is our low-code IDE for professional developers. It's a powerful visual model-driven development environment to build apps on the Mendix Platform. With Studio Pro you can easily create, change, integrate, test and deploy your applications, all in one place. Moreover, you can manage branch lines and security as well as extend your app with custom code using the built-in editors. Click 'Download Studio Pro' to get the installer for free (Windows OS required*). Learn more about the installation and the Studio Pro capabilities in our documentation. Not a professional developer? Learn How Mendix supports different developer profiles .Before installing, please read the Release Notes to learn about improvements, bug fixes, backwards compatibility, breaking changes and known issues. *If you are using a Mac, check out these instructions first.
Release Notes - **Release date: April 6th, 2023** ### Improvements * We added support for the following database versions: * MariaDB 10.11 * Microsoft SQL Server 2022 * Oracle 21c * PostgreSQL 15 ### Fixes * We fixed an issue that caused a list view with an XPath data source to show incorrect results if it used variables in its XPath constraint and a controlling custom widget (like [List View Controls](https://docs.mendix.com/appstore/widgets/list-view-controls/) or [Auto-Load More](https://docs.mendix.com/appstore/widgets/auto-load-more/)) was present on the same page. We improved the consistency check on the use of XPath variables to disallow this combination, but only if the custom widget is actually controlling that specific list view. (Ticket 154306, 174664) * We fixed an issue where a reference selector with an XPath data source using a **Constrained by** condition incorrectly cleared its value if it was inside a data view listening to a widget and the selection of that widget changed. (Ticket 162340) * We fixed an issue where pluggable widgets (such as [Data Grid 2](https://docs.mendix.com/appstore/modules/data-grid-2/)) with a microflow or nanoflow data source sorted an AutoNumber attribute alphabetically instead of numerically. (Ticket 172287) * We fixed an issue where the list view search did not work if an AutoNumber attribute was included in the search. (Ticket 176396) ### Deprecations * We dropped support for MariaDB 10.2, as it is no longer supported by the vendor. ### Breaking Changes * We removed support for the `FileID` parameter in the File API.