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.
2.1.0 - 2020-05-09
- Added a
children-not-last
variant
- Changed the implementation of the
children-not-first
variant to> :not(:first-child)
(instead of> * + *
) for consistency withchildren-not-last
2.0.0 - 2020-02-05
- Added a
children-not-first
variant (e.g.children:not-first:border-t
)
- Changed to use Tailwind 1.2’s new plugin definition syntax
- Changed the name and class prefix of the following variants:
first-child
is nowchildren-first
and its class prefix is nowchildren:first:
last-child
is nowchildren-last
and its class prefix is nowchildren:last:
odd-children
is nowchildren-odd
and its class prefix is nowchildren:odd:
even-children
is nowchildren-even
and its class prefix is nowchildren:even:
- Fixed an issue where the variants didn’t work as expected on utilities with pseudo-elements
1.3.0 - 2019-12-20
- Added
children-visited
andchildren-disabled
variants
1.2.0 - 2019-09-02
- Added
odd-children
andeven-children
variants
1.1.0 - 2019-07-08
- Added 4 variants:
children-hover
,children-focus
,children-focus-within
, andchildren-active
1.0.0 - 2019-02-14
Initial release