You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We upgraded all widgets to pluggable widgets that use React
We removed the ability to export to CSV in LogOverviewSnippet due to no support for it in data grid 2. It is still possible to export to Excel
We upgraded the module to Mendix version 10.21.0 to make it compatible with future versions of Mendix
We removed usages of deprecated methods in com.mendix.core.Core from the implementation
We fixed an issue where logging an object that specializes System.User with no association to AuditTrail.Log entity still created logs but using the wrong association. This now results in an error.
We fixed an issue where logging an object that specializes System.User with an association to AuditTrail.Log entity resulted in the wrong author was being logged. (Ticket 238696)
We updated the HTML Element widget dependency to version 1.2.2