Skip to content

Atlas UI 2.1.0

Compare
Choose a tag to compare
@wegiswes wegiswes released this 01 Aug 09:56
· 487 commits to release since this release

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