Released on 2024-09-17
What's new:
- Adds structured concurrency support (#148, PR #291, PR #302)
- Adds support for inspecting
task(id: ...)
modifier (PR #313) - Adds
callOnChange(oldValue:newValue:)
(#330, PR #315) - Adds support for
ContentUnavailableView
(PR #325) - Adds support for
accessibilityActions()
(#305) - Adds support for
currency
formatting inText
(#316)
Fixes and improvements:
- Fixes several Xcode 16 compilation issues (#307, #323, PR #308)
- Button tap not working in iOS 18 (#318)
- A crash when hosting multiple views in one test (#312)
Beware implicitly inserted AnyViews
after you migrate to Xcode 16! Check out the guide for more info.