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.
5.0.0 - 2020-08-04
- Added a
group-focus-visible
variant
- Removed the
checked
variant since it is built into Tailwind as of v1.5
4.0.0 - 2020-05-09
- Removed the
group-focus
variant since it is now built into Tailwind
3.1.1 - 2020-03-17
- Fixed the
can-hover
andno-hover
variants with Tailwind’simportant
option set to a selector (e.g.#app
)
3.1.0 - 2020-02-13
- Added
can-hover
andno-hover
variants
3.0.0 - 2020-02-05
- Added a
checked
variant
- Changed to use Tailwind 1.2’s new plugin definition syntax
2.4.0 - 2019-12-20
- Added
group-visited
andgroup-disabled
variants
- Tailwind’s
prefix
option is now properly applied to the.group
part of the selector for group variants
2.3.0 - 2019-11-29
- Added a
group-focus-within
variant
2.2.0 - 2019-09-02
- Removed the
visited
variant since it is now built into Tailwind
2.1.0 - 2019-07-11
- Added support for utilities that include pseudo-elements (based on Tailwind’s method introduced in v1.0.5)
2.0.0 - 2019-05-13
No change since 2.0.0-beta.1
2.0.0-beta.1 - 2019-04-07
- Tailwind 1.0.0 compatibility
1.0.0 - 2019-02-14
Initial release