Skip to content

v0.12.0

Choose a tag to compare

@thevangelist thevangelist released this 09 May 23:41
· 118 commits to main since this release

Fixed

  • Link and text colors (e.g. `#0070e0`) were filtered out when they never appeared as background colors. Chromatic text-only colors with sufficient semantic context are now retained.
  • Header and single-instance brand background colors were dropped on large sites where element count pushed the frequency threshold too high. High-scoring colors now bypass the count threshold.
  • Modern CSS color functions (`oklab`, `oklch`, `lch`, `lab`, `color()`) were leaking into the palette as unparseable strings. These are now rejected at all extraction paths including hover/focus state merging.