Releases: LeoNatan/LNPopupController
Releases · LeoNatan/LNPopupController
v2.19.0
-
Refined some Swift API method names
- Previous methods are deprecated but should not prevent compilation
-
Prepared the framework for Swift 6.0
-
Require 5.9 swift-tools-version (Xcode 15.0+)
v2.18.12
Added a fix for _UIHostingView.hitTest(_:with:)
bugs in iOS 18
v2.18.11
Improve handling of toolbar appearache changes
v2.18.9
Initial iOS 18 Support (#570)
v2.18.8
Fixed a crash under certain circumstances.
v2.18.7
Added support for prefersHomeIndicatorAutoHidden
/ setNeedsUpdateOfHomeIndicatorAutoHidden
(#566)
v2.18.6
- Removed
unsafeFlags
from the package, causing build errors (#563)
v2.18.5
- Fixed instances where
animted: false
would not be respected (#562)
- Improved marquee support for RTL (#561)
- Improved layout for custom bar controllers (#560)
v2.18.4
Added support for scroll to top when the popup is open.