All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2021-12-13
- Configuration now requires Tailwind 3.x to be installed
- Plugin for
empty
variants, since they are included with Tailwind 3
1.0.1 - 2021-10-16
- Added the hash sign to the color values to make them valid colors
1.0.0 - 2021-10-15
- Color shades for
gray
andorange
- They reflect the percentage of color intensity (
gray-100
,gray-80
, ...)
- They reflect the percentage of color intensity (
@tailwindcss/forms
is not part of the default plugins
- Breaking: Configuration for using legacy colors and font sizes has been removed
0.5.1 - 2021-03-03
@tailwindcss/ui
dependency
0.5.0 - 2021-03-03
- Changed legacy defaults to
false
0.4.0 - 2021-03-02
- Converted entrypoint from object to factory function
- Configuration object for factory function
0.3.0 - 2021-03-02
- Empty variant custom plugin
- Unused configuration
0.2.1 - 2021-03-01
- Add
.npmrc
to omit version prefix
0.2.0 - 2021-03-01
- Legacy colors and font sizes to make migration from 1.x easier
.npmignore
file
0.1.0 - 2021-02-05
- NPM Publish Workflow via Github Actions
0.0.0 - 2021-01-28
- Initial implementation