All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project mostly adheres to Semantic Versioning.
3.0.0 - 2020-02-05
- Changed to use Tailwind 1.2’s new plugin definition syntax
2.0.0 - 2019-05-13
- Added support for global variants thanks to Tailwind’s
variants()
helper function
- Tailwind 1.0.0 compatibility
- The plugin doesn’t accept a config object anymore; instead it finds what it needs in the
theme
andvariants
keys of your config (seeREADME
for more info) - Responsive variants are now generated by default
2.0.0-beta.1 - 2019-04-07
- Tailwind 1.0.0 compatibility
- The plugin doesn’t accept a config object anymore; instead it finds what it needs in the
theme
andvariants
keys of your config (seeREADME
for more info) - Responsive variants are now generated by default
1.0.2 - 2018-11-04
- Added proper tests with Jest
1.0.1 - 2018-08-14
- Fixed escaping in selectors generated by the plugin
1.0.0 - 2018-08-13
Initial release