github pointfreeco/swift-composable-architecture 1.14.0

latest releases: 1.15.2, 1.15.1, 1.15.0...
2 months ago

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

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.