All Versions
224
Latest Version
Avg Release Cycle
14 days
Latest Release
2003 days ago

Changelog History
Page 1

  • v3.1.8 Changes

    September 23, 2019
    • ๐Ÿ›  pr-1269: Fixed Xcode 11 crash, where layoutMargins are not available before iOS 13.
    • ๐Ÿ“ฆ pr-1270: Fixed missing argument in Swift Package Manager.

    • ๐Ÿš€ Updated to Motion 3.1.3.

  • v3.1.7 Changes

    September 11, 2019
    • ๐Ÿ›  Fixed Grid issues, where the layout calculations were being deferred and causing inconsistencies in layouts.
    • ๐Ÿš€ Updated to Motion 3.1.2.
  • v3.1.6 Changes

    June 27, 2019
    • ๐Ÿ›  issue-1245: Fixed issue where completion block was not executed when calling Switch.toggle.
  • v3.1.5 Changes

    June 24, 2019
    • pr-1248: Exposed Obj-C methods for NavigationDrawerController.
      • issue-1247: Several methods in NavigationDrawerController not visible in Obj-C.
  • v3.1.4 Changes

    May 28, 2019
    • ๐Ÿ›  pr-1239: Fixed regression with intrinsic content sizing in Switch control.
    • ๐Ÿ›  pr-1240: Fixed prepare method called twice.
      • issue-1215: prepare() is called twice on NavigationDrawerController.
  • v3.1.3 Changes

    May 24, 2019
    • โž• Added installation instructions to README.

    • pr-1236: Added Layout relations.

      • issue-1220: Support all relations for Layout constraints.
  • v3.1.2 Changes

    May 21, 2019
    • ๐Ÿ›  pr-1233: Fixed Layout breaks - subview ordering.
  • v3.1.1 Changes

    May 20, 2019
    • ๐Ÿ›  pr-2131: Storyboard TextField fixes.
      • issue-1229: TextField's tintColor doesn't support user setting.
      • issue-1230: Button's title font doesn't support user setting.
  • v3.1.0 Changes

    May 16, 2019
    • โšก๏ธ Updated to swift 5.
  • v3.0.0 Changes

    May 16, 2019
    • โšก๏ธ Updated to swift 4.2.
    • ๐Ÿ›  pr-1124: Fixed issue-1123, TextField is not scrolling.
      • issue-1123: TextField is not scrolling when inputing characters and using a large Font size.
    • pr-1126: Cleaned up TextField.
    • pr-1130: Addressed multiple issues.
      • issue-1125: TextView with animated placeholder.
      • issue-1127: TextView auto-adjust height based on text lines.
      • issue-1128: TextField animates weird when text alignment is .right and we have textInset.
      • Removed textInset: CGFloat and added textInsets: EdgeInsets to TextField.
    • pr-1134: Added swipe feature to BottomNavigationController.
      • issue-1132: BottomNavigationController same swipe behaviour as TabsController.
    • pr-1147: Allow framework to be linked from extensions.
    • pr-1151: New features.
      • Added left/right/above/below directions to DepthPreset.
      • Added .custom(x) case for HeightPreset.
      • Added support for heightPreset in BottomNavigationController. issue-1150
    • pr-1165: Added interactive swipe.
      • issue-1135: Convert swiping in TabsController and BottomNavigationController to interactive.
    • pr-1115: Introducing Theming to Material.
    • ๐Ÿ”Š pr-1173: Added dialogs.
    • pr-1174: Added disabling theming globally and per-class.
    • pr-1183: Added global theme font.
    • pr-1185: Reworked layout system.
    • ๐Ÿ›  pr-1186: Fixed SnackBar laid out incorrectly.
    • pr-1187: Added option for disabling snackbar layout edge inset calculation