Releases: mrcaidev/tailwindcss-radix-colors
Releases · mrcaidev/tailwindcss-radix-colors
v2.1.0
What's Changed
- Use Tailwind V4’s syntax for utilities by @seanogdev in #28
New Contributors
- @seanogdev made their first contribution in #28
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Warning
Plugin v2 only supports Tailwind CSS v4. If you are not ready to upgrade, please stick with plugin v1.
Upgraded to Tailwind CSS v4. Please refer to documentation for guidance.
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-1instead of@apply bg-[${colorName}]to achieve better compatibility and readability. - Refactoring.
v1.3.0
Features
- New configuration options
includeandexclude. 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
@applyto add component classes, which means better compatibility and separation of concerns. - Codebase refactoring and readability improvement.
- Replaced CJS output format with UMD.