Skip to content

Releases: Wouter125/BottomSheet

Documentation update

18 Dec 12:35
ccc7f6c
Compare
Choose a tag to compare
Update README.md

Removed legacy BottomSheetView in documentation.

BottomSheet Plus

30 Oct 08:09
e805790
Compare
Choose a tag to compare

Stable release plus minor updates to the readme.

BottomSheet Plus 2.0.0

29 Oct 22:55
e97b377
Compare
Choose a tag to compare

In this release the last couple of bugs were addressed and 2.0 should be stable now for portrait iPhone users. Also added in a couple of new features such as the new presentationBackgroundInteraction from Apple and the presentationDragIndicator.

Background and corner radius will be added in one of the following releases.

Improved keyboard avoidance

02 Jul 21:16
399868b
Compare
Choose a tag to compare
Pre-release
  • Improved the hack to implement keyboard avoidance. This way the preferencekey does not get lost when the keyboard opens.

Improved examples

02 Jul 20:37
e917aea
Compare
Choose a tag to compare
Improved examples Pre-release
Pre-release
  • Improved examples by using viewbuilder instead of anyview.

Keyboard avoidance fix

02 Jul 20:29
c5c9e2b
Compare
Choose a tag to compare
Pre-release
  • Brought back the keyboard avoidance fix

Small bugfixes and improved performance

02 Jul 20:24
715f6c1
Compare
Choose a tag to compare
Pre-release
  • Added support for updating the innercontent of the scrollview in the UIKitView.
  • Improved the performance of the bottomsheet and reduced the CPU usage.
  • Improved the way of calling the sheet translation callback to support a more Apple-like approach.
  • Fixes a bug where external detent selection change would not update the bottomsheet.
  • Cleaned up the code around the bottomsheet to reduce the number of modifiers and listeners.

Small bugfixes

18 Jun 21:39
90f322e
Compare
Choose a tag to compare
Small bugfixes Pre-release
Pre-release
  • Removes additional spacer by calculating offset differently
  • Prevents the preference key reset when keyboards opens up and scrollview triggers some additional logic
  • Sets the default height to the minimum size of detents when there is no selectedDetent configured
  • Makes the header an optional property inside the configuration

Bottom Sheet Plus

14 Jun 21:17
788a0fd
Compare
Choose a tag to compare
Bottom Sheet Plus Pre-release
Pre-release

Alpha release of the new bottom sheet. Some features might be missing or be broken. Feel free to open issues and I will try to address them.

  • Implements a similar API to Apple's sheet to easily change it
  • Reduces code and package size, and easier to maintain
  • Potentially adds support for lists

Navigation View Animation Bugfix

03 Jun 21:28
44ab410
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.4...1.4.5