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.