We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de45cc3 commit a65067dCopy full SHA for a65067d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.5.0
4
+
5
+* Added `FirstResponderStateChangeHandler.receive(on:)` to allow change handlers
6
+to be called on a specfic scheduler to avoid nested view updates.
7
+* Added an `animation:` parameter to the `FirstResponderStateChangeHandler.animation()`
8
+modifier so you can provide a custom animation, or disable animations explicitly.
9
10
## 0.4.1
11
12
### Fixed
0 commit comments