All Versions
86
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 6

  • v1.1.2 Changes

    πŸš€ Released on 2017-12-05

    πŸ›  Fixed

    • #202 TabmanBar item views don’t conform to safe area.
  • v1.1.1 Changes

    πŸš€ Released on 2017-11-28

    πŸ›  Fixed

    • #194 UIScrollView contentOffset reset when going back to Tabman VC.
  • v1.1.0 Changes

    πŸš€ Released on 2017-11-23

    βž• Added

    • #187 Behaviors engine to TabmanBar.
    • #186 Ability to hide TabmanBar with only one item.
    • #177 Improve TabmanBar accessibility.

    ⚑️ Updated

    • πŸ”¨ Refactored auto insetting logic to AutoInsetEngine.
    • πŸ‘Œ Improved auto insetting reliability.

  • v1.0.8 Changes

    πŸš€ Released on 2017-11-15

    βž• Added

    • πŸ‘ #176 Support for edge insets to bottom separator view.

    πŸ›  Fixed

    • βœ‚ Removed unnecessary debugging logging.
  • v1.0.7 Changes

    πŸš€ Released on 2017-11-15

    βž• Added

    • πŸ‘Œ Support for additionalSafeAreaInsets for child view controllers.
  • v1.0.6 Changes

    πŸš€ Released on 2017-11-12

    ⚑️ Updated

    • πŸ“‡ Renamed safeAreaInsets to safeArea in TabmanBar.Insets.

    πŸ›  Fixed

    • πŸ›  Fixed issue where bar background would not extend correctly when using .preferred bar location.
    • πŸ›  Fixed issue where child view controller contents would not get inset correctly on iPhone X.
  • v1.0.5 Changes

    πŸš€ Released on 2017-10-23

    βž• Added

    • βž• Added support for UICollectionViewController and automatic insetting.

    πŸ›  Fixed

    • πŸ›  #109 Fixed automatic insetting behavior when using a UITableViewController.
  • v1.0.4 Changes

    πŸš€ Released on 2017-10-22

    βž• Added

    • πŸ†• New embedBar(in view: UIView) function to TabmanViewController.

    ⚑️ Updated

    • πŸ—„ Deprecated embedBar(inView view: UIView) in TabmanViewController.
    • βž• Add improved error handling to bar embedding and attachment operations.
  • v1.0.3 Changes

    πŸš€ Released on 2017-10-11

    βž• Added

    • πŸ‘ #154 Support for extending bar background on iPhone X function areas.
    • πŸ’… #148 imageRenderingMode to TabmanBar.Appearance.Style.
  • v1.0.2 Changes

    πŸš€ Released on 2017-09-28

    βž• Added

    • safeAreaInsets to TabmanBar.Insets.

    ⚑️ Updated

    • πŸ—„ Deprecated topLayoutGuide in TabmanBar.Insets.
    • πŸ—„ Deprecated bottomLayoutGuide in TabmanBar.Insets.

    πŸ›  Fixed

    • #146 Incorrect layout with automatic insetting on iOS 11 and iPhone X.