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

Changelog History
Page 4

  • v2.0.0 Changes

    ๐Ÿš€ Released on 2018-12-02

    Basically, everything has changed.

    โž• Added
    • Redesigned and completely re-engineered bar layout system.
    • ๐Ÿ‘Œ Support for dynamic page insertion & deletion via Pageboy 3.
    • ๐Ÿ‘Œ Support for multiple bars, including dynamic addition and removal.
    • Simplified, more powerful customization via constrained types.
    • Ability to add accessory views to bars.
    • ๐Ÿ‘Œ Support for UIKit components such as UINavigationItem to bar items.
    • Dramatically simplified creation and integration of custom components.
    โšก๏ธ Updated
    • ๐Ÿ‘Œ Improved animation & transitioning engine.
    • All views are now exposed via public API.
    ๐Ÿ›  Fixed
    • Numerous issues with automatic insetting of child contents.
    • ๐ŸŽ A whole lot of performance fixes.
    • Numerous memory problems.

  • v1.10.2 Changes

    ๐Ÿš€ Released on 2018-10-04

    ๐Ÿ›  Fixed
    • Cleaned up some potential memory issues in Bar reloading.
  • v1.10.1 Changes

    ๐Ÿš€ Released on 2018-10-03

    ๐Ÿ›  Fixed
    • #331 App Store submission issues when integrating via Carthage.
  • v1.10.0 Changes

    ๐Ÿš€ Released on 2018-09-20

    โšก๏ธ Updated
    • Migrated to use Swift 4.2.

  • v1.9.2 Changes

    ๐Ÿš€ Released on 2018-08-02

    ๐Ÿ›  Fixed
    • #314 Scrolling Button Bar does not re-layout on rotation for .fill Item Distribution
  • v1.9.1 Changes

    ๐Ÿš€ Released on 2018-06-20

    ๐Ÿ›  Fixed
    • ๐Ÿ’… #296 Visual bug when scrolling between bar buttons with different font styles.
  • v1.9.0 Changes

    ๐Ÿš€ Released on 2018-06-05

    โž• Added
    • #291 Fill Item Distribution for Scrolling Button Bar.

  • v1.8.2 Changes

    ๐Ÿš€ Released on 2018-04-18

    ๐Ÿ›  Fixed
    • #276 Animation issue where whole bar would crossfade during an interactive transition.
  • v1.8.1 Changes

    ๐Ÿš€ Released on 2018-04-12

    โšก๏ธ Updated
    • ๐Ÿ‘Œ Improved animation when interactively transitioning between items with a selectedFont.
    • 0๏ธโƒฃ selectedFont now defaults to font if no custom value is set when used in button bars.
    ๐Ÿ›  Fixed
    • #273 ssue where selectedTextFont would incorrectly be used for every item in a button bar when not selected.
  • v1.8.0 Changes

    ๐Ÿš€ Released on 2018-04-06

    โšก๏ธ Updated
    • ๐Ÿš€ Now using Pageboy 2.5 with fixes to scroll detection and reliability.