Skip to content

Releases: finn-no/BottomSheet

5.1.0

24 Nov 07:50
Compare
Choose a tag to compare

Changes since 5.0.0

  • #36 Accessibility improvement

5.0.0

23 Oct 08:32
Compare
Choose a tag to compare

Breaking change from 4.2.1

  • #33: Rename the SwiftPM package to "FINNBottomSheet"

Migration guide

This breaking change only affects users that use this package through the swift-package-manager.

Previously, when using SPM, you would import like:

import BottomSheet

To make it consistent with the way the package is imported when using it with Cocoapods, we just do now:

import FINNBottomSheet

That's it.

4.2.1

19 Oct 13:11
Compare
Choose a tag to compare

Changes since 4.2.0

  • #31: Add public methods to copy/hide background overlay
  • #28: Add "Known limitations" section
  • #26: Rename option in README

4.2.0

15 Jan 08:28
75d452a
Compare
Choose a tag to compare

Draggable height as configuration option #23

4.1.0

14 Jan 14:57
f61ec84
Compare
Choose a tag to compare

Make it possible to stretch content view on resize #22

4.0.2

14 Jan 10:36
98366c7
Compare
Choose a tag to compare

Remove content view constraints on dismiss #21

4.0.1

13 Jan 13:10
417d0c4
Compare
Choose a tag to compare

Override navigation controller init #20

4.0.0

13 Jan 09:56
70b329e
Compare
Choose a tag to compare

Introduce dismissal delegate #19

3.2.0

07 Jan 10:16
d784e4f
Compare
Choose a tag to compare

Make transitioning delegate and bottom sheet view more customisable #18

3.1.1

20 Dec 14:19
e0c29d0
Compare
Choose a tag to compare

Update podspec