Skip to content

Commit

Permalink
Update relase notes #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fermoya committed Feb 22, 2021
1 parent 59e3d20 commit a6789f0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions release_description.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
`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.

### Features
- New modifier `onPageWillChange`

### Fixes
- #170 Page index resetting in nested `Pager`
- #172 Pages don't seem to be clipped
- Fixed `onPageChanged` call too many times and before animation is over
- #157 Avoid animation while dragging

0 comments on commit a6789f0

Please sign in to comment.