0.4.4
What's Changed
- Fixed:
ButtonState.init
should not be ambiguous whenaction
is omitted (https://github.com/pointfreeco/swiftui-navigation/pull/49). - Fixed:
SwiftUI.Alert.Button.init
is now passed an empty closure, notnil
, when the action is omitted to prevent disabling the button on older platforms (iOS <15) (thanks @ski-u, https://github.com/pointfreeco/swiftui-navigation/pull/50).
New Contributors
- @ski-u made their first contribution in https://github.com/pointfreeco/swiftui-navigation/pull/50
Full Changelog: pointfreeco/swiftui-navigation@0.4.3...0.4.4