Releases: mendix/Atlas-UI-Framework
Releases · mendix/Atlas-UI-Framework
Atlas UI 2.1.1
New
- We made the icon in the password field on the login pages clickable, so you can hide/show your password
- We added more flex helperclasses
Removed
- We removed the default left and right border of a listview for web
- We removed the default border radius of a listview for web
- We removed the
display: block
from.text-*
helperclasses for web
Fixed
- We removed the selectionColor of input errors to fix the invisible error text for native
- Added
!important
to the flex helperclasses to make sure they will be applied for web - We fixed an issue where some native files used an import with the wrong path specified
- We added the missing hover classes again for datagrids, templategrids and listviews for web
Changed
- Moved version file ./manifest.json to:
- styles/native/core
- styles/web/sass/core
Atlas UI 2.1.0
New
- We split the core styles of widgets into two files. This is done for native and web styling folders. Now, core/widgets/ will contain the default widget styling and core/helpers/ will include the widgets' design properties and extra classes.
- We seperated styles/native/core/base/helperclasses.js into the new flex.js, spacing.js, and helperclasses.js files. The helperclasses.js file has been moved to styles/native/core/helpers/helperclasses.js.
- We seperated styles/web/sass/core/base/helperclasses.js into the new flex.js, spacing.js, and helperclasses.js files. Thehelperclasses.js file has been moved to styles/web/sass/core/helpers/helperclasses.js.
Fixed
- We fixed an issue where the placeholder for date inputs was not shown on mobile devices
- We fixed an issue where authentication input widgets were rendered in the wrong flex direction
Changed
- We renamed styles/web/sass/resources to styles/web/sass/ui_resources
- We renamed styles/web/sass/resources/atlas_resources_default to styles/web/sass/ui_resources/atlas_ui_resources
- We renamed styles/native/resources to styles/native/ui_resources
- We renamed styles/native/resources/atlas-resources-default to styles/native/ui_resources/atlas_ui_resources
Atlas UI 2.0.0
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)
Atlas UI 1.2.4
Solved Issues:
- Phone preview not looking as expected when profile is not hybrid phone
Atlas UI 1.2.3
New:
- Updated hybrid phone preview image
Solved Issues:
- Interpolation issue in calc function
- variable $navtobbar-sub-color-active was invisible on white background
- Autocompletion security risk in login pages
- Cacheburst in components.json
Atlas UI 1.2.2
Solved Issues:
- Bugfix Input with button was unclickable
Atlas UI 1.2.1
New Features:
- Updated phone & tablet preview pages
Solved Issues:
- Removed duplicate code
Atlas UI 1.2.0
New Features:
- Redesign login pages
- Added chat building blocks
- Added animations on widgets
- Added phone & tablet preview pages
Solved Issues:
- Fixed responsiveness bugs
- Fixed invisible text in input fields on iOS devices
Atlas UI 1.1.1
New features:
- Use config.json to specify wich css files the theme uses.
Solved issues:
- Fixed IOS bug for Atlas_Default layout where you don't see the submenu of the navigation.
- Fixed IOS bug where the text within the date-picker is not centred correctly
- Replaced old variables that were still used for the new variables
Atlas UI 1.1.0
New features:
- Added new design properties for containers, possible to select background colors
- Added new Charting Widgets
- Added new Charting Building Blocks
- Added new Page Templates for Charts
- Added List Controls Widgets
- Added List Controls Building Blocks
- Added documentation pages for alignment building blocks in Atlas UI
Solved issues:
- Not possible to set navigation height and padding because of missing variables
- Datagrid small cell spacing is missing dollar sign in the last variable
- Repaired broken links on Atlas UI site for Page Templates
- Reference Set Selector now have default Page Templates connected when generating a new page
- Updated the look & feel for the default Mendix Image Upload Widget
- Default Mendix Image widget has design properties available in the Web Modeler and can be changed through settings.json