Skip to content

Boring Update

Compare
Choose a tag to compare
@clabe45 clabe45 released this 17 Jul 23:14
· 245 commits to master since this release
61ccf9b

0.9.0 - 2022-07-17

Changed

  • Methods in the Base effect now accept Base layers instead of Visual layers.

Deprecated

  • autoRefresh option (#130).
  • publicExcludes (#130).
  • All change events (#130).

Fixed

  • Layers no longer trigger infinite loops when their active states change (#127).
  • Add missing VisualSource options to Image layer (#128).
  • Layers are now stopped when recording ends.
  • stop() is no longer called on inactive layers.
  • Movies no longer publish 'movie.ended' when done recording.
  • Audio and Video layers not detaching properly.
  • When done playing or recording, movies only reset their time if they're in repeat mode.
  • The timeupdate event is no longer fired when currentTime remains the same (due to performance.now() rounding).