Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

0.4.0: Curve is curve

Compare
Choose a tag to compare
@morizotter morizotter released this 06 Apr 03:27
· 45 commits to master since this release

Breaking changes

  • Fix mistake that keyboard UINotification's curve is treated as UIAnimationOptions. From this version, it is treated as UIAnimationCurve as it is. At the same time, created options computed property which is UIAnimationOptions converted from UIAnimationCurve. It is for usability.

Thanks to @hoppenichu

Migration interaction

For users using curve, follow the migration interaction below:

  1. Change event.curve to event.options.
    • Because event.curve is UIAnimationCurve, which was UIAnimationOptions. Currently, event.options is literally UIAnimationOptions.