Highlights
Hey! This is a big release, rewriting whole iOS codebase to use SwiftUI ✨
The API surface of pager stays the same. Everything should work as before (if it doesn't - please open an issue).
However, when you navigate between multiple pages the animation is different now (it cycles through the pages instead of just swiping like it's the next one). That's why we decided to go with a major release.
Happy Hacking 🎄
What's Changed
- FIX: typo in readMe by @jafar-jabr in #1044
- fix: overdrag usePagerView by @okwasniewski in #1045
- feat: migrate pager view to SwiftUI by @okwasniewski in #1020
New Contributors
- @jafar-jabr made their first contribution in #1044
Full Changelog: v7.0.2...v8.0.0