Material v2.2.0 Release Notes

    • ⚡️ Updated default pulseColor to Color.grey.base.
    • ➕ Added HeightPreset type to dynamically set the height of the CALayer & UIView types.
    • UIImage.tintWithColor(color: UIColor) is now UIImage.tint(with color: UIColor) and always returns with .alwaysOriginal rendering mode.
    • UIImage.imageWithColor(color: UIColor) is now UIImage.image(with color: UIColor) and always returns with .alwaysOriginal rendering mode.
    • 🔀 Merged in PR 544, which allows for the left view to be used in the TextField.
    • ⚡️ Updated the TextField example project to reflect PR 544.
    • Reworked TextField.
    • ➕ Added contentEdgeInsets to Divider.
    • 🛠 Fixed issue where pulse layer was covering Button images when engaged.
    • For Divider, renamed dividerHeight to dividerThickness to accommodate alignment logic.
    • ➕ Added SearchBar delegation methods for when text changes and for when the text has been cleared.