Back to Radix Ui

Releases

data/colors/docs/overview/releases.mdx

latest1.0 KB
Original Source

Releases

<Description>Radix Colors releases and changelog.</Description>

3.0.0

<Note> October 2, 2023 </Note>

  • [Breaking] A complete rework of all colors.
  • Add P3 colorspace versions of all scales.

2.1.0

<Note>August 21, 2023</Note>

  • Add ruby, iris, and jade scales

2.0.1

<Note>August 7, 2023</Note>

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

2.0.0

<Note>August 7, 2023</Note>

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

1.0.0

<Note>June 23, 2023</Note>

  • [Breaking] CSS variables were changed to use the hyphen-separated naming:
    • gray1gray-1
    • grayA1gray-a1
  • [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

<Note>June 19, 2023</Note>

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