Releases: GlennBrann/ManySheets
Releases · GlennBrann/ManySheets
2.0.0 Release
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
- 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
Adding a maxWidth param to the DefaultBottomSheet.
Added new License
Merge pull request #4 from GlennBrann/add-license-1 Create LICENSE
Release 1.3.1
ScrollView Height fix
Release 1.2.3
ScaffoldBottomSheet ScrollView height fix
Release 1.2.2
ScaffoldBottomSheet Bug Fix
Compiles against iOS 14 + ExampleApp workspace
Compiles against iOS 14 + ExampleApp workspace
XC 13 minimum
- Added iOS 15 UISheetPresentationController support
Release 1.0.3
- 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