All Versions
9
Latest Version
Avg Release Cycle
69 days
Latest Release
1224 days ago

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 View was removed. You should use onAppear native callback or use selection state variable.
    • ๐Ÿ”จ Refactored the enable/disable swipe gesture. Now it's a Binding parameter.
    • PagerTabViewDelegate and PagerTabViewState deleted. You should use selection state or pagerSettings.transition.progress(for: tag) to get a notification on selection and scroll progress changes.
  • v3.2.0 Changes

    March 11, 2022

    What's Changed

    • โž• Add custom style

    Thanks @MojtabaHs

  • 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.