You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## 9.0.10
4
+
## 10.0.0
5
5
6
6
### Features
7
7
8
-
* Add a `.sheet()` like variation to the `.swiftMessage()` modifier that takes a view builder. This provides more flexibility for constructing message views.
8
+
* Add a variation on the `.swiftMessage()` modifier that takes a view builder instead of requiring that the bound value conform to `MessageViewConvertible`. This syntax is more similar to the familiar `sheet()` modifier syntax and provides more flexibility for constructing message views.
9
+
10
+
### Changes
11
+
12
+
* Use `@MainActor` to ensure that SwiftMessages is not called from a background queue.
0 commit comments