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

Changelog History
Page 18

  • v1.37.3 Changes

    • ๐Ÿ›  Fixed issue-244, where Test Coverage flag was causing an error.
  • v1.37.2 Changes

    • โšก๏ธ Updated the default width of the SideNavigationController to reflect the Material Design spec more accurately. For mobile, the default width is 280px, and for tablet, the default width is 320px.
  • v1.37.1 Changes

    • โœ‚ Removed SideNavigationControllerDelegate call from NavigationController class that was not used.
  • v1.37.0 Changes

    • โž• Added pulseFocus Boolean flag that keeps the pulse displayed as the button is highlighted (issue-217).
    • Switched pulseColorOpacity to pulseOpacity.
    • โž• Added @IBInspectable where appropriate (issue-151).
    • โž• Added @IBDesignable where appropriate (issue-151).
    • ๐Ÿ›  Fixed an issue where the tests were being broken (issue-224).
    • NavigationBarView is now called Toolbar.
    • SearchBarView is now called SearchBar.
    • SideNavigationViewController is now SideNavigationController.
    • โž• Added public leftThreshold and rightThreshold to SideNavigationController (issue-220).
  • v1.36.0 Changes

    • โž• Added class NavigationBar and NavigationController.
    • โž• Added contentsGravityPreset where appropriate, and now contentsGravity takes a String.
    • ๐Ÿ›  Fixed issue-213, shadowPathAutoSizeEnabled now defaults to true, from false.
  • v1.35.3 Changes

    • MaterialAnimation.rotate now accepts an angle parameter or a rotation parameter.
    • ๐Ÿ›  Fixed issue-194, where the MaterialAnimation.translation animations were not capturing the final state value.
    • ๐Ÿ›  Fixed issue-201, by guaranteeing that the minimal iOS version is 8.
  • v1.35.2 Changes

    • โšก๏ธ Updated storyboard NavigationBarView example project to correctly set the height of the NavigationBarView when rotating orientations on both iPad and iPhone.
    • โœ‚ Removed NavigationBarViewDelegate and SearchBarViewDelegate.
  • v1.35.1 Changes

    • ๐Ÿ›  Fixed issue-195, where MaterialSwitch was switching the switchState automatically through the highlighted property.
    • ๐Ÿ›  Fixed issue-196, where NavigationBarView was not sizing correctly on iPad.
    • โž• Added MaterialDevice helper class that provides useful values for orientation and bounds size.
  • v1.35.0 Changes

    • โœ‚ Removed backDropLayer for SideNavigationViewController. Now, the mainViewController.view property is set to 50% alpha when opened and 100% alpha when closed. The color is adopted from the backgroundColor of the mainViewController.view property.
    • MenuViewController now animates its backdrop effect.
  • v1.34.10 Changes

    • โž• Added shadowPathAutoSizeEnabled property that enables auto sizing for the shadowPath property. Defaults to false.