Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Releases: brattonross/windy-radix-palette

v0.2.0

24 Aug 20:14
Compare
Choose a tag to compare

Breaking Changes

  • This package now exports a Tailwind plugin instead of a preset
  • @radix-ui/colors and tailwindcss are now peer dependencies
  • You no longer need to write any CSS to use this package

v0.1.2

14 Aug 14:35
Compare
Choose a tag to compare

Fixes an issue where base.css could be generated with colors out of order, resulting in some dark mode colors not working correctly.

v0.1.1

03 Apr 21:54
Compare
Choose a tag to compare

Quick fix to remove @radix-ui/colors as a dependency, as we generate our own versions of the Radix CSS files.

v0.1.0

03 Apr 21:46
Compare
Choose a tag to compare

Breaking change that aims to improve dark mode support.

  • Dark colors e.g. text-tomatoDark-11 no longer exist, and instead will automatically be applied when an element with the dark class appears in the containing tree
  • This package now also contains CSS (the Radix CSS variable declarations), which must be imported into your Tailwind input CSS file

v0.0.1

30 Sep 23:42
Compare
Choose a tag to compare

Initial release