All Versions
6
Latest Version
Avg Release Cycle
103 days
Latest Release
882 days ago
Changelog History
Changelog History
-
v2.0.5 Changes
January 10, 2024What'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
-
v2.0.4 Changes
July 28, 2023- ๐ Fix bug which prevented multiple
BottomSheetpresentation, kudos for reporting to @VGrokhotov and for implementation to @mikhailmaslo #28
- ๐ Fix bug which prevented multiple
-
v2.0.3 Changes
July 13, 2023- ๐ 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
-
v2.0.2 Changes
February 03, 2023- Introduce Swiftformat (#14) @mikhailmaslo
- ๐ Support CocoaPods installation (#13) @mikhailmaslo
- โ Add configurable blur effect for shadow (#12) @pboulch
-
v2.0.1 Changes
October 04, 2022- ๐ Fix issue with SwiftUI View hosted in a UIHostingController #6
-
v2.0.0 Changes
August 15, 2022โ 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