发布版本

¥Releases

Radix Colors 发布及更新日志。

3.0.0

  • [Breaking] 所有颜色完全重制。

    ¥[Breaking] A complete rework of all colors.

  • 添加所有比例的 P3 色彩空间版本。

    ¥Add P3 colorspace versions of all scales.

2.1.0

  • 添加 rubyirisjade 比例。

    ¥Add ruby, iris, and jade scales

2.0.1

  • 修复 a2 深色过于不透明的问题。

    ¥Fix some of the dark a2 colors being too opaque.

2.0.0

  • [重大更新] 全面重制所有颜色,显著提高整体对比度。

    ¥[Breaking] A complete rework of all colors, dramatically improving contrast across the board.

1.0.0

  • [Breaking] CSS 变量已更改为使用连字符分隔的命名方式:

    ¥[Breaking] CSS variables were changed to use the hyphen-separated naming:

    • gray1gray-1

    • grayA1gray-a1

  • [Breaking] CSS 文件名已更改为使用连字符分隔的命名方式:

    ¥[Breaking] CSS file names were changed to use the hyphen-separated naming:

    • gray.cssgray.css

    • grayA.cssgray-alpha.css

    • grayDark.cssgray-dark.css

    • grayDarkA.cssgray-dark-alpha.css

0.1.9

  • 除了 :root 元素之外,还将轻量级 CSS 变量应用于 .light-theme 类。

    ¥Apply light scale CSS variables to .light-theme class in addition to the :root element.