Skip to content

Releases: LeoNatan/LNPopupUI

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)

1.8.5

14 Aug 10:51
7a28fce
Compare
Choose a tag to compare

Fixed memory management issues (#54)

1.8.4

06 Aug 20:23
9e0d5e1
Compare
Choose a tag to compare

Made LNPopupCustomBarHostingController's initializer public.

1.8.3

02 Aug 11:21
54e086d
Compare
Choose a tag to compare

Make LNPopupCustomBarHostingController public (#47)

1.8.2

31 Jul 13:03
2885cc2
Compare
Choose a tag to compare

Fixed compilation issues with older versions of Xcode (#46)