All Versions
9
Latest Version
Avg Release Cycle
31 days
Latest Release
1316 days ago

Changelog History

  • v3.0.0 Changes

    September 18, 2020
    • ๐ŸŽ Updates CGAffineTransform interpolation to use matrix decomposition. This improves the interpolation of non-RST transforms and greatly improves performance for all transform interpolation.
    • โž• Adds support for animating CATransform3D using matrix decomposition.
  • v2.1.1 Changes

    May 29, 2020
    • ๐Ÿ›  Fixes the execution of execution blocks and property assignments in curved animations
  • v2.1.0 Changes

    April 09, 2020
    • โœ‚ Removes a limitation around subelement mutability when adding child animations.
  • v2.0.4 Changes

    March 18, 2020
    • โšก๏ธ Updates handling of execution and per-frame execution blocks in child animations so they behave properly when used in a parent with a curve applied.
    • Delays calling the completion handler until the final frame of the animation is drawn to screen, to fix a bug where the drawing of the final frame would be delayed if the completion handler did a significant amount of work.
  • v2.0.3 Changes

    March 06, 2020
    • โž• Adds support for installing Stagehand via Swift Package Manager
  • v2.0.2 Changes

    February 22, 2020
    • ๐Ÿ›  Fixes an issue where execution blocks and property assignments in child animations were not executed at the correct time.
  • v2.0.1 Changes

    February 13, 2020
    • โœ… Makes the weak framework linking of XCTest explicit in the StagehandTesting podspec
  • v2.0 Changes

    February 10, 2020
    • โž• Adds snapshot methods for snapshotting an animation via a non-element view
    • Switches animated snapshot format from GIF to APNG
  • v1.0

    January 16, 2020