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.1.0 - 2020-05-09
- Added
line-[style]
andline-[color]
utilities to go with Tailwind’s text decoration utilities (underline
andline-through
); they can be customized with thetextDecorationStyle
andtextDecorationColor
theme keys
- Fixed an issue when using a font size that includes a default line height in a text style (e.g.
['16px', '24px']
), which is supported since Tailwind 1.3
3.0.1 - 2020-02-13
- Negative text indent utilities now have the expected class name (
-indent-*
instead ofindent--*
)
3.0.0 - 2020-02-05
- Added kerning utilities, which can be disabled by setting the
kerning
option tofalse
(thanks, @mapgrid!) - Added text rendering utilities, which can be customized with the
textRendering
theme object (thanks, @mapgrid!)
- Changed to use Tailwind 1.2’s new plugin definition syntax
- Font variant utilities (caps, nums, and ligatures) are now generated from the
fontVariantCaps
,fontVariantNumeric
, andfontVariantLigatures
theme keys, and their names have changed to include acaps-
,nums-
, orligatures-
prefix (sonormal-caps
is nowcaps-normal
,no-ligatures
is nowligatures-none
, etc.) - The
caps
,nums
, andligatures
variants keys have changed tofontVariantCaps
,fontVariantNumeric
, andfontVariantLigatures
- Removed the
caps
,nums
, andligatures
options
2.2.0 - 2019-09-02
- Added utilities for some OpenType features: caps (alternate glyphs for capital letters), nums (alternate glyphs for numbers, fractions, and ordinal markers), and ligatures
- Added a
no-ellipsis
utility to undoellipsis
at breakpoints
2.1.1 - 2019-05-27
- Fixed an issue when using an array for a font family in a text style
2.1.0 - 2019-05-26
- Added text style components (see the
textStyles
theme object in theREADME
for more info)
2.0.0 - 2019-05-13
- Added support for global variants thanks to Tailwind’s
variants()
helper function
- Tailwind 1.0.0 compatibility
- Added text unset utilities
- Added boolean options to enable/disable the non-configurable utilities (
ellipsis
,hyphens
, andtextUnset
)
- Most of the config options have been moved to the
theme
andvariants
objects in your Tailwind config (seeREADME
for more info) - Responsive variants are now generated by default
2.0.0-beta.2 - 2019-04-04
- Added text unset utilities
- Added boolean options to enable/disable the non-configurable utilities (
ellipsis
,hyphens
, andtextUnset
)
2.0.0-beta.1 - 2019-04-04
- Tailwind 1.0.0 compatibility
- Most of the config options have been moved to the
theme
andvariants
objects in your Tailwind config (seeREADME
for more info) - Responsive variants are now generated by default
1.1.0 - 2019-03-22
- Added the
hyphens-none
andhyphens-manual
utilities
- Changed the
hyphens
utility tohyphens-auto
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-05-06
Initial release