Skip to content

Scrawl-canvas v8.5.0

Compare
Choose a tag to compare
@KaliedaRik KaliedaRik released this 19 Feb 10:49

Internal changes:

  • Filters - moved filters code from web worker back into main thread
  • Removed web worker code - this simplifies the code base and makes SC easier to integrate with 3rd party tooling such as code bundlers
  • As web workers have been removed, can also remove the Display cycle promises cascade

New functionality:

  • Entity caching - this allows entitys with more intense filters applied to them to be rendered internally once, then have the cache image stamped on the display when required

Full Changelog: 8.4.0...8.5.0