Skip to content

1.2.0

Compare
Choose a tag to compare
@stephencelis stephencelis released this 22 Aug 21:51
· 471 commits to main since this release
a7c1f79

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