CosmicMind Material Versions Save

A UI/UX framework for creating beautiful applications.

2.13.4

6 years ago
  • issue-1016: Updated hierarchy traversal for TransitionController types to no longer skip over non TransitionController types.

2.13.3

6 years ago
  • issue-1015: Fixed regression where view lifecycle functions were not being called.
  • Motion disabled by default for NavigationController to avoid unbalanced calls to view lifecycle when presenting a NavigationController modally.
  • Updated to Motion 1.3.3.

2.13.2

6 years ago
  • Updated to Motion 1.3.2.
  • Fixed unbalanced calls in Motion transitions.

2.13.1

6 years ago

2.13.0

6 years ago

2.12.19

6 years ago
  • issue-997: Fixed NavigationDrawerController where swiping off device caused a partial correct state.

2.12.18

6 years ago
  • Fixed layout issues in CollectionView, where the sizing was not correctlly being initialized.
  • issue-495: Made TextField.textInset available in Obj-C.

2.12.17

6 years ago
  • pr-979: Added visibilityOff icon and updated TextField to utilize it.
  • issue-982: Updated Icon let declarations to var declarations to allow custom icon sets.
  • issue-980: Added @objc to extension properties in Material+UIView.
  • issue-650: Fixed issue where NavigationBar.backButton would incorrectly be laid out when caching view controllers.
  • issue-973: Fixed issue where Button.prepare was not being called in the correct order.

2.12.16

6 years ago
  • issue-965: Removed duplicate prepare call in initializer.
  • Rework of Layout's internal process - removed an async call to layout views.
  • Updated the layout calls for FABMenu's fabButton.

2.12.15

6 years ago
  • issue-957: Fixed StatusBar height issue in iOS 9 and iOS 10.