1.14.0
What's Changed
- Added: Isolate
Store,TestStore, and various view helpers to the@MainActor(#3277, #3283). This has been done with@preconcurrencyfor backwards compatibility. If you are using strict concurrency it may require you add@MainActorannotations to any SwiftUI view helpers that access the store. - Fixed: Don't eagerly dismiss an alert presented by another (#3309).
- Infrastructure: Bump Swift Navigation version (#3310).
- Infrastructure: Documentation fixes (thanks @woohyunjin06, #3296; @MaraMincho, #3299).
New Contributors
- @woohyunjin06 made their first contribution in #3296
- @MaraMincho made their first contribution in #3299
- @qwerty3345 made their first contribution in #3305
Full Changelog: 1.13.1...1.14.0