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

Changelog History
Page 17

  • v1.39.3 Changes

    • ๐Ÿ›  Fixed bundle identifier issue with CocoaPods and MaterialIcon.
  • v1.39.2 Changes

    • โšก๏ธ Updated Material bundle identifier.
  • v1.39.1 Changes

    • โšก๏ธ Updated TextField to match Material Design input text spec.
  • v1.39.0 Changes

    • โž• Added early release of TabBar.
    • โšก๏ธ Updated default spacing to Spacing1 for Toolbar and SearchBar.
    • โšก๏ธ Updated default contentInsetPreset to Square1 for Toolbar, SearchBar, and NavigationBar.
    • โšก๏ธ Updated MaterialGravityToString to MaterialGravityToValue.
    • TextField's clearButton no longer needs to be setup.
    • TextField's titleLabel no longer needs to be setup (issue-241).
    • ๐Ÿšš TextField and SearchBar - added clearButtonAutoHandleEnabled flag that when set to false, the handler for clearing text is removed (issue-229).
    • 0๏ธโƒฃ TextField's titleLabelAnimationDistance is now 4 by default.
    • TextField's titleLabel now floats when focused (issue-203).
    • TextField's bottomBorderLayerDistance is now lineLayerDistance.
    • ๐Ÿ‘ TextField now supports the lineLayerActiveColor, which is set when the TextField is focused.
    • ๐Ÿ‘ TextField now supports the lineLayerDetailActiveColor, which is set when the TextField detailLabel is displayed.
    • ๐Ÿ›  Fixed issue-203, where TextField's lineLayer property was not the proper thickness when active.
    • ๐Ÿ›  Fixed regression, where the TextField's bottomLayer color was not showing (issue-276).
    • โœ‚ Removed shape code that was not needed in TextField and TextView.
    • โšก๏ธ Updated example projects using SearchBar, and simplified the configuration for the SearchBar.
    • โž• Added OSX build target.
    • โž• Added MaterialColor to OSX.
    • โž• Added Google icons as default for MaterialIcon and additional CosmicMind icons with cm namespace (issue-285).
  • v1.38.5 Changes

    • ๐Ÿ›  Fix for MaterialIcon, issue-279.
    • ๐Ÿ›  Fix for touch consumption, issue-280.
  • v1.38.4 Changes

    • โž• Added custom icons to MaterialIcon.
  • v1.38.3 Changes

    • โšก๏ธ Updated App example project.
    • โž• Added MaterialCollectionView example project.
    • โž• Added NavigationController storyboard example project.
    • Default colors for MaterialSwitch moved from MaterialColor.lightBlue.* to MaterialColor.blue.*.
    • โšก๏ธ Updated MaterialColor with corrections to the colors from Material Design (issue-271).
  • v1.38.2 Changes

    • Switched BottomNavigationBar to BottomTabBar, as it is more appropriate in the context of iOS. BottomNavigationController will be comprised of a SnackBar (coming soon), and BottomTabBar.
    • โž• Added fix for Interface Builder, where MaterialSwitch was causing crashes (issue-259).
    • ๐Ÿ›  Fixed issue where MaterialSwitch color was not propagating until engaged (issue-260).
  • v1.38.1 Changes

    • โž• Added missing imports for UIKit in MaterialCollectionView classes.
  • v1.38.0 Changes

    • โž• Added BottomNavigationBar.
    • โž• Added default Fade animation to BottomNavigationBar.
    • โž• Added programmatic BottomNavigationBar example project.
    • โž• Added storyboard BottomNavigationBar example project.
    • โž• Added BottomNavigationController.
    • โž• Added programmatic BottomNavigationController example.
    • โœ‚ Removed c-style for loops.
    • โšก๏ธ Updated bundle detection for MaterialIcon.
    • References for mainViewController are now rootViewController.
    • References for transitionFromMainViewController are now transitionFromRootViewController.
    • The example App project demonstrates how to hide the statusBar without the navigationBar being animated.
    • ๐Ÿ›  Fixed warnings for Swift 3.
    • โž• Added detection for latest iPad and iPhone.