Skip to content

Releases: fermoya/SwiftUIPager

1.5.1

25 May 19:20
d0ed8fd
Compare
Choose a tag to compare

Fixes

  • Looping Pager with few elements
  • DragGesture priority

1.5.0

24 May 12:10
2799fe7
Compare
Choose a tag to compare

Features:

  • #35: New modifiers to disable / enable dragging
  • #22: New modifier to loop the pages

Fix:

  • #18: Pager embedded inside ScrollView
  • Glitch when too few elements to page

New Samples:

  • More complex cases added to the Example project

1.5.0-beta.1

23 May 19:45
b5911b6
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release

Features:

  • #35: New modifiers to disable / enable dragging
  • #22: New modifier to loop the pages

Fixes:

  • #18: Pager embedded inside ScrollView

1.4.1

13 Apr 08:39
22d1f2e
Compare
Choose a tag to compare

Fix:

  • Precondition failure

1.4.0

06 Apr 08:40
eabf76e
Compare
Choose a tag to compare

Fixes:

  • #21: Hittable area frame inside Pager
  • #22: Rotation and window resize

Features:

  • Adding new modifier to choose the swipeable area

1.4.0-beta.2

04 Apr 23:03
90a9047
Compare
Choose a tag to compare

Fixes:

  • #21: Hittable area frame inside Pager
  • #22: Rotation and window resize

Features:

  • Adding new modifier to choose the swipeable area

1.4.0-beta.1

04 Apr 19:58
Compare
Choose a tag to compare

Fix:

  • Fixing hittable area frame inside Pager

Features:

  • Adding new modifier to choose the swipeable area

1.3.1

02 Mar 10:30
24841bb
Compare
Choose a tag to compare

Fixes:

  • Adding binding to programatically move Pager
  • Issue when using TapGesture to remove elements, page held wrong value

1.3.1-beta.1

26 Feb 16:07
Compare
Choose a tag to compare

Fixes:

  • Using contentShape to make whole Pager scrollable
  • First page reset on onAppear
  • Page state kept wrong value after data update

1.3.0

24 Feb 17:31
d761cdc
Compare
Choose a tag to compare

Features:

  • New argument on itemAspectRatio to position the pages inside Pager
  • View builder to pass the initial page

Removed:

  • page is no longer an initializer argument. Use onPageChanged instead

Fixes:

  • Pagesize when padding and itemAspectRatio nil
  • Weird effect when recycling of views

Tests:

  • Unit testing everything that doesn't depend on a state