Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 1.52 KB

File metadata and controls

71 lines (58 loc) · 1.52 KB

BottomSheet Changelog

v2.4.0

  • Add option to enable shadow
  • Add pod install

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

v2.2.0

  • Add background option
  • Updated examples
  • File clean up

v2.1.0

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

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

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

v1.0.6

  • Updated .bottom BottomSheetPosition to mimic Apple Maps

v1.0.5

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

v1.0.4

  • Updated Transitions
  • Design updates

v1.0.3

  • New Animation

v1.0.2

  • Added Access control levels

v1.0.1

  • Fix Animation
  • Readme Updates

v1.0.0

  • Initial Release