Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukeredpath lukeredpath released this 19 Mar 15:04
· 32 commits to main since this release

Changed

  • Added FirstResponderStateChangeHandler.receive(on:) to allow change handlers
    to be called on a specfic scheduler to avoid nested view updates.
  • Added an animation: parameter to the FirstResponderStateChangeHandler.animation()
    modifier so you can provide a custom animation, or disable animations explicitly.