Skip to content

Releases: danielsaidi/ScrollKit

0.5.1

30 May 07:56
Compare
Choose a tag to compare

This version adds support for strict concurrency.

Thanks to murilocappucci@gmail.com, the ScrollViewWithStickyHeader now properly passes on the axis and indicator parameters to ScrollViewWithOffsetTracking.

0.5.0

13 Mar 21:36
Compare
Choose a tag to compare

This version makes more stuff public and adds support form visionOS.

0.4.0

04 Dec 19:59
Compare
Choose a tag to compare

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 to ScrollViewWithOffsetTracking.
  • StatusBarVisibleState has been renamed to the correct name.

0.3.0

14 Mar 13:44
Compare
Choose a tag to compare

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 using NavigationStack.
  • StatusBarVisibilityUpdater is a new view modifier to automatically update the status bar visibility depending on the current scroll state.

0.2.0

10 Mar 13:54
Compare
Choose a tag to compare

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 and SpotifyPreviewContent are new preview views.