Skip to content

Releases: LeoNatan/LNPopupUI

2.0.1

02 Apr 05:12
6d0cfc8
Compare
Choose a tag to compare

Added support for generic SwiftUI view transition targets

2.0

28 Mar 14:20
333dfe7
Compare
Choose a tag to compare
2.0
  • Added support for popup transitions
  • Deprecated APIs have been marked as unavailable and will be removed in a future release

1.9.5

16 Mar 22:34
4c8b26f
Compare
Choose a tag to compare

Improved handling of popup bar image layout (LeoNatan/LNPopupController#597)

1.9.4

12 Mar 00:05
cf2b498
Compare
Choose a tag to compare
  • Added support for images with different aspect ratio than 1:1 (#61)

    • The .popupImage() API has been extended to include aspect ratio and content mode:

      .popupImage(Image("AppIconPopupBar"), aspectRatio: 2.0, contentMode: .fit)
    • By default, .fit content mode is used with a nil aspect ratio

1.9.3

08 Nov 03:44
031bdaa
Compare
Choose a tag to compare
  • Improved SwiftUI child view controller detection logic
  • Layout improvements

1.9.2

05 Nov 23:44
31682fa
Compare
Choose a tag to compare

Fixed internal state management issue introduced in a previous release.

1.9.1

02 Nov 01:56
d6d058f
Compare
Choose a tag to compare

Improved support for tab views with sidebar adaptable tab view style

1.9.0

17 Oct 10:00
e1de1a8
Compare
Choose a tag to compare
  • Given a sufficiently wide, regular horizontal size-class container on iPadOS, floating popup bars will now be limited in width to a system-determined value
    • To display the bar in full width, use the new .popupBarLimitFloatingContentWidth(false) modifier

Simulator Screenshot - iPad Pro 11-inch (M4) - 2024-10-17 at 07 38 54

  • Floating popup bars will now increase in height slightly on regular horizontal size-class superviews on iPadOS.

  • Improved floating tab bar support on iPadOS 18

1.8.7

05 Oct 14:14
8e5abca
Compare
Choose a tag to compare
  • Fixed an issue where state was modifed while view was updating (#55, #56)

  • Fixed an issue where state changes would interfere with user interaction (#57, #58)

  • The package now requires Xcode 16, but still supports iOS 14 and above

1.8.6

14 Aug 13:17
862dcf5
Compare
Choose a tag to compare

Fixed memory management issues (#54)