All Versions
83
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.12.0 Changes
๐ Released on 2022-01-15
โ Added
- ๐ #580 Support for
selectedImage
toTMTabItemBarButton
andTMBarItem
.
๐ Fixed
- #584 Buttons incorrectly setting selected state on interactive scroll.
- by nikitapankiv
- ๐ #580 Support for
-
v2.11.1 Changes
๐ Released on 2021-03-30
๐ Fixed
- #564 Incorrect separator width in
TMConstrainedHorizontalBarLayout
.
- #564 Incorrect separator width in
-
v2.11.0 Changes
๐ Released on 2021-03-08
โ Added
- ๐ Support for Dynamic Type to
TMLabelBarButton
withadjustsFontForContentSizeCategory
. - ๐ Support for Dynamic Type to
TMTabItemBarButton
withadjustsFontForContentSizeCategory
.
- ๐ Support for Dynamic Type to
-
v2.9.1 Changes
July 20, 2020๐ Released on 2020-07-20
๐ Fixed
- Crash when calling
TMBarButton.allTargets
due toTMBarButtonInteractionController
not being hashable.- by SuperTango
- Crash when calling
-
v2.9.0 Changes
May 04, 2020 -
v2.8.2 Changes
April 25, 2020๐ Released on 2020-04-25
๐ Fixed
- Layout issues when using Right-to-left languages via
semanticContentAttribute
.
- Layout issues when using Right-to-left languages via
-
v2.8.1 Changes
April 21, 2020๐ Released on 2020-04-21
๐ Fixed
- Mixed language errors caused by
Tabman.h
header in Swift PM.- by filiplazov
- Mixed language errors caused by
-
v2.8.0 Changes
January 12, 2020Improvements to TMLabelBarButton ๐ท
โ Added
verticalAlignment
toTMLabelBarButton
to allow for button contents to be vertically aligned.
๐ Fixed
- Issue where
TMLabelBarButton
would fail to resize correctly when using custom fonts.
-
v2.7.0 Changes
January 02, 2020๐ Released on 2019-12-23
โ Added
centerDistributed
toTMBarLayout.Alignment
to center align all bar buttons.- by wwdc14.
โก๏ธ Updated
- โ Removed AutoInsetter as a dependency.
- Child insetting logic now utilises
additionalSafeAreaInsets
only on iOS 11 and above.
๐ Fixed
- #449 Infinite loop that could be caused by recursive layout calls.
- #487 Issue where child contents could be requested to layout before being added to the view hierarchy.
- #478 Issue where bar could fail to inset children when created dynamically for the page view controller.