Skip to content

Releases: lukeed/colors-app

v2.0.2

10 Mar 22:21
Compare
Choose a tag to compare

Patches

  • Added will-change to scrolling divs for a massive performance gain - fa8a0eb
  • Fixed missing -webkit- CSS prefix - 80c2d7b

v2.0.0

09 Mar 06:30
Compare
Choose a tag to compare

Major Changes

  • Refactor entire application!
    • Global <App /> state
    • Uses preact-router for URL-based states - b2ce8a5
  • Support multiple palettes - 980b5aa (#2)

Minor Changes

  • Color schemes export their values, key codes, and names separately - 4a93ecd
  • Capitalize all HEX values - 913bbff
  • Remove cacheID from service worker - 7d89cc4

Patches