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

Changelog History
Page 15

  • v1.41.3 Changes

    • ๐Ÿ›  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.
  • v1.41.2 Changes

    • ๐Ÿ›  Fixed issue where Toolbar was not respective the frame size set (issue-382).
    • ๐Ÿ›  Fixed issue where Toolbar was not drawing the titleLabel and detailLabel text without left/right controls (issue-381).
    • StatusBarView is now BarView.
    • StatusBarViewController is now BarViewController.
  • v1.41.1 Changes

    • ๐Ÿ›  Fixed text alignment issue in NavigationBar and Toolbar.
  • v1.41.0 Changes

    • All references to detailView are now contentView.
    • โšก๏ธ Updated NavigationBar interface.
    • Reworked NavigationBar.
    • Reworked Toolbar measurements.
    • Reworked SearchBar measurements.
  • v1.40.1 Changes

    • ๐Ÿ›  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).
  • v1.40.0 Changes

    • โž• Added Google visibility icon to MaterialIcon.
    • โž• Added Google check icon to MaterialIcon.
    • ๐Ÿ“š Reworked TextField with documentation.
    • โž• Added ErrorTextField.
    • โž• Added visibility button and clear button auto enabling without conflicting with iOS clearButton for TextField.
    • Reworked pulse animations.
    • โž• Added PulseAnimation enum type to select the type of pulse animation.
    • โž• Added IconButton to simplify the usage of using icons and buttons.
    • ๐Ÿ›  Fixed issue where panning gestures were conflicting with the SideNavigationController rootViewController (1ssue-322, issue-320).
  • v1.39.17 Changes

    • โšก๏ธ Updated MaterialDepth to more accurately express Material Design's shadows (issue-323).
    • ๐Ÿ›  Fixed an issue where MaterialButtons could not update textColor (issue-333).
  • v1.39.16 Changes

    • ๐Ÿ›  Fixed issue where TextField resignFirstResponder was not hiding the titleLabel (issue-332).
    • TextField no longer needs to setup detailLabel property.
    • ๐Ÿ‘ TextField detailLabel now supports @IBInspectable.
  • v1.39.15 Changes

    • ๐Ÿ›  Fixed issue where TextField doesn't hide the titleLabel when programmatically cleared (issue-330) (pr-331).
  • v1.39.14 Changes

    • โž• Added UIImage extension tintWithColor, which allows an image to be tinted with a passed in color.
    • โž• Added pulseCenter property, which forces the pulse animation to animate from the center of the view (pr-325).
    • โšก๏ธ Updated prepareView to be public, which allows for better subclassing and preparation of views (pr-329).
    • ๐Ÿ›  Fixed issue where TextField regressed when updating the placeholder value (issue-316).