Releases: mrcaidev/tailwindcss-radix-colors
Releases · mrcaidev/tailwindcss-radix-colors
v1.4.1
v1.4.0
v1.3.1
Fixes
- To generate semantic classes, a foreground color pair should not be compulsory for custom colors.
- Remove compilation warning about missing scales for custom colors.
Documentation
- Fixed dead links.
- Added Advantages for either approach.
- Added Why Smaller CSS Bundle?
- Added Custom Colors.
Tests
- Added tests for
plugin.ts
. - Added tests for
index.ts
.
Others
- Use
@apply bg-red-1
instead of@apply bg-[${colorName}]
to achieve better compatibility and readability. - Refactoring.
v1.3.0
Features
- New configuration options
include
andexclude
. No longer overwhelmed by unused colors!
Fixes
- Cannot read properties of
undefined
(reading '1'). (#12)
Tests
- Test suite setup and some initial tests, thanks to @FedericoBiccheddu.
- Automated tests with GitHub Actions
Others
- Bumped all dependencies, and updated config files, like migrating to ESLint v9, and local git hooks.
- The plugin now uses
@apply
to add component classes, which means better compatibility and separation of concerns. - Codebase refactoring and readability improvement.
- Replaced CJS output format with UMD.