Skip to content

Releases: LeoNatan/LNPopupUI

1.5.7

20 Oct 00:18
0b67e90
Compare
Choose a tag to compare
  • Added the popupBarFloatingBackgroundShadow() and popupBarImageShadow() modifiers
  • Internal improvements

1.5.6

08 Oct 00:37
51726b0
Compare
Choose a tag to compare
  • This release bumps the iOS requirement to 14.0 and above
  • Significantly improve custom title & subtitle view logic
    • Popup bars with custom title and subtitle views will now correctly update when content size category changes

1.5.5

05 Oct 23:10
b149239
Compare
Choose a tag to compare

Improved support for TabView and NavigationView

1.5.4

01 Oct 23:10
38c97f8
Compare
Choose a tag to compare
  • Fixed a long standing issue where SwiftUI views would not animate when the popup bar is presented and dismissed

1.5.3

27 Sep 00:44
c607090
Compare
Choose a tag to compare

Added popupBarFloatingBackgroundEffect() modifier.

1.5.2

25 Sep 00:05
2f53ab2
Compare
Choose a tag to compare
  • Updated the floating bar shadow to match the system one
  • Improved context menu support
  • Improved SwiftUI layout and bar button item handling

1.5.1

31 Aug 15:29
600feca
Compare
Choose a tag to compare

Introducing a new popup bar style, “Floating”:

This style recreates the new iOS 17 Music app floating bar. (LeoNatan/LNPopupController#538)

1.5.0

30 Aug 01:43
ed84246
Compare
Choose a tag to compare

Introducing a new popup bar style, “Floating”:

This style recreates the new iOS 17 Music app floating bar. (LeoNatan/LNPopupController#538)

1.4.4

13 Aug 22:45
cb62d8f
Compare
Choose a tag to compare

Fixed scroll edge appearance transition animation for tab bars on iOS 17

1.4.3

09 Dec 16:24
36dae8e
Compare
Choose a tag to compare

Fixed a crash related to keyboard input (#19, thanks @aidewoode)