0.6.0
- Added: SwiftUI alert and action sheet helpers via
AlertState
andActionSheetState
. - Changed:
ViewStore
no longer uses@Published
to coordinate its state withObservableObject
.
AlertState
and ActionSheetState
.ViewStore
no longer uses @Published
to coordinate its state with ObservableObject
.