Skip to content

Releases: GlennBrann/ManySheets

2.0.0 Release

23 Feb 21:13
0e68e6a
Compare
Choose a tag to compare

What's Changed

  • bumping version to 15.0 and accessibility updates to default bottom sheet by @GlennBrann in #7

Full Changelog: 1.4.0...2.0.0

Release 1.4.0

22 May 19:46
236c946
Compare
Choose a tag to compare
  • New and improved DefaultBottomSheet.
  • Bug fix: Animations on child views were out of sync using geom reader to calculate size. Now just letting SwiftUI calculate it and using a transition to animate the view in.

1.3.3 Release

26 Apr 19:57
99b94b9
Compare
Choose a tag to compare

Adding a maxWidth param to the DefaultBottomSheet.

Added new License

27 Jan 00:10
8a61f38
Compare
Choose a tag to compare
Merge pull request #4 from GlennBrann/add-license-1

Create LICENSE

Release 1.3.1

05 Jul 19:20
Compare
Choose a tag to compare

ScrollView Height fix

Release 1.2.3

18 Apr 16:10
Compare
Choose a tag to compare

ScaffoldBottomSheet ScrollView height fix

Release 1.2.2

13 Apr 18:28
Compare
Choose a tag to compare

ScaffoldBottomSheet Bug Fix

Compiles against iOS 14 + ExampleApp workspace

03 Feb 01:10
Compare
Choose a tag to compare

Compiles against iOS 14 + ExampleApp workspace

XC 13 minimum

05 Oct 21:21
9a09b83
Compare
Choose a tag to compare
  • Added iOS 15 UISheetPresentationController support

Release 1.0.3

04 Oct 19:21
8948108
Compare
Choose a tag to compare
  • Fixes an issue with scroll view when gesture is being animated. Looked glitchy and was wrong. May add later
  • Removes shouldScroll calculation until ScrollView is better in SwiftUI