v1.4.1
This release includes many improvements and bug fixes✨ 🎉 ✨
Improvements
- Remove swapping scroll delegate #128
- For example, it allows you to use ASCollectionNode of Texture (http://texturegroup.org/).
- Allow to use
.hidden
position as an initial one #150
var initialPosition: FloatingPanelPosition {
return .hidden
}
- Open FloatingPanelSurfaceView.backgroundView #169
- private var backgroundView: UIView!
+ public var backgroundView: UIView!
Bugfixes
- Fix retain cycle in FloatingPanel #158
- Fix interruption #159
- Fix UI Extension #165
- Fix scroll fitting #180
- Fix typo #162
- Fix Jump while dragged up or down #154
- Fix half mode panel is dragged to the top of the screen #167
Thank you to @trispo, @bryansum, @zntfdr for your improvements and bugfixes!
Thank you to @djdance, @muukii , @vovkaprigarin, @andreaslindahl, @musa-almatri for your helpful issue reports and cooperations!