1.14.0
版本发布时间: 2024-08-28 03:36:14
pointfreeco/swift-composable-architecture最新发布版本:1.15.2(2024-10-23 00:57:58)
What's Changed
- Added: Isolate
Store
,TestStore
, and various view helpers to the@MainActor
(https://github.com/pointfreeco/swift-composable-architecture/pull/3277, https://github.com/pointfreeco/swift-composable-architecture/pull/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 (https://github.com/pointfreeco/swift-composable-architecture/pull/3309).
- Infrastructure: Bump Swift Navigation version (https://github.com/pointfreeco/swift-composable-architecture/pull/3310).
- Infrastructure: Documentation fixes (thanks @woohyunjin06, https://github.com/pointfreeco/swift-composable-architecture/pull/3296; @MaraMincho, https://github.com/pointfreeco/swift-composable-architecture/pull/3299).
New Contributors
- @woohyunjin06 made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3296
- @MaraMincho made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3299
- @qwerty3345 made their first contribution in https://github.com/pointfreeco/swift-composable-architecture/pull/3305
Full Changelog: https://github.com/pointfreeco/swift-composable-architecture/compare/1.13.1...1.14.0