Releases: orchetect/SwiftUIPageView
Releases · orchetect/SwiftUIPageView
0.3.2
0.3.1
0.3.0
Changes
PageView
: Renamedindex
toselection
- Removed
PageAlignment
and refactored to use SwiftAlignment
types - Re-added revamped
HPageView
andVPageView
which can use the same view modifiers asPageView
- Renamed
strictPageAlignment
topageViewMarginsEnabled
- Numerous small improvements fixes, and refactors
- Updated Demo project
Fixes
- Fixed bug where starting page drag would sometimes cause unwanted stuttering
- Fixed some inconsistencies with layout
- Package now successfully builds for tvOS and watchOS targets to allow for multiplatform apps
Maintenance
- Updated README
- Updated LICENSE, added AUTHORS, and updated code file headers
- Added CI with GitHub Actions workflow
0.2.0
Changes
PageView
: AddedfadeScrollEdgesInset
propertyPageView
: Added view modifiers:pageIndexView
pageIndexViewStyle
pageIndexViewCapsule
- Removed
HPageView
andVPageView
(redundant and will simplify internal requirements) - Various visual and behavioral and improvements
- Updated Example project
- Updated README
Fixes
PageView
: Fixed potential crash when calculating layout