0.55.1
What's Changed
- Fixed:
BindingViewStore
's dynamic member lookup has been weakened to supportlet
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 takeBindingViewStore
are now available onViewStore
, 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
- @bharath2020 made their first contribution in #2248
- @mrtnlst made their first contribution in #2252
- @jessetipton made their first contribution in #2256
Full Changelog: 0.55.0...0.55.1