The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
FinnBottomSheet 5.2.0
7 weeks ago
## Changes since 5.1.7 to 5.2.0 (squash)
- #62: Fix ambigious layout, due to bottom constraint
FINNBottomSheet 5.1.7
11 weeks ago
- #60: Fix: Allow dismiss in code before presentation is complete
- #58: Consistent target index when reloading heights
FINNBottomSheet 5.1.6
29 weeks ago
No changelog provided. Edit me!
FINNBottomSheet 5.1.5
30 weeks ago
No changelog provided. Edit me!
FINNBottomSheet 5.1.4
30 weeks ago
No changelog provided. Edit me!
FINNBottomSheet 5.1.3
1 year ago
- #44: Exclude Info.plist from target in Package.swift
Changes since 5.1.1
1 year ago
- #43: Bump swift-tools-version to 5.3
FINNBottomSheet 5.1.1
1 year ago
## Changes since 5.1.0
- #41: Added release script as we have in other repos
- #29: The CADisplayLink should be invalidated after use
# Changes since 5.0.0
* #36 Accessibility improvement
## 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:
```swift
import BottomSheet
```
To make it consistent with the way the package is imported when using it with Cocoapods, we just do now:
```swift
import FINNBottomSheet
```
That's it.