All Versions
9
Latest Version
Avg Release Cycle
69 days
Latest Release
1224 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
February 08, 2023- Xcode 14+, iOS 16+ now is required.
- Clean up code by using Swift 5.7 capabilities.
.pagerTabItem(tag: SelectionType)modifier now requires tag parameter which identifies the pager tab item.- ๐
pagerTabStripViewStyle(_ style: PagerStyle)is the new modifier to set up pager style. - ๐ The Selection value indicating the selected page now supports any Hashable value, not just an Int as in the previous version.
- ๐ Improved the scroll behavior when the pager is added within another pager or scrollable container. When a child page reaches its edges, the parent scrollable container will scroll. Basically, we added a parameter to disable the edge scroll gesture to trigger the parent gesture.
- โ Added several complex examples to showcase new functionality.
- ๐ The scrollable style page now utilizes the iOS 16 native layout engine through the Layout protocol.
- ๐ Fixed the initial animation and position issue of the indicator when presenting the page.
- Resolved errors when reordering, adding, and deleting pages. Now it works perfectly.
- ๐
public func onPageAppear(perform action: (() -> Void)?) -> some Viewwas removed. You should use onAppear native callback or use selection state variable. - ๐จ Refactored the enable/disable swipe gesture. Now it's a Binding parameter.
PagerTabViewDelegateandPagerTabViewStatedeleted. You should useselectionstate orpagerSettings.transition.progress(for: tag)to get a notification on selection and scroll progress changes.
-
v3.2.0 Changes
March 11, 2022 -
v3.1.1 Changes
December 20, 2021๐ <!-- Released on 2021-12-20. -->
- ๐ Fix swipe back gesture
-
v3.1.0 Changes
December 09, 2021๐ <!-- Released on 2021-12-09. -->
- ๐ Disable swipe gesture support
- ๐ Bug fixes
-
v3.0.0 Changes
October 14, 2021๐ <!-- Released on 2021-10-05. -->
- โ Add scrollable style
- ๐ Bug fixes
-
v2.1.0 Changes
October 05, 2021๐ <!-- Released on 2021-10-05. -->
- ๐ Support for Xcode 13
- ๐ Bug fixes
-
v2.0.0 Changes
August 18, 2021๐ <!-- Released on 2021-08-18. -->
- โ Add segmented and bar style
- ๐ Bug fixes
-
v1.0.1 Changes
August 06, 2021๐ Rename library
-
v1.0.0 Changes
August 05, 2021๐ <!-- Released on 2020-01-20. -->
- This is the initial version.