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 useOKLCH
colors rather thanHCL
colors for its calculations. Thereduce-palette
filter has also moved over to usingOKLAB
-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
andmodulateOk
filters introduce channel manipulations forOKLAB
colors - The
rotateHue
andnegative
filter calculate their effects usingOKLCH
colors
- The
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
- Reduce-palette filter improvements experiment by @KaliedaRik in #96
- Initial MVP solution to display context menu by @KaliedaRik in #97
- Small improvements and bug fixes August 2024 by @KaliedaRik in #94
- Bump version to v8.14.0 by @KaliedaRik in #98
Full Changelog: 8.13.2...v8.14.0