Skip to content

Releases: uias/Tabman

1.9.2

02 Aug 12:27
Compare
Choose a tag to compare

Fixed

  • #314 Scrolling Button Bar does not re-layout on rotation for .fill Item Distribution

1.9.1

20 Jun 14:41
Compare
Choose a tag to compare

Fixed

  • #296 Visual bug when scrolling between bar buttons with different font styles.

1.9.0

05 Jun 20:49
Compare
Choose a tag to compare

Added

  • #291 Fill Item Distribution for Scrolling Button Bar.

1.8.2

18 Apr 14:24
Compare
Choose a tag to compare

Fixed

  • #276 Animation issue where whole bar would crossfade during an interactive transition.

1.8.1

12 Apr 20:24
Compare
Choose a tag to compare

Updated

  • Improved animation when interactively transitioning between items with a selectedFont.
  • selectedFont now defaults to font if no custom value is set when used in button bars.

Fixed

  • #273 Issue where selectedTextFont would incorrectly be used for every item in a button bar when not selected.

1.8.0

06 Apr 08:37
Compare
Choose a tag to compare

Updated

  • Now using Pageboy 2.5 with fixes to scroll detection and reliability.

1.7.0

02 Apr 13:51
Compare
Choose a tag to compare

Added

  • .bottomSeparator configuration to TabmanBar.Appearance.
  • Ability to customize separator height via Appearance.bottomSeparator.height.
  • Ability to specifiy a selected font for bar items via Appearance.text.selectedFont.

Updated

  • Deprecated Appearance.State.shouldHideWhenSingleItem.
  • Deprecated Appearance.Style.bottomSeparatorColor.
  • Deprecated Appearance.Layout.bottomSeparatorEdgeInsets.

1.6.0

23 Feb 15:41
Compare
Choose a tag to compare

Updated

  • Now using Pageboy 2.4 with improved transitioning support.

1.5.2

09 Feb 16:15
Compare
Choose a tag to compare

Updated

  • Improved compatiblity with Carthage.
    • Carthage now builds 'Tabman' scheme and target.
    • by msaps.

1.5.1

05 Feb 16:18
Compare
Choose a tag to compare

Updated

  • Updated AutoInsetter to 1.2 for 'extension safe API' compatibility.