Releases: b5i/InfiniteScrollViews
Releases · b5i/InfiniteScrollViews
1.2.0
What's Changed
- fix: unnecessary reset view controller by @longvudai in #5
New Contributors
- @longvudai made their first contribution in #5
Full Changelog: v1.1.1...v1.2.0
1.1.1
1.1.0
Version 1.1.0 of InfiniteScrollViews is out!
New
- Added new AppKit class
NSInfiniteScrollViewand native support of SwiftUI'sInfiniteScrollViewfor macOSa98923b. - Added new AppKit class
NSPagedInfiniteScrollViewand native support of SwiftUI'sPagedInfiniteScrollViewfor macOS1888ab2.
Fixed
- Fixed purple thread warning on
InfiniteScrollView1888ab2.
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