Material v1.41.3 Release Notes

    • 🛠 Fixed issue where MaterialSwitch was referencing self and creating a bad access (issue-399).
    • 🛠 Fixed issue where TextField.secureTextEntry would break the font being displayed (issue-400).
    • 🚚 Moved MenuViewController to MenuController.
    • ⚡️ Updated MenuController.itemViewSize to MenuController.itemSize.
    • ⚡️ Updated MenuController.baseViewSize to MenuController.baseSize.
    • ⚡️ Updated all references to unowned self to weak self.
    • ➕ Added convenience properties title and detail to the Toolbar, which reload the view when changed.
    • ➕ Added convenience properties title and detail to UINavigationItem to easily handle text changes.
    • ➕ added to TextField the placeholderVerticalOffset and detailVerticalOffset to determine the alignment during animations and loading of the placeholderLabel and detailLabel.