Releases: CosmicMind/Material
Releases · CosmicMind/Material
TransitionController
- issue-1016: Updated hierarchy traversal for TransitionController types to no longer skip over non TransitionController types.
Unbalanced Calls
- 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.
Unbalanced Calls
- Updated to Motion 1.3.2.
- Fixed unbalanced calls in Motion transitions.
Motion
- Updated to Motion 1.3.1.
Motion
- Updated to Motion 2.3.0.
NavigationDrawerController
- issue-997: Fixed NavigationDrawerController where swiping off device caused a partial correct state.
CollectionView
- Fixed layout issues in CollectionView, where the sizing was not correctlly being initialized.
- issue-495: Made TextField.textInset available in Obj-C.
NavigationBar
- pr-979: Added
visibilityOff
icon and updatedTextField
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.