Skip to content

Releases: uias/Tabman

2.1.2

29 Dec 14:55
Compare
Choose a tag to compare

Updated

Fixed

  • Annoying conformance warning in TMBar caused by Swift compiler bug.

2.1.1

24 Dec 12:21
Compare
Choose a tag to compare

Updated

  • Make TMHorizontalBarLayout properties open.
  • Make TMConstrainedHorizontalBarLayout properties open.
  • Make TMLabelBarButton open.
  • Make TMTabItemBarButton open.

Fixed

  • #358 Fix typo of TMBarDataSource in README.

2.1.0

19 Dec 09:59
Compare
Choose a tag to compare

Added

Updated

  • #354 Remove UIViewController conformance to TMBarItemable.
  • Improved documentation.

Tabman 2

12 Dec 19:43
Compare
Choose a tag to compare

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.

Upgrade Notes

This release and all v2.0 releases include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Tabman 2 Migration Guide.

There is also now comprehensive documentation available at uias.github.io/Tabman

Tabman 2 - Beta 3

14 Nov 08:47
Compare
Choose a tag to compare
Tabman 2 - Beta 3 Pre-release
Pre-release

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Tabman 2 Migration Guide.

Tabman 2 - Beta 2

09 Nov 15:34
Compare
Choose a tag to compare
Tabman 2 - Beta 2 Pre-release
Pre-release

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Tabman 2 Migration Guide.

Tabman 2 - Beta 1

02 Nov 14:08
Compare
Choose a tag to compare
Tabman 2 - Beta 1 Pre-release
Pre-release

Upgrade Notes

This beta release and any following v2.0 releases will include API breaking changes from any previous 1.x release. When upgrading to v2.0 from a v1.x install, please read the accompanying migration notes that can be found here: Tabman 2 Migration Guide.

1.10.2

04 Oct 14:29
Compare
Choose a tag to compare

Fixed

  • Cleaned up some potential memory issues in Bar reloading.

1.10.1

03 Oct 09:29
Compare
Choose a tag to compare

Fixed

  • #331 App Store submission issues when integrating via Carthage.

1.10.0

20 Sep 12:09
Compare
Choose a tag to compare

Updated

  • Migrated to use Swift 4.2.