Releases: joomcode/BottomSheet
Releases · joomcode/BottomSheet
Release 2.0.5
What's Changed
- Set shouldPresentInFullscreen as true by @mikhailmaslo in #38
- Invoke dismiss completion when BottomSheet was dismissed programmaticly by @mikhailmaslo in #37
Full Changelog: 2.0.4...2.0.5
Release 2.0.4
- Fix bug which prevented multiple
BottomSheet
presentation, kudos for reporting to @VGrokhotov and for implementation to @mikhailmaslo #28
Release 2.0.3
- Fix iOS 12 #18, kudos to @luka-w #22
- Add dismiss by a gesture handler, kudos to @luka-w @mikhailmaslo #22
- Control dismiss behaviour, kudos to @mikhailmaslo #22 #23
Release 2.0.2
- Introduce Swiftformat (#14) @mikhailmaslo
- Support CocoaPods installation (#13) @mikhailmaslo
- Add configurable blur effect for shadow (#12) @pboulch
Release 2.0.1
- Fix issue with SwiftUI View hosted in a UIHostingController #6
Release 2.0.0
- Added convenience methods for presenting BottomSheet
- presentBottomSheet(viewController:configuration)
- presentBottomSheetInsideNavigationController(viewController:configuration)
- Appearance is now configurable and passed through init
- Fixed size changes in Demo project, now they are animated if there is no navigation controller
Initial release
Merge pull request #3 from joomcode/feature/fix-multicast-delegate Feature/fix multicast delegate