- Added:
WithViewStore
now conforms toScene
and can be used inApp.body
content. - Changed:
Store.scope
's less commonly used overload that transforms publishers ofStore
s has been deprecated and renamed topublisherScope
. - Fixed: a few Test Store failure messages were reporting the wrong debug information. They have been fixed.
- Fixed: view store-derived bindings that do not have
animation
modifiers applied will not properly animated when mutated explicitly inwithAnimation
. - Fixed: documentation improvements (thanks @nspavlo, @SteinerHannes, @mluisbrown).x
- Infrastructure: better support dark mode in the Voice Memos demo (thanks @willisplummer).
- Infrastructure: use serial queue in Tic Tac Toe demo.