Material v2.16.0 Release Notes

    • ๐Ÿš€ Updated to Motion 1.4.2.
    • pr-1004: Added RadioButton/CheckButton and RadioButtonGroup/CheckButtonGroup.
    • ๐Ÿš€ Updated to Motion 1.4.0.
    • pr-1047: Document material color codes.
      • issue-1000: Color: Document mapping from codes (e.g. a400) to names (e.g. accent1).
    • pr-1055: Open up FABMenu a little bit.
    • โšก๏ธ Updated Copyright years.
    • ๐Ÿ‘ pr-1079: Added custom navigationBarClass support to NavigationController.
      • issue-1074: Need to use a NavigationBar subclass with NavigationController.
    • ๐Ÿ›  pr-1080: Fixed license badge href.
    • pr-1046: Added ShouldOpen and ShouldClose delegate methods to FABMenuDelegate.
      • issue-1043: ShouldOpen and ShouldClose delegate methods FABMenu.
    • pr-1086: Fix delegations never fired on tab swipe.
      • issue-1087: TabBar item is selected even though TabsController delegate shouldSelect always returns false.
      • issue-1056: Delegation methods never fired on Tab swipe.
    • ๐Ÿšš pr-1088: Removed unnecessary convenience initializers.
      • issue-1085: convenience init() across the framework prevents generic initialization of the components.
    • pr-1082: Added ErrorTextField validation.
      • issue-1017: Can we make the error detail for textfields dynamic?
      • issue-1053: TextField Detail Label not Layed-Out correctly with Left-Image.
    • pr-1103: Added ability to change password visibility icons.
    • pr-1097:: Added new extensions: UIColor(argb:), UIColor(rgb:), UIButton.fontSize, UILabel.fontSize.
    • pr-1093:: Fix TextField placeholderLabel position.
      • issue-1092: TextField.placeholderLabel is positioned higher than before in version 2.x.x.
    • pr-1103: Added ability to change password visibility icons.
      • issue-1012: Can we set visibility icon custom for password textfield.