Skip to content

Releases: LeoNatan/LNPopupUI

1.7.4

12 Apr 12:32
3f4b503
Compare
Choose a tag to compare

Fixed an issue where custom bar views, created with popupBarCustomView {} would produce excessive padding. (#39, #40)

1.7.3

08 Jan 16:02
26c3e5e
Compare
Choose a tag to compare

Improved SwiftUI implicit animation management.

1.7.2

08 Jan 15:35
4af9865
Compare
Choose a tag to compare

Improved UIKIt to SwiftUI state management

1.7.1

07 Jan 22:28
593b9a9
Compare
Choose a tag to compare
  • Fixed an issue where not setting a popup image would display an empty image in the popup bar
  • Made the popupImage() modifier accept nil, so that the popup bar image can be hidden

1.7.0

09 Dec 02:26
8b46091
Compare
Choose a tag to compare

Added support for haptic feedback when interacting with the popup. This behavior is enabled by default. Developers can disable using the new popupHapticFeedbackEnabled() view modifier.

1.6.4

27 Nov 00:24
0a095b3
Compare
Choose a tag to compare

Fixed issues related to the previous release (#28).

1.6.3

24 Nov 23:22
93097d8
Compare
Choose a tag to compare

Improved memory management (#28)

1.6.2

27 Oct 00:05
aa0094a
Compare
Choose a tag to compare

Added support for toolbarBackground(_:for:).

You can now set the tab bar appearance for your tabs, and the popup bar will respect this appearance:

TabView {
  Tab1().toolbarBackground(Material.thin, for: .tabBar)
  Tab2().toolbarBackground(Color.yellow, for: .tabBar)
  Tab3()
}

1.6.1

24 Oct 02:00
ea6f801
Compare
Choose a tag to compare

Improved support for NavigationSplitView.

1.6.0

21 Oct 21:13
332202d
Compare
Choose a tag to compare
  • Added the popupBarInheritsEnvironmentFont() modifier and implemented font inheriting for popup bars, which is enabled by default.
    • This will not replace any title or subtitle text attributes that have been set on the popup bar
  • Added the popupBarTitleTextAttributes() and popupBarSubtitleTextAttributes() modifiers