What's Changed
- Added: Legacy alert and action sheet presentation APIs for iOS 13 support (#2379). The
alert(store:)
andconfirmationDialog(store:)
view modifiers are iOS 15+, but we now havelegacyAlert(store:)
andactionSheet(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
- @jaredh159 made their first contribution in #2385
Full Changelog: 1.1.0...1.2.0