github pointfreeco/swift-composable-architecture 1.2.0

latest releases: 1.15.0, 1.14.0, 1.13.1...
13 months ago

What's Changed

  • Added: Legacy alert and action sheet presentation APIs for iOS 13 support (#2379). The alert(store:) and confirmationDialog(store:) view modifiers are iOS 15+, but we now have legacyAlert(store:) and actionSheet(store:) for iOS 13+.
  • Added: TestStore.bindings for testing bindable view state (#2394).
  • Fixed: Addressed a potential threading issue in Store.send (#2382).
  • Fixed: Worked around a Catalina runtime crash due to unavailable macOS symbols (thanks @jaredh159, #2385).
  • Infrastructure: Docs fixes (thanks @nickkohrn, #2383; @jaesung-0o0, #2389).
  • Infrastructure: Added README section for companion libraries (#2395).
  • Infrastructure: Fixed stack case study (#2397)

New Contributors

Full Changelog: 1.1.0...1.2.0

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

NewReleases is sending notifications on new releases.