This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Releases: jshimkoski/simple-design-system
Releases · jshimkoski/simple-design-system
v2.4.1
Fix my default colors, you shmuck!
This bug fix release corrects a build issue that effected the default colors (ie .bg-red, .text-green).
Sorry about that!
v2.4.0
Give me colors, give me config
- There are now nine variations of each of the following static and dynamic colors: gray, blue, green, indigo, orange, pink, purple, red, teal, and yellow
- Tailwind, Tailwind Typography, and Tailwind CSS Variables now come prepackaged.
- You can now easily punch into the Simple Design System’s Tailwind config to easily override colors and setup purge options.
v2.3.0
Dark mode improvements
This release is an improvement upon dark mode.
New Features:
- Use "dark" variant on all color utility classes to use that specific color in manual or automatic dark mode.
v2.0.0
This release included a restructuring of the Tailwind CSS. This sets us up for an eventual upgrade to the customization options available in the Simple Design System.
Breaking changes:
- Source CSS files have been replaced by TailwindCSS plugins
- The minified version of the CSS has been removed from the distributed node module
Changes:
- Documentation updated to remove reference to minified CSS
Chores:
- Upgraded eslint dependency