Atlas UI 2.6.0
Atlas Framework 2.6.0
BREAKING
Make sure to update the native mobile resources module to v1.2.0 so the native popup menu has the correct style property names.
New
- Native: We added a new styling property for the bottom sheet.
com_mendix_widget_native_bottomsheet_BottomSheet.modalItems.container
.
Fixed
- We fixed the login redirect cookie so it also works in iframes.
Changed
- Native: We updated the properties of the Popup menu
| Old | New |
| --- | --- |
|basic: { containerStyle: ... }
|basic: { container: ... }
|
|custom: { containerStyle: ... }
|custom: { container: ... }
|