Skip to content

Releases: LeoNatan/LNPopupController

v2.19.0

12 Jul 10:48
2a6d2ec
Compare
Choose a tag to compare
  • 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

07 Jul 16:04
4b13d52
Compare
Choose a tag to compare

Added a fix for _UIHostingView.hitTest(_:with:) bugs in iOS 18

v2.18.11

06 Jul 00:25
1c6d246
Compare
Choose a tag to compare

Improve handling of toolbar appearache changes

v2.18.10

05 Jul 13:55
59d4b4a
Compare
Choose a tag to compare

Minor improvements

v2.18.9

18 Jun 22:56
f994294
Compare
Choose a tag to compare

Initial iOS 18 Support (#570)

v2.18.8

26 Mar 01:32
ea00807
Compare
Choose a tag to compare

Fixed a crash under certain circumstances.

v2.18.7

22 Feb 15:01
2813faf
Compare
Choose a tag to compare

Added support for prefersHomeIndicatorAutoHidden / setNeedsUpdateOfHomeIndicatorAutoHidden (#566)

v2.18.6

17 Feb 19:53
aaf4869
Compare
Choose a tag to compare
  • Removed unsafeFlags from the package, causing build errors (#563)

v2.18.5

16 Feb 18:55
6bf92a1
Compare
Choose a tag to compare
  • 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

02 Feb 17:35
11d3525
Compare
Choose a tag to compare

Added support for scroll to top when the popup is open.