Skip to content

Releases: LeoNatan/LNPopupController

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.

v2.18.3

13 Jan 17:22
78a977a
Compare
Choose a tag to compare
  • Small changes to the grabber-style close button
  • Added missing popup interaction styles to the Swift overlay

v2.18.2

07 Jan 22:25
5c1adc2
Compare
Choose a tag to compare

In drag interaction style, fixed an issue swiping down might cause layout issues (#554)

v2.18.1

07 Jan 22:14
4b15be7
Compare
Choose a tag to compare

Internal improvements

v2.18.0

04 Jan 18:41
b632ce9
Compare
Choose a tag to compare
  • Added an event queue system to allow popup state changes to accumulate as the user calls the API (LeoNatan/LNPopupUI#29)
  • Marked years-long deprecated API as unavailable
  • Minor dark appearance tweaks and performance optimizations

v2.17.1

18 Dec 01:20
28cbdc6
Compare
Choose a tag to compare
  • Improved the floating bar background appearance when presented in dark user interface style
    • Use the LNPopupBarAppearance class to customize popup bar appearance
  • Fixed appearance artifacts when changing the popup close button from .rounded to any other in runtime
  • Increase haptic feedback generation intensity slightly
    • Developers can disable this new behavior by setting popupBarPresentingViewController.allowPopupHapticFeedbackGeneration = false
  • Fixed an issue where marquee labels might disappear (#553)