Features
- Add a variation on the
.swiftMessage()
modifier that takes a view builder instead of requiring that the bound value conform toMessageViewConvertible
. This syntax is more similar to the familiarsheet()
modifier syntax and provides more flexibility for constructing message views.
Changes
- Use
@MainActor
to ensure that SwiftMessages is not called from a background queue. - Bump minimum deployment target to iOS 13.