Skip to content

Latest commit

 

History

History
74 lines (34 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

74 lines (34 loc) · 3.22 KB

1.3.2 (2024-02-19)

Bug Fixes

  • resolve error when using WebWorker in Next.js app (33ad204)

1.3.1 (2024-02-09)

Bug Fixes

  • export NamedSwatch to allow it to be used from outside of library (d4f65f2)

1.3.0 (2024-02-09)

Features

  • add most similar color name to extracted swatches (afaf1e3)
  • implement Cache using Least Frequently Used (LFU) cache algorithm (c243efa)

Performance Improvements

  • integrate LFUCache for faster color name lookup (d80abff)

1.3.0 (2024-02-09)

Features

  • add most similar color name to extracted swatches (afaf1e3)
  • implement Cache using Least Frequently Used (LFU) cache algorithm (c243efa)

Performance Improvements

  • integrate LFUCache for faster color name lookup (d80abff)

1.2.0 (2024-01-14)

Features

  • change default Theme from undefined to 'basic' and refactor ThemeStrategy implementation (1a42357)

Bug Fixes

  • correct conditions for 'if' keyword in .github/workflows/build.yml (12a24d6)

1.1.0 (2023-12-27)

Features

  • improve swatch selection algorithm by pre-filtering candidates based on theme (c46e614)
  • improve swatch selection algorithm by revising coefficients to avoid selecting the same color (2e9ff81)

1.0.1 (2023-12-22)

Bug Fixes

  • resolve errors in non-browser enviroments that does not supports DOM elements (a9fd4fd)

Reverts

  • change to actions/create-github-app-token from tibdex/github-app-token (79ad832)

1.0.0

  • An official release of the library.