Skip to content

Releases: fermoya/SwiftUIPager

2.3.0

12 Jun 10:09
Compare
Choose a tag to compare

Features

  • New onPageWillTransition(_:) modifier. This modifier will be called whether or not the transition is successful

2.3.0-beta.1

03 Jun 19:38
Compare
Choose a tag to compare
2.3.0-beta.1 Pre-release
Pre-release

Features

  • New onPageWillTransition(_:) modifier. This modifier will be called whether or not the transition is successful

2.2.0

15 Apr 17:03
Compare
Choose a tag to compare

Features

  • New draggingAnimation(_:) modifier to select an animation to use while dragging
  • Convenience builder methods none and interactiveSpring to create DraggingAnimation

Deprecations

  • pagingAnimation(_:) in favor of draggingAnimation(_:)

2.2.0-beta.1

14 Apr 18:29
Compare
Choose a tag to compare
2.2.0-beta.1 Pre-release
Pre-release

Features

  • New dragggingAnimation(_:) modifier to select an animation to use while dragging
  • Convenience builder methods none and interactiveSpring to create DraggingAnimation

Deprecations

  • pagingAnimation(_:) in favor of dragggingAnimation(_:)

2.1.0

06 Mar 17:28
Compare
Choose a tag to compare

Features

  • New interactive(opacity:) to add an interactive fade in/out effect to the scroll
  • New interactive(scale:) and interactive(rotation:)
  • Interactive effects can be now combined
  • CI/CD to build legacy-projects branch against iOS 12

Fixes

  • Items not scrolling in iOS 13
  • #193 Transitions are jumpy if fast
  • #194 AnimatableModifier symbol not found

Deprecations

  • rotation3D() in favor of interactive(rotation:)
  • interactive(_:) in favor of interactive(scale:)

2.1.0-beta.4

06 Mar 16:55
Compare
Choose a tag to compare
2.1.0-beta.4 Pre-release
Pre-release

Features

  • New interactive(opacity:) to add an interactive fade in/out effect to the scroll
  • New interactive(scale:) and interactive(rotation:)
  • Interactive effects can be now combined
  • CI/CD to build legacy-projects branch against iOS 12

Fixes

  • Items not scrolling in iOS 13
  • #193 Transitions are jumpy if fast
  • #194 AnimatableModifier symbol not found

Deprecations

  • rotation3D() in favor of interactive(rotation:)
  • interactive(_:) in favor of interactive(scale:)

2.1.0-beta.3

06 Mar 16:45
Compare
Choose a tag to compare
2.1.0-beta.3 Pre-release
Pre-release

Features

  • New interactive(opacity:) to add an interactive fade in/out effect to the scroll
  • New interactive(scale:) and interactive(rotation:)
  • Interactive effects can be now combined
  • CI/CD to build legacy-projects branch against iOS 12

Fixes

  • Items not scrolling in iOS 13
  • #193 Transitions are jumpy if fast
  • #194 AnimatableModifier symbol not found

Deprecations

  • rotation3D() in favor of interactive(rotation:)
  • interactive(_:) in favor of interactive(scale:)

2.1.0-beta.2

05 Mar 19:21
Compare
Choose a tag to compare
2.1.0-beta.2 Pre-release
Pre-release

Features

  • New interactive(opacity:) to add an interactive fade in/out effect to the scroll
  • New interactive(scale:) and interactive(rotation:)
  • Interactive effects can be now combined
  • CI/CD to build legacy-projects branch against iOS 12

Fixes

  • Items not scrolling in iOS 13
  • #193 Transitions are jumpy if fast

Deprecations

  • rotation3D() in favor of interactive(rotation:)
  • interactive(_:) in favor of interactive(scale:)

2.1.0-beta.1

05 Mar 18:58
Compare
Choose a tag to compare
2.1.0-beta.1 Pre-release
Pre-release

Features

  • New interactive(opacity:) to add an interactive fade in/out effect to the scroll
  • New interactive(scale:) and interactive(rotation:)
  • Interactive effects can be now combined
  • CI/CD to build legacy-projects branch against iOS 12

Fixes

  • Items not scrolling in iOS 13
  • #193 Transitions are jumpy if fast

Deprecations

  • rotation3D() in favor of interactive(rotation:)
  • interactive(_:) in favor of interactive(scale:)

2.0.2

22 Feb 21:20
Compare
Choose a tag to compare

Fixes

  • #157 Avoid animation while dragging