github pointfreeco/swift-composable-architecture 0.55.1

latest releases: 1.15.0, 1.14.0, 1.13.1...
14 months ago

What's Changed

  • Fixed: BindingViewStore's dynamic member lookup has been weakened to support let properties (#2243).
  • Fixed: A regression introduced in 0.55.0 caused tests equating BindingAction to fail has been fixed (thanks @bharath2020, #2248).
  • Fixed: WithViewStore initializers that take BindingViewStore are now available on ViewStore, as well (thanks @jessetipton, #2274).
  • Fixed: WithViewStore initializers introduced in 0.55.0 were ambiguous when working with bindable state but no bindable view state. This has been fixed (#2278).
  • Fixed: Some changes to view state containing BindingViewState that SwiftUI failed to observe will now correctly be observed (#2255).
  • Infrastructure: Documentation fixes (thanks @yimajo, #2242; @jessetipton, #2256, #2261, #2267; #2280) and updates (thanks @mrtnlst, #2252).
  • Infrastructure: Fixed programmable 2FA navigation in Tic-Tac-Toe #2264).

New Contributors

Full Changelog: 0.55.0...0.55.1

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.