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

Changelog History
Page 14

  • v1.42.4 Changes

    • ๐Ÿ›  Fixed issue where left and right view controllers are not enabled on NavigationDrawerController (issue-452).
  • v1.42.3 Changes

    • ๐Ÿ›  Fixed an issue where MaterialSwitch was exposing a memory leak with its delegate (issue-449).
    • ๐Ÿ›  Fixed a regression where FabButton was losing shape (issue-450).
    • โšก๏ธ Updated property enableHideStatusbar to enableHideStatusBar for NavigationDrawerController.
    • โšก๏ธ Updated CGRectZero to CGRect.zero.
  • v1.42.2 Changes

    • ๐Ÿ›  Fixed an issue where Toolbar and NavigationBar title alignment was off with a detail value of "" (issue-445).
    • ๐Ÿ›  Fixed an issue where NavigationDrawerController was crashing when transitioning between rootViewController (issue-444).
  • v1.42.1 Changes

    • ๐Ÿ›  Fixed issue with NavigationDrawerController rightView not aligning correctly when rotating device.
  • v1.42.0 Changes

    • โšก๏ธ Update shadowPath animation to happen when laying out subviews, rather than when laying out sublayers.
    • ๐Ÿ“‡ Renamed MaterialLayout to Layout for simplicity.
    • โž• Added Layout extension to ease the usage of AutoLayout.
    • โž• Added Layout Documentation.
    • โšก๏ธ Updated the MaterialLayout project to Layout.
    • ๐Ÿ›  fixed width issue for all ControlView types when using dynamic intrinsicContentSize (issue-436).
    • ๐Ÿ“‡ Renamed SideNavigationController to NavigationDrawerController.
    • โœ‚ Removed SideNavigationController example project for both programmatic and storyboards.
    • โž• Added NavigationDrawerController example project for both programmatic.
    • โž• Added StatusBarController to manage a statusBarView.
  • v1.41.8 Changes

    • ๐Ÿ›  Fixed an issue where the UINavigationItem.title KVO would crash when releasing the instance. The fix completely removes KVO and utilizes Swift nonobjc tagging.
  • v1.41.7 Changes

    • โž• Added adjustOrientationForImage to CaptureSession in order to fix image alignment issues.
    • โšก๏ธ Updated CaptureView sample project to reflect changes made in ToolbarController.
    • โšก๏ธ Updated MaterialView sample project to demonstrate aligning a MaterialView in the center of a view controller.
    • ๐Ÿ›  Fixed issue where UINavigationItem.title was not updating the titleLabel text.
  • v1.41.6 Changes

    • ๐Ÿ›  Fixed issue with ellipses in NavigationBar showing when panning back to the backItem (pr-409).
  • v1.41.5 Changes

    • โž• Added delegation method menuViewDidTapOutside to MenuView to support closing the Menu, MenuView, or MenuController items when opened and clicking on any area of the view (issue-406).
  • v1.41.4 Changes

    • โœ‚ Removed statusBarStyle from BarView types.
    • โž• Added statusBarStyle to BarController types.
    • โž• Added layoutInset to Grid for an additional layer of flexibility.
    • ๐Ÿ›  Fixed an issue where BarControllers were not allowing contentInset.top to be used correctly.
    • โšก๏ธ Updated projects to reflect framework changes.