Skip to content

Releases: LeoNatan/LNPopupUI

1.4.2

21 Oct 10:29
38a1433
Compare
Choose a tag to compare

Use latest LNPopupController

1.4.1

10 Oct 18:19
ce691c9
Compare
Choose a tag to compare

Improved popup bar item support for SwiftUI.

1.4.0

04 Oct 16:57
2795891
Compare
Choose a tag to compare

Improved iOS 16 support: Fixed safe area inset and layout margin issues due to internal iOS 16 changes/bugs.

1.3.2

24 Jun 18:13
14c0d50
Compare
Choose a tag to compare

Improved handling of custom popup bars.

1.3.1

22 Jun 17:02
0dc67e4
Compare
Choose a tag to compare

Fixed an issue where environment values leaked across nested popups

1.3.0

17 Dec 01:04
6da0a93
Compare
Choose a tag to compare

Added ProMotion support

1.2.21

06 Nov 20:58
af68a50
Compare
Choose a tag to compare

Use latest LNPopupController

1.2.20

26 Sep 18:26
96e528a
Compare
Choose a tag to compare

Fixed an issue where changing the isBarPresented and isPopupOpen binding values might not have an effect in LNPopupUI

1.2.19

24 Sep 23:14
3c1821d
Compare
Choose a tag to compare
  • Set a default font for popup bar items
  • Improved state management for the popup when the isPopupOpen binding is nil

1.2.18

20 Sep 00:24
7ae78f1
Compare
Choose a tag to compare
  • Added support for custom title and subtitle labels
  • Title/subtitle modifiers better mirror Text initializer behavior