Releases
Radix Colors releases and changelog.
- [Breaking] A complete rework of all colors.
- Add P3 colorspace versions of all scales.
- Add
ruby, iris, and jade scales
- Fix some of the dark
a2 colors being too opaque.
- [Breaking] A complete rework of all colors, dramatically improving contrast across the board.
- [Breaking] CSS variables were changed to use the hyphen-separated naming:
gray1 → gray-1
grayA1 → gray-a1
- [Breaking] CSS file names were changed to use the hyphen-separated naming:
gray.css → gray.css
grayA.css → gray-alpha.css
grayDark.css → gray-dark.css
grayDarkA.css → gray-dark-alpha.css
- Apply light scale CSS variables to
.light-theme class in addition to
the :root element.