Skip to content

Releases: NicholasBellucci/StatefulTabView

v0.1.10

31 Oct 17:03
9faa432
Compare
Choose a tag to compare

Merged PR. Big thanks to @camdenfullmer!

v0.1.9

19 Jun 18:59
0aba9e1
Compare
Choose a tag to compare

Updated @_functionBuilder to @resultBuilder. Thanks to @qiuyangnie!

v0.1.8

02 Feb 15:06
6f24c8f
Compare
Choose a tag to compare

Adds support for optional TabBar title. Big thanks to p-larson!

v0.1.7

03 Dec 02:37
Compare
Choose a tag to compare

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

30 Nov 22:55
952e535
Compare
Choose a tag to compare

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

24 Nov 17:09
c7ce860
Compare
Choose a tag to compare

Adds support for unselected images on Tabs. Big thanks to MichaelNeas for the contribution.

v0.1.4

29 Sep 00:42
c8aebfe
Compare
Choose a tag to compare

Changed badgeValue to read-only variable instead of a binding. #5 Big thanks to gobetti!

v0.1.3

13 May 22:56
Compare
Choose a tag to compare

Added scroll to top functionality.

v0.1.2

12 May 16:31
Compare
Choose a tag to compare

StatefulTabView can now be initialized without a selected index. The default is 0.

v0.1.1

12 May 02:11
Compare
Choose a tag to compare

Minor code changes to better loop performance.