Skip to content

Releases: fermoya/SwiftUIPager

2.0.2-beta.1

22 Feb 21:11
Compare
Choose a tag to compare
2.0.2-beta.1 Pre-release
Pre-release

Fixes

  • #157 Avoid animation while dragging

2.0.0

15 Jan 20:07
Compare
Choose a tag to compare

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

2.0.0-beta.1

15 Jan 19:47
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

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

1.14.2-beta.2

06 Jan 15:53
Compare
Choose a tag to compare
1.14.2-beta.2 Pre-release
Pre-release

Fixes

  • #170 Page index resetting in nested Pager
  • #172 Pages don't seem to be clipped

1.14.2-beta.1

27 Dec 14:32
Compare
Choose a tag to compare
1.14.2-beta.1 Pre-release
Pre-release

Fixes

  • Workaround to use StateObject if possible

1.14.1

23 Dec 17:13
Compare
Choose a tag to compare

Fixes

  • #164 infinite loop with @Published

1.14.1-beta.1

22 Dec 22:28
Compare
Choose a tag to compare
1.14.1-beta.1 Pre-release
Pre-release

Fixes

  • #164 infinite loop with @Published

1.14.0

29 Nov 15:37
dd9d133
Compare
Choose a tag to compare

Features

  • New modifier to switch back to singlePagination and provide a reveal ratio
  • New modifiers to keep track of the dragging onDraggingChanged and onDraggingEnded
  • New modifier to disable bounces

Fixes

  • Smoother scroll

1.14.0-beta.5

29 Nov 15:23
ea83d9d
Compare
Choose a tag to compare
1.14.0-beta.5 Pre-release
Pre-release

Features

  • New modifier to switch back to singlePagination and provide a reveal ratio
  • New modifiers to keep track of the dragging onDraggingChanged and onDraggingEnded
  • New modifier to disable bounces

Fixes

  • Smoother scroll

1.14.0-beta.4

26 Nov 15:56
3e091c5
Compare
Choose a tag to compare
1.14.0-beta.4 Pre-release
Pre-release

Features

  • New modifier to switch back to singlePagination and provide a reveal ratio
  • New modifiers to keep track of the dragging onDraggingChanged and onDraggingEnded
  • New modifier to disable bounces