Skip to content

v23.0.0 - Time Travel

Compare
Choose a tag to compare
@trusktr trusktr released this 15 Jan 07:12
· 17 commits to main since this release

What's Changed

  • Add : tests for onRepeat callback by @MasatoMakino in #609
  • Handling of repeats with browser tab sleep by @MasatoMakino in #564
    • When updates are skipped (f.e. due to requestAnimationFrame not firing for unfocused tabs) and then start firing again later, things now work (tweens can travel properly into the future).
  • BREAKING: negative values for .delay() are no longer valid (it was not a documented feature). See df82146 for migration example.
  • Update examples to avoid removed features by @trusktr

Full Changelog: v22.0.0...v23.0.0