Skip to content

Commit ecd834a

Browse files
committed
Update relase notes #patch
1 parent 59e3d20 commit ecd834a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

release_description.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
`SwiftUIPager` stops supporting a binding in its initializer and will take a `Page` instead. This allows `Pager` to move even more smoothly than before. Use one of the convenience method to initialize a new `Page`: `firstPage()` or `withIndex(_:)`. It's not required but if modifying the page `index` was need then the object must be wrapped into `StateObject` or `ObservedObject` depending on the needs.
2-
3-
### Features
4-
- New modifier `onPageWillChange`
5-
61
### Fixes
7-
- #170 Page index resetting in nested `Pager`
8-
- #172 Pages don't seem to be clipped
9-
- Fixed `onPageChanged` call too many times and before animation is over
2+
- #157 Avoid animation while dragging
103

0 commit comments

Comments
 (0)