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: Release Notes.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,29 @@
1
1
# Release notes
2
2
3
3
4
-
## 0.4.0
4
+
## 0.4.1
5
5
6
-
This release adds a new geometry `View` extension.
6
+
This release changes the `View` geometry extensions and replaces `bindGeometry(to: ...)` with:
7
7
8
-
`bindGeometry(to: ...)` lets you bind any `CGFloat` geometry value for a view. It injects a `GeometryReader` and provides it back to the extension's value resolve block.
0 commit comments