Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 12 May 22:25
· 364 commits to main since this release

   🚨 Breaking Changes

  • themes: Ship source CSS instead of pre-compiled dist  -  by @jerrythomas and Claude Opus 4.6 (1M context) (e50cb)

   🚀 Features

  • core:
    • Add ColorSpace base class + RgbColorSpace adapter  -  by @jerrythomas and Claude Opus 4.6 (1M context) (01a37)
    • Add HslColorSpace + OklchColorSpace adapters  -  by @jerrythomas and Claude Opus 4.6 (1M context) (7537e)
    • Add ink to DEFAULT_THEME_MAPPING with surface fallback  -  by @jerrythomas and Claude Opus 4.6 (1M context) (09895)
    • Inverted z-scale for ink role in getZScaleCSS()  -  by @jerrythomas and Claude Opus 4.6 (1M context) (44543)
  • demo:
    • Phase 6 component migration batch 1  -  by @jerrythomas and Claude Opus 4.6 (1M context) (a912e)
    • Phase 6 component migration batch 2 + theme fix  -  by @jerrythomas and Claude Opus 4.6 (1M context) (7d332)
    • Phase 8 — Settings Panel + Theme Switcher  -  by @jerrythomas and Claude Opus 4.6 (1M context) (31faf)
    • Phase 9 — Final Verification e2e test suite  -  by @jerrythomas and Claude Opus 4.6 (1M context) (73b13)
    • Add ink role to zen-sumi skin, migrate text tokens  -  by @jerrythomas and Claude Opus 4.6 (1M context) (9e328)
  • themes:
    • Add zen-sumi theme — ink on paper aesthetic  -  by @jerrythomas and Claude Opus 4.6 (1M context) (546af)
    • Phase 7 — migrate old color tokens to z-scale oklch  -  by @jerrythomas and Claude Opus 4.6 (1M context) (c5f70)
    • Phase 7 — remove legacy themes, fix token consistency  -  by @jerrythomas and Claude Opus 4.6 (1M context) (50ad2)
  • unocss:
    • Alias validation — circular, chained, missing target detection  -  by @jerrythomas and Claude Opus 4.6 (1M context) (719f5)
    • Alias-aware color rules + shortcuts in preset  -  by @jerrythomas and Claude Opus 4.6 (1M context) (3de7d)
    • Build-time contrast warning for low ink/surface pairs  -  by @jerrythomas and Claude Opus 4.6 (1M context) (4707a)

   🐞 Bug Fixes

  • core:
    • Color-mix alpha uses calc( * 100%) for correct percentage  -  by @jerrythomas and Claude Opus 4.6 (1M context) (db7d8)
  • demo:
    • CSS-driven list states — remove inline styles, fix dark mode active highlight  -  by @jerrythomas and Claude Opus 4.6 (1M context) (801e6)
    • Replace oklch(var()) with var() in inline styles and components  -  by @jerrythomas and Claude Opus 4.6 (1M context) (d998e)
    • Remove dark mode toggle + language switcher from sidebar  -  by @jerrythomas and Claude Opus 4.6 (1M context) (ac5db)
  • themes:
    • Simplify zen-sumi focus rings to use wrapped CSS variables  -  by @jerrythomas and Claude Opus 4.6 (1M context) (de4ce)
  • unocss:
    • Suppress eslint no-console for contrast warning  -  by @jerrythomas and Claude Opus 4.6 (1M context) (3875e)
    View changes on GitHub