Releases: b5i/InfiniteScrollViews
Releases · b5i/InfiniteScrollViews
1.1.1
1.1.0
Version 1.1.0 of InfiniteScrollViews is out!
New
- Added new AppKit class
NSInfiniteScrollView
and native support of SwiftUI'sInfiniteScrollView
for macOSa98923b
. - Added new AppKit class
NSPagedInfiniteScrollView
and native support of SwiftUI'sPagedInfiniteScrollView
for macOS1888ab2
.
Fixed
- Fixed purple thread warning on
InfiniteScrollView
1888ab2
.
Full Changelog: v1.0.2...v1.1.0
1.0.2
Fixed
- Background color is appearing in the
InfiniteScrollView
's subviews.
Full Changelog: v1.0.1...v1.0.2
1.0.1
Fixed:
- Fixed problem when the size of the all the elements is not more than the frame of the
InfiniteScrollView
.
Full Changelog: v1.0.0...v1.0.1
1.0.0
First release for InfiniteScrollViews!
Checkout the full changelog here: v1.0.0-beta...v1.0.0
1.0.0-beta
First beta release of InfiniteScrollViews!
Added spacing modifier and fixed a known issue to get the same behaviour as the native ScrollView.
Known issue:
InfiniteScrollView's frame parameter is taken in account when drawing the main view.
Full Changelog: v1.0.0-alpha...v1.0.0-beta
1.0.0-alpha
First release of InfiniteScrollViews!
Known issues:
- InfiniteScrollView's frame parameter is taken in account when drawing the main view.
- InfiniteScrollView has unexpected behaviours when increaseIndexAction or decreaseIndexAction returns nil.
Full Changelog: https://github.com/b5i/InfiniteScrollViews/commits/v1.0.0-alpha