Releases: trezy/rafael
Releases · trezy/rafael
v5.0.2
v5.0.1
v5.0.0
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
andcancelAnimationFrame
functions to be replaced (f0f15ba)
BREAKING CHANGES
- Lib is now functional; import with
import * as Rafael from 'rafael'
v5.0.0-beta.1
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
andcancelAnimationFrame
functions to be replaced (f0f15ba)
BREAKING CHANGES
- Lib is now functional; import with
import * as Rafael from 'rafael'