Skip to content

0.10.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 12 Jan 15:20
· 1207 commits to main since this release
6d4c40d
  • Added: WithViewStore now conforms to Scene and can be used in App.body content.
  • Changed: Store.scope's less commonly used overload that transforms publishers of Stores has been deprecated and renamed to publisherScope.
  • 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 in withAnimation.
  • 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.