Skip to content

Releases: trezy/rafael

v5.0.2

16 Apr 03:50
5d674ce
Compare
Choose a tag to compare

5.0.2 (2022-04-16)

Bug Fixes

  • schedule: ensure auto generated task IDs are always unique (5d674ce)

v5.0.1

14 Apr 23:50
32eccf0
Compare
Choose a tag to compare

5.0.1 (2022-04-14)

Bug Fixes

  • config: ensure proper context for window methods (32eccf0)

v5.0.0

14 Apr 23:16
240787e
Compare
Choose a tag to compare

5.0.0 (2022-04-14)

Bug Fixes

  • schedule: fix schedule starting all tasks (13af0ae)
  • start: don't run task immediately if using default framerate (8babab5)

Code Refactoring

  • update to use modern ESM (8c88412)

Features

  • config: allow requestAnimationFrame and cancelAnimationFrame functions to be replaced (f0f15ba)

BREAKING CHANGES

  • Lib is now functional; import with import * as Rafael from 'rafael'

v5.0.0-beta.1

14 Apr 22:21
2dc54bc
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2022-04-14)

Bug Fixes

  • schedule: fix schedule starting all tasks (13af0ae)
  • start: don't run task immediately if using default framerate (8babab5)

Code Refactoring

  • update to use modern ESM (8c88412)

Features

  • config: allow requestAnimationFrame and cancelAnimationFrame functions to be replaced (f0f15ba)

BREAKING CHANGES

  • Lib is now functional; import with import * as Rafael from 'rafael'