Skip to content

1.14.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 27 Aug 19:36
· 55 commits to main since this release
0d8980f

What's Changed

  • Added: Isolate Store, TestStore, and various view helpers to the @MainActor (#3277, #3283). This has been done with @preconcurrency for backwards compatibility. If you are using strict concurrency it may require you add @MainActor annotations 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

Full Changelog: 1.13.1...1.14.0