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

Changelog History
Page 16

  • v1.39.13 Changes

    • ๐Ÿ›  Fixed issue where TextField placeholder could be updated while a text value exists (issue-316).
  • v1.39.12 Changes

    • โšก๏ธ Updated Example/Programmatic/SideNavigationController project to demonstrate how to transition the rootViewController (issue-309).
  • v1.39.11 Changes

    • โž• Added a link to download our sticker sheet.
    • โšก๏ธ Updated App project with correct naming in AppDelegate file.
  • v1.39.10 Changes

    • โšก๏ธ README Update.
  • v1.39.9 Changes

    • โž• Added storyboard CardView example with two CardViews (issue-304).
  • v1.39.8 Changes

    • ๐Ÿ›  Fixed issue where TextField animation references unowned self and should be weak self (issue-301) (pr-302).
    • โž• Added lineLayerThickness and lineLayerActiveThickness to TextField in order to adjust lineLayer during different states (issue-307).
  • v1.39.7 Changes

    • ๐Ÿ›  Fixed issue where TextField delegate method textFieldShouldClear was not being respected (issue-296).
  • v1.39.6 Changes

    • โšก๏ธ Updated TextField's default colors to the correct Material Design colors (pr-290).
    • โž• Added UIImage blur effect (pr-291).
    • โž• Added UIImage blur example project, FilterBlur.
    • โž• Added SideNavigationController.statusBarUpdateAnimation property to set the animation type when hiding the statusBar.
    • โž• Added SideNavigationController.statusBarStyle property to set the statusBar style.
  • v1.39.5 Changes

    • โž• Added MaterialIcon example project.
    • โž• Added additional Google and CosmicMind icons.
    • โž• Added MaterialFontLoader to aid in loading packaged fonts with Material.
    • โšก๏ธ Updated App project to properly handle SideNavigationController openLeftView if used.
  • v1.39.4 Changes

    • โšก๏ธ Updated the TextField animations.