Releases: lucaszischka/BottomSheet
Releases · lucaszischka/BottomSheet
v3.1.0
v3.1.0
- Added the
.enableAccountingForKeyboardHeight(Bool)
modifier #97
- Added the
.enableFloatingIPadSheet(Bool)
modifier
- Added the
.sheetWidth(BottomSheetWidth)
modifier
- Fix #94
v3.0.2
v3.0.2
- Added
.customThreshold(Double)
modifier #8, #88
3.0.1
v3.0.1
- Fix CocoaPods build #85
- Fix close button not shown in dark mode #86
3.0.0
v3.0.0
- Recoded the project
- Added iPhone landscape support
- Added iPad support
- Added MacOS support
- Changed from options to view modifiers
- Cleaned up the code (swiftLint and splitting it up)
- Added dynamic size support
- Added onDismiss modifier
- Added dragIndicatorAction modifier
- Added dragPositionSwitchAction modifier
- Added dragGesture listener
- Changed customBackground to not rely on AnyView
- Fixed onAppear only called once #65
2.8.0
v2.8.0
- Add
disableBottomSafeAreaInsets
option #63
- Add
disableFlickThrough
option #61
2.7.0
v2.7.0
- Fix drag indicator not draggable #45
- Fix content not responding to tap gestures #51
- Reworked
.appleScrollBehavior
to fix #46, #47 (also closes #53)
- Redo explicit animation #59, #55
2.6.0
v2.6.0
- Fix critical bug with
.appleScrollBehavior
#40
- Update codestyle
- Remove not used file
- Update Readme
- Renamed tapToDissmiss option tapToDismiss #43
2.5.0
v2.5.0
- Update Copyright
- Update swift-tools-version
- Update deprecated code (real fix for #19, replaces #20)
- Add
.absolutePositionValue
option #37
- Add
BottomSheetPositionAbsolute
- Use explicit animations #31
- Hide examples in ReadMe
- Update and fix
.appleScrollBehavior
#37
- Code clean up
2.4.0
v2.4.0
- Add option to enable shadow
- Add pod install