Releases: LeoNatan/LNPopupUI
Releases · LeoNatan/LNPopupUI
1.2.21
Use latest LNPopupController
1.2.20
Fixed an issue where changing the isBarPresented
and isPopupOpen
binding values might not have an effect in LNPopupUI
1.2.19
- Set a default font for popup bar items
- Improved state management for the popup when the
isPopupOpen
binding is nil
1.2.18
- Added support for custom title and subtitle labels
- Title/subtitle modifiers better mirror Text initializer behavior
1.2.17
- Fixed custom popup bar view layout when keyboard is open (#11)
1.2.16
Fixed context interaction support on iOS 15
1.2.15
Use latest LNPopupController
1.2.14
- Added
popupBarInheritsAppearanceFromDockingView(_:)
and popupBarBackgroundEffect(_:)
modifiers
- Deprecated
popupBarBackgroundStyle(_:)
- Internal changes to use the modern appearance API of LNPopupController
1.2.13
Improved popupInteractionContainer()
support