Skip to content

Releases: mendix/Atlas-UI-Framework

Atlas UI 2.6.1

25 Aug 09:25
428e26d
Compare
Choose a tag to compare

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

23 Jul 14:43
aadbcc7
Compare
Choose a tag to compare

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

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

07 Jul 07:59
41c32b3
Compare
Choose a tag to compare

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

27 May 07:45
e6d2b9b
Compare
Choose a tag to compare

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

29 Apr 11:26
0bd5547
Compare
Choose a tag to compare

New

  • Native: We added design properties for the TextBox and TextArea 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 to theme/styles/native/js

Atlas UI 2.5.4

31 Mar 12:31
1c016cb
Compare
Choose a tag to compare

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

04 Mar 11:53
94997c6
Compare
Choose a tag to compare

Aligning version with Atlas UI Resource module

Atlas UI 2.5.2

03 Mar 10:30
Compare
Choose a tag to compare

Atlas Framework 2.5.2

Fixed

  • Native: import / export issue of the adjustFont function

Atlas UI 2.5.1

02 Mar 07:52
Compare
Choose a tag to compare

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

27 Feb 11:04
Compare
Choose a tag to compare

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' with flex: 1
  • Native: We changed the maps aspectRatio from 4 / 3 to 4 / 2