Skip to content

Releases: mendix/Atlas-UI-Framework

Atlas UI 2.4.1

07 Feb 15:01
Compare
Choose a tag to compare

Atlas Framework 2.4.1

New

  • We added the oldNames to settings.json to fix migration issues

Atlas UI 2.4.0

05 Feb 16:30
Compare
Choose a tag to compare

WARNING: This release contains some changes which could break your custom styling. Please read the changes below carefully. If you are not sure, create a branch in your Mendix app and test the Atlas update there.

Atlas Framework 2.4.0

New

  • Web: We added styles for the updated layoutgrid
  • Web: We added more helper classes for the display property
  • Native: We added styles for the new layoutgrid
  • Native: We added variables for the brand, tabcontainer & badge
  • Native: We added more design properties
    • spacing
    • button styles
  • Native: We added more classes
    • borderTop
    • btnLarge
    • btnIconGrayRounded
    • progressCircleGray
    • progressCircleSmall

Removed

  • We removed the variable button.fontSizeIconSmall

Fixed

  • Native: We fixed a issue with the datepicker, dropdown & reference selector where the backgroundColor didn't change when darkMode was used
  • Web: We fixed an issue where the sidebar was overflowing in a tablet layout
  • Web: We fixed the design properties for the image widgets StaticImageViewer and DynamicImageViewer

Changed

  • Web: We changed the media breakpoints to align with Bootstrap 4
  • Web: We updated the styles related to card building blocks
  • Web: We updated the styles related to heroheader building blocks
  • Web: We updated the styles related to master detail building blocks & page templates
  • Web: We updated the design properties related to Hide on [device] to use different classes
  • Web: We changed the styles related to chat building blocks & page templates
  • Native: We renamed listItemIconBig to listItemIconLarge
  • Native: We updated the styles for the badge

Atlas UI 2.3.1

26 Nov 16:45
Compare
Choose a tag to compare

New

  • Native: We added more button variables

Fixed

  • Web: We fixed some issues related to inputs on IE11
  • Web: We removed padding inside a scrollcontainer
  • Web: We fixed hover styles on the listview

Atlas UI 2.3.0

28 Oct 16:26
Compare
Choose a tag to compare

Mendix Version: 8.3.0

New

  • Native: We added styles for the new list view swipe widget
  • Native: We added styles for the new intro screen widget
  • Native: We added more background colors as design properties
  • Native: We added more helperclasses for spacing, every spacing variable now has a related spacing class

Removed

  • Native: We removed the default marginBottom from the text headers

Atlas UI 2.2.0

23 Oct 11:48
Compare
Choose a tag to compare

Mendix Version: 8.3.0

New

  • We added a feature which changes the app theme based on the OS theme (custom-variables.js)
  • Android only: We added a ripple color to images
  • We added more styling capabilities for the statusbar, topbar & bottombar on native

Fixed

  • We added the missing validationMessage property for some input widgets on native
  • We added the missing fontSize for the dropdown and reference selector on native
  • We fixed some listview issues related to hover/striped on web
  • We removed the default striped styling for the datagrid on web
  • We changed the static value to a variable for the default button border color on web

Atlas UI 2.1.6

01 Oct 09:27
Compare
Choose a tag to compare

Fixed

  • We removed duplicate use of !default in the variables
  • We changed the color of the active navitem so it used the right variable
  • We removed the unnecessary padding from the select element

Atlas UI 2.1.5

20 Sep 13:18
Compare
Choose a tag to compare

New

  • We added variables to configure whether you want to use !important for helperclasses on web
  • We added styles for the progress indicator on native
  • We added design properties for the native animation widget

Fixed

  • We fixed an issue where the height of an textarea was wrong on web
  • We fixed an issue where the flex direction of form groups were wrong on web (responsive)
  • We fixed an issue where the fontsize of the caption of the ActionButtonHeader was using the wrong property on native
  • We fixed an issue where the progress indicator was invisible on hybrid phone
  • We added the fontFamily and fontSize property on all relevant, stylable elements on native

Atlas UI 2.1.4

10 Sep 15:47
Compare
Choose a tag to compare

Added

  • We added specific listview variables for native

Fixed

  • We fixed the flickering of the scrollbar when switching between edit and select pages

Atlas UI 2.1.3

06 Sep 08:56
Compare
Choose a tag to compare

Fixed

  • We fixed the unscrollable listview in a select page

Atlas UI 2.1.2

05 Sep 09:14
Compare
Choose a tag to compare

New

  • We added new variables for the button widget on native
  • We added new variables for the topbar and bottombar on native
  • We added the classes justifyContentStart, alignChildrenStart and alignContentStart for native

Fixed

  • We removed the list styles for the navigation list on web
  • We added padding to the simple menu bar widget when a iPhone X or similar devices are used on web
  • We made the listview styling more specific so nested listviews will not inherit styling on web
  • We removed overflow: auto from .mx-window-body to hide the unneeded scrollbar in a popup layout on web
  • We fixed the alignment of the text and caret inside .form-control.mx-selectbox on web
  • We added missing inputDisabled, inputError and validationMessage styling for vertical checkboxes on native
  • We added backgroundColor to pickerTopIOS for the dropdown and reference selector on native