Skip to content

0.7.1

Compare
Choose a tag to compare
@danielsaidi danielsaidi released this 10 Apr 06:37
· 8 commits to main since this release

This version fixes a few bugs and tweaks some behaviors from yesterday's 0.7 release.

💡 Behavior Changes

  • The ScrollViewWithStickyHeader now defaults the minimum header height to the top safe area, instead of the header height.
  • The scrollViewHeaderWithRoundedContentMask(_:) view extension has been renamed to scrollViewHeaderWithRoundedContentCorners(cornerRadius:) for clarity.

🐛 Bug Fixes

  • The ScrollViewWithStickyHeader no longer prints as it scrolls.
  • The scrollViewHeaderWithRoundedContentMask(_:) view extension didn't apply the provided corner radius. This has been fixed.