Skip to content

Releases: b5i/InfiniteScrollViews

1.1.1

29 Nov 15:50
@b5i b5i
Compare
Choose a tag to compare

Version 1.1.0 of InfiniteScrollViews is out!

Fixed

Full Changelog: v1.1.0...v1.1.1

1.1.0

12 Nov 08:30
@b5i b5i
Compare
Choose a tag to compare

Version 1.1.0 of InfiniteScrollViews is out!

New

  • Added new AppKit class NSInfiniteScrollView and native support of SwiftUI's InfiniteScrollView for macOS a98923b.
  • Added new AppKit class NSPagedInfiniteScrollView and native support of SwiftUI's PagedInfiniteScrollView for macOS 1888ab2.

Fixed

  • Fixed purple thread warning on InfiniteScrollView 1888ab2.

Full Changelog: v1.0.2...v1.1.0

1.0.2

08 Jul 11:04
@b5i b5i
Compare
Choose a tag to compare

Fixed

  • Background color is appearing in the InfiniteScrollView's subviews.

Full Changelog: v1.0.1...v1.0.2

1.0.1

11 Nov 19:13
@b5i b5i
Compare
Choose a tag to compare

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

13 Oct 21:52
@b5i b5i
Compare
Choose a tag to compare

First release for InfiniteScrollViews!

Checkout the full changelog here: v1.0.0-beta...v1.0.0

1.0.0-beta

20 Jul 16:16
@b5i b5i
b6391dc
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

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

18 Jul 08:52
@b5i b5i
9a503a5
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release

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