0.4.0 Beta 4
Pre-release
Pre-release
Numerous fixes to appearance/state updates and minor enhancements.
Added
- Ability to attach and detach an external
TabmanBar
toTabmanViewController
. - Chevron (
.chevron
) style indicator toTabmanIndicator.Styles
. - Ability to specify a custom explicit height for a
TabmanBar
via internal.height
property. Layout.height
property toTabmanBar.Appearance
.Layout.itemVerticalPadding
property toTabmanBar.Appearance
.- An explicit
minimumItemHeight
default of40
to button bar styles.
Updated
TabmanBar
views now are fully dependent on AutoLayout for sizing, previous an explicitintrinsicContentSize
was provided.- Refactor
.none
TabmanIndicator.Style
to.clear
. - Centralised default appearance properties from individual style classes to
TabmanBar.Appearance
.
Fixed
- Issue where updating appearance properties would not be correctly evaluated when set back to
nil
. - Issue where indicators which were not able to support progressive indication would incorrectly render.
- Issue where bars would sometimes be incorrectly invisible.