Skip to content

Atlas UI 2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wegiswes wegiswes released this 09 Jul 09:46
cbcdf85

New

  • We added native styling capabilities so that you can customize the look and feel of native apps. For more information, see Native Styling

  • We added the following files:

  • ./settings-native.json – Used for native design properties
  • ./com.mendix.charts.json – Used for custom charts widgets
  • ./manifest.json – Used for framework versioning
  • ./.stylelintrc – Used for SASS lint configuration
  • ./.prettierrc – Used for Prettier configuration
  • ./styles/web/sass/core/widgets/checkbox.scss – Used for custom checkbox widgets
  • ./styles/web/sass/core/widgets/datepicker.scss – Used for datepicker widgets
  • ./styles/web/sass/core/widgets/radiobuttons.scss – Used for custom radio button widgets
  • ./styles/web/sass/core/_legacy/_mxui.scss – Locally included so it can be integrated into Atlas over time
  • ./styles/web/sass/core/_legacy/bootstrap/bootstrap.scss – Locally included so it can be integrated into Atlas over time
  • ./styles/web/sass/core/_legacy/bootstrap/bootstrap-rtl.scss – Locally included so it can be integrated into Atlas over time

Removed

  • We removed the config.rb file
  • We removed imports of mxui.css, bootstrap.css and bootstrap-rtl.css in HTML files

Fixed

  • We have updated Atlas to work with the Mendix 8 DOM changes see Mendix 8 DOM changes
  • We fixed a Mendix Studio error which prompted users for a missing file when using the charts widget

Changed

  • ./styles/sass/custom/custom.scss is renamed to ./styles/web/sass/app/_custom.scss which means that the SASS will now transpile into one CSS file (main.css) instead of 2 (lib.css and custom.css)