Skip to content

Releases: lucaszischka/BottomSheet

2.3.0

21 Jul 10:34
Compare
Choose a tag to compare

v2.3.0

  • Fix compile for iOS 15 and Xcode 13 #19 #20
  • Add possibility to change the blur effect
  • Add possibility to change the corner radius

2.2.0

10 Jun 20:39
Compare
Choose a tag to compare

v2.2.0

  • Add background option
  • Updated examples
  • File clean up

2.1.0

08 Jun 16:40
Compare
Choose a tag to compare

v2.1.0

  • Add animation option (thx @deermichel)
  • Add appleScrollBehavior option
  • Add allowContentDrag option
  • Clean up code
  • Update Readme

2.0.0

02 Jun 15:48
6403fe4
Compare
Choose a tag to compare

v2.0.0

  • Implementation of the "options" system
  • Add noDragIndicator option
  • Add swipeToDismiss option
  • Add tapToDissmiss option
  • Add backgroundBlur option
  • Add dragIndicatorColor(Color) option
  • Splitting the code in different files for better clarity (ViewExtension)
  • Reorganised Files
  • Design fixes
  • Update Documentation accordingly

1.0.7

08 Mar 15:18
ca3f661
Compare
Choose a tag to compare

v1.0.7

  • Added flick through feature
  • Fixed drag indicator button not working issue #2 (thx @dbarsamian)
  • Improved Preview (thx @dbarsamian)
  • Plenty README.md updates
  • Fixed Dependencies
  • Custom States feature #4, #5
  • Extended SearchBar support

1.0.6

04 Mar 10:52
60629a2
Compare
Choose a tag to compare

v1.0.6

  • Updated .bottom BottomSheetPosition to mimic Apple Maps

1.0.5

04 Mar 10:51
14a5666
Compare
Choose a tag to compare

v1.0.5

  • Made the BottomSheet easier to drag
  • Updated .top BottomSheetPosition to mimic Apple Maps
  • Search Bar enhancements
  • Fixed .bottom BottomSheetPosition (Issue #1)
  • Added Bottom Padding to the Title

1.0.4

29 Jan 16:33
39e70dd
Compare
Choose a tag to compare

v1.0.4

  • Updated Transitions
  • Design updates

1.0.3

22 Jan 11:52
d168d68
Compare
Choose a tag to compare

v1.0.3

  • New Animation

1.0.2

14 Jan 21:09
Compare
Choose a tag to compare

v1.0.2

  • Added Access control levels