Skip to content

Releases: lucaszischka/BottomSheet

3.1.1

26 Jun 20:40
720ddbd
Compare
Choose a tag to compare

v3.1.1

v3.1.0

20 Sep 15:38
Compare
Choose a tag to compare

v3.1.0

  • Added the .enableAccountingForKeyboardHeight(Bool) modifier #97
  • Added the .enableFloatingIPadSheet(Bool) modifier
  • Added the .sheetWidth(BottomSheetWidth) modifier
  • Fix #94

v3.0.2

12 Aug 20:52
Compare
Choose a tag to compare

v3.0.2

  • Added .customThreshold(Double) modifier #8, #88

3.0.1

09 Aug 02:52
Compare
Choose a tag to compare

v3.0.1

  • Fix CocoaPods build #85
  • Fix close button not shown in dark mode #86

3.0.0

07 Aug 03:33
98b16af
Compare
Choose a tag to compare

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

17 Jun 15:20
Compare
Choose a tag to compare

v2.8.0

  • Add disableBottomSafeAreaInsets option #63
  • Add disableFlickThrough option #61

2.7.0

28 Mar 16:47
Compare
Choose a tag to compare

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

19 Jan 14:15
Compare
Choose a tag to compare

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

28 Dec 21:25
1702332
Compare
Choose a tag to compare

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

03 Aug 10:22
Compare
Choose a tag to compare

v2.4.0

  • Add option to enable shadow
  • Add pod install