Releases: mendix/Atlas-UI-Framework
Releases · mendix/Atlas-UI-Framework
Atlas UI 2.6.1
Atlas Framework 2.6.1
New
- Web: We added styles for the new tabcontainer badge
- Native: We added styles for the new tabcontainer badge
Fixed
- Web: We fixed an issue where the slider tooltip was not visible when the slider was inside a popup.
- Native: We fixed an issue where the dropdown didn't have the correct styling in dark mode
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: ... }
|
Atlas UI 2.5.7
New
- Native: We added a design property to hide the border in the header
- Native: We updated the reference selector to use the new uniform dropdown
Fixed
- Native: We fixed darkmode for the popup menu widget
Atlas UI 2.5.6
New
- Native: We added styles for the new dropdown widget
Fixed
- Web: We added accessibility styles to the switch widget
Atlas UI 2.5.5
New
- Native: We added design properties for the
TextBox
andTextArea
that allow you to change the capitalization. - Native: We added styles for the new popup menu widget.
Removed
- Web: We removed the default hover styles on the listview
Fixed
- Web: We fixed an accessibility issue in the sidebar
Changed
- Native: The path to the native styling changed from
theme/styles/native
totheme/styles/native/js
Atlas UI 2.5.4
New
- Native: We added default styles for the new Bottom Sheet Widget
- Native: We added default styles for the new Background Image Widget
- Native: We added the
activeLabel
property to the tabcontainer - Native: We added a new page class named
pageHeaderBorderNone
- Native: We added a new button class named
btnIcon
Atlas UI 2.5.3
Aligning version with Atlas UI Resource module
Atlas UI 2.5.2
Atlas Framework 2.5.2
Fixed
- Native: import / export issue of the
adjustFont
function
Atlas UI 2.5.1
Atlas Framework 2.5.1
Fixed
- Web: We fixed an issue where the
aria-disabled=false
property caused a link to become unclickable - Native: We fixed an issue where the
adjustFont
function wasn't called in time on old (iOS) devices
Atlas UI 2.5.0
New
- Web: We added a robots.txt file for crawling purposes
- Native: We added
maxWidth: '100%'
&maxHeight: '100%'
to the image widgets - Native: We added styles for the carousel
Removed
- Native: We removed the bottom border in the iOS header
Fixed
- Web: We made accessibility improvements for the button
- Web: We made accessibility improvements for the reference selector
- Web: We made accessibility improvements for the file input
- Native: We fixed a theming issue in the iOS datepicker
Changed
- Native: We decreased the contrast for
btnIconSecondary
- Native: We switched the maps
alignSelf: 'stretch'
withflex: 1
- Native: We changed the maps
aspectRatio
from4 / 3
to4 / 2