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

Changelog History
Page 9

  • v0.4.5 Changes

    ๐Ÿš€ Released on 2017-04-05.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #50 Fixed memory retain issue with TabmanBarConfig .delegate property.
  • v0.4.4 Changes

    ๐Ÿš€ Released on 2017-04-04.

    โšก๏ธ Updated

    • ๐Ÿ†• New artwork and colours for the repo & example app.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue where requiredContentInset property on TabmanViewController.bar would consistently have incorrect values.
      • Partial fix for #42 - automatic insetting for child view controllers still under development.
  • v0.4.3 Changes

    ๐Ÿš€ Released on 2017-03-30.

    โž• Added

    • โž• Additional tests to improve coverage.

    โšก๏ธ Updated

    • โšก๏ธ Updated interaction.isScrollEnabled to be true by default in TabmanBar.Appearance.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue where internally managed TabmanBar could potentially be below other subviews.
  • v0.4.2 Changes

    ๐Ÿš€ Released on 2017-03-28.

    โž• Added

    • ๐Ÿ†• New .buttonBar style, which features a static button bar with equally distributed spacing.

    โšก๏ธ Updated

    • ๐Ÿ’… Refactored old .buttonBar style to .scrollingButtonBar. This is the new default style.
    • ๐Ÿ’… A few of the previously public properties on various TabmanBar styles are now internal. These should always be updated via the TabmanBar.Appearance object.

    ๐Ÿ›  Fixed

    • Issues where certain appearance properties were not always adhered to correctly.
    • Issues with compresses / bounces properties in TabmanBar.Appearance. New behaviour simply takes bounces as precedence and ignores compresses.
    • A few minor layout issues that would appear when setting custom layout appearance properties.
  • v0.4.1 Changes

    ๐Ÿš€ Released on 2017-03-23.

    โž• Added

    • Bottom separator view to TabmanBar.
      • This can be customised via style.bottomSeparatorColor in TabmanBar.Appearance.
    • ๐Ÿ’… Compressing indicator transition style.
      • Indicator will compress when over scrolling at the end of page ranges rather than bouncing.
      • Enabled via indicator.compresses in TabmanBar.Appearance.
    • Ability to embed internally managed TabmanBar in an external view to TabmanViewController.
      • Accessible via embedBar(inView:) and disembedBar().

    โšก๏ธ Updated

    • ๐Ÿ’… Renamed .none to .clear in TabmanBarBackgroundView.BackgroundStyle.
  • v0.4.0 Changes

    ๐Ÿš€ Released on 2017-03-20.

    Initial Tabman release - A powerful paging view controller with indicator bar for iOS