Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1012 Bytes

changelog.md

File metadata and controls

54 lines (30 loc) · 1012 Bytes

Changelog

v4.0.2 (2023-09-06)

  • Improve bundle size

v4.0.1 (2023-09-05)

  • Update filename version for better node.js module usage

v4.0.0 (2023-09-03)

  • Remove errors and warnings from production build
  • Fix color groups keys
  • Optimize tree performances
  • Remove splitPower option
  • Change default values
  • Fix area values

v3.0.0 (2023-04-13)

  • Remove errors and warnings from production build
  • Fix color groups keys
  • Optimize tree performances
  • Remove splitPower option
  • Change default values
  • Fix area values

v2.0.6 (2023-04-06)

  • Fix medium key overlap

v2.0.5 (2023-02-07)

  • Remove default import from doc

v2.0.4 (2023-02-07)

  • Improve bundle size

v2.0.3 (2023-12-04)

  • Rewriting in Typescript
  • Add HSL conversion to sort and filter finals colors with new arguments (saturationDistance, lightnessDistance, hueDistance)
  • Remove canvas dependency to NodeJs version
  • Remove src and Image inputs from NodeJs version (only use ImageData)