Releases: danielsaidi/ScrollKit
Releases · danielsaidi/ScrollKit
0.6.0
0.5.1
This version adds support for strict concurrency.
Thanks to [email protected], the ScrollViewWithStickyHeader
now properly passes on the axis and indicator parameters to ScrollViewWithOffsetTracking
.
0.5.0
This version makes more stuff public and adds support form visionOS.
0.4.0
This version updates to Swift 5.9, bumps deployment targets and removes CocoaPods support.
This version also moves all Spotify-related previews into a Spotify
namespace.
🐛 Bug Fixes
ScrollViewWithStickyHeader
now honors the provided min height.
💥 Breaking changes
ScrollViewWithOffset
has been renamed toScrollViewWithOffsetTracking
.StatusBarVisibleState
has been renamed to the correct name.
0.3.0
This update adds utilities for handling status bar visibility.
✨ New Features
StatusBarVisibleState
is a new class for handling status bar visibility with shared state, for instance when usingNavigationStack
.StatusBarVisibilityUpdater
is a new view modifier to automatically update the status bar visibility depending on the current scroll state.
0.2.0
This minor update adds some public previews that you can use in your own apps.
✨ New Features
SpotifyPreviewInfo
is a new struct that defines preview info for the Spotify previews.SpotifyPreviewInfo
has several pre-configured albums that you can use in the previews.SpotifyPreviewScreen
,SpotifyPreviewHeader
andSpotifyPreviewContent
are new preview views.