Skip to content

Releases: CosmicMind/Material

NavigationBar

02 Dec 01:48
Compare
Choose a tag to compare
  • issue-597: Fixed an issue where NavigationBar was not adjusting to all sizes correctly when using modal presentation styles.
  • Fixed an issue when cornerRadius was not being calculated correctly when the CALayer was rotated.

Snackbar

01 Dec 03:24
Compare
Choose a tag to compare
  • issue-612: Fixed issue where SnackbarController was not resizing correctly.
  • issue-615: Added snackbarEdgeInsets and snackbarEdgeInsetsPreset to position the Snackbar from the SnackbarController's edges.

Grid & StatusBar

28 Nov 17:50
Compare
Choose a tag to compare
  • issue-613: Fixed an issue where the Grid system was not laying out in all cases that it should.
  • Removed statusBarStyle and isStatusBarHidden properties from RootController types, in favor of using the Application class. StatusBarController now provides statusBarStyle and isStatusBarHidden properties.

NavigationDrawerController

25 Nov 23:00
Compare
Choose a tag to compare
  • issue-553: Fixed an issue where the NavigationDrawerController.leftViewController was sizing incorrectly.

RootController

24 Nov 23:07
Compare
Choose a tag to compare
  • issue-610: Fixed issue where the RootController.rootViewController was not transitioning correctly when using certain UIViewController types.

ContentViewAlignment

24 Nov 17:49
Compare
Choose a tag to compare
  • Added the ability to modify the contentViewAlignment of a NavigationItem dynamically.
  • Renamed the ContentViewAlignment.any value to ContentViewAlignment.full.

Card Types

21 Nov 21:12
Compare
Choose a tag to compare
  • Minor updates to Card types for code clarity.

ImageCard

21 Nov 20:58
Compare
Choose a tag to compare
  • Fixed issue where ImageCard was not ordering the UIImageView behind the Toolbar correctly.

Motion & CAAnimation

21 Nov 03:00
Compare
Choose a tag to compare
  • Fixed an issue where iOS animations with Motion were not correctly writing their end value using CAAnimationDelegate.

NavigationBar

20 Nov 00:48
Compare
Choose a tag to compare
  • Fixed an issue where the NavigationBar.backButton was not placed at the most left position when present.