KeyboardObserver v0.4.0 Release Notes

Release Date: 2016-04-06 // about 8 years ago
  • 💥 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.