Skip to content

Scrawl-canvas v8.14.0

Latest
Compare
Choose a tag to compare
@KaliedaRik KaliedaRik released this 01 Sep 17:39
· 3 commits to v8 since this release
1aa6f94

Breaking changes:

  • Work on improving the filters code has led to some breaking changes to the display output by various filters - in particular the blend filter has been fixed to use OKLCH colors rather than HCL colors for its calculations. The reduce-palette filter has also moved over to using OKLAB-based color distance calculations which will cause existing canvases utilising that functionality to break their displayed output.

New functionality:

  • Four new filters have been added
    • The modifyOk and modulateOk filters introduce channel manipulations for OKLAB colors
    • The rotateHue and negative filter calculate their effects using OKLCH colors

Improvements:

  • Various minor efficiency improvements in codebase
  • Demo rapier-001 removed - as much as we want to demo SC being used alongside some Wasm-based Rust, keeping up with the changes in the Rapier physics codebase was proving to be unwelcome and frustrating work.

Bugfixes:

  • Fixed some documentation inaccuracies and errors

What's Changed

Full Changelog: 8.13.2...v8.14.0