Skip to content

Releases: CosmicMind/Material

TransitionController

09 Jan 15:10
Compare
Choose a tag to compare
  • issue-1016: Updated hierarchy traversal for TransitionController types to no longer skip over non TransitionController types.

Unbalanced Calls

07 Jan 23:07
Compare
Choose a tag to compare
  • 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

05 Jan 16:59
Compare
Choose a tag to compare
  • Updated to Motion 1.3.2.
  • Fixed unbalanced calls in Motion transitions.

Motion

29 Dec 15:40
Compare
Choose a tag to compare

Motion

20 Dec 20:07
Compare
Choose a tag to compare

NavigationDrawerController

07 Dec 18:20
Compare
Choose a tag to compare
  • issue-997: Fixed NavigationDrawerController where swiping off device caused a partial correct state.

CollectionView

05 Dec 19:46
Compare
Choose a tag to compare
  • Fixed layout issues in CollectionView, where the sizing was not correctlly being initialized.
  • issue-495: Made TextField.textInset available in Obj-C.

NavigationBar

24 Nov 19:01
Compare
Choose a tag to compare
  • 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.

Layout

15 Nov 20:29
Compare
Choose a tag to compare
  • 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.

StatusBar

08 Nov 17:15
Compare
Choose a tag to compare
  • issue-957: Fixed StatusBar height issue in iOS 9 and iOS 10.