Releases: NicholasBellucci/StatefulTabView
Releases · NicholasBellucci/StatefulTabView
v0.1.10
Merged PR. Big thanks to @camdenfullmer!
v0.1.9
Updated @_functionBuilder
to @resultBuilder
. Thanks to @qiuyangnie!
v0.1.8
v0.1.7
Reverted previous change of selected index to non binding. This value does need to be a binding to prevent the tab bar from returning to original tab on state reload.
v0.1.6
Added unselected item tint color modifier. This release also changed selected index from a bindable int to just an int. A state variable can be passed into the initializer to control the value.
v0.1.5
Adds support for unselected images on Tabs. Big thanks to MichaelNeas for the contribution.
v0.1.4
v0.1.3
Added scroll to top functionality.
v0.1.2
StatefulTabView can now be initialized without a selected index. The default is 0.
v0.1.1
Minor code changes to better loop performance.