Material v1.40.1 Release Notes

    • 🛠 Fixed issue where initializing a Toolbar in a method was causing an ambiguous initializer error (issue-363).
    • ➕ Added Boolean properties to SideNavigationController to enable and disable gestures (issue-365).
    sideNavigationController.enabled = true
    
    sideNavigationController.enabledLeftView = true
    sideNavigationController.enabledLeftTapGesture = true
    sideNavigationController.enabledLeftPanGesture = true
    
    sideNavigationController.enabledRightView = true
    sideNavigationController.enabledRightTapGesture = true
    sideNavigationController.enabledRightPanGesture = true
    
    • ⚡️ Updated the SideNavigationController leftThreshold and rightThreshold to 64 as a default.
    • ⚡️ Updated MaterialIcon images to work better with CocoaPods (issue-362).