Skip to content

0.55.1

Compare
Choose a tag to compare
@stephencelis stephencelis released this 13 Jul 00:16
· 524 commits to main since this release

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