Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

85 lines (58 loc) · 3.02 KB

Changelog

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.2.0 - 2019-09-02

Added

  • 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 undo ellipsis at breakpoints

2.1.1 - 2019-05-27

Fixed

  • Fixed an issue when using an array for a font family in a text style

2.1.0 - 2019-05-26

Added

  • Added text style components (see the textStyles theme object in the README for more info)

2.0.0 - 2019-05-13

Changed since 2.0.0-beta.2

  • Added support for global variants thanks to Tailwind’s variants() helper function

Added since 1.x

  • Tailwind 1.0.0 compatibility
  • Added text unset utilities
  • Added boolean options to enable/disable the non-configurable utilities (ellipsis, hyphens, and textUnset)

Changed since 1.x

  • Most of the config options have been moved to the theme and variants objects in your Tailwind config (see README for more info)
  • Responsive variants are now generated by default

2.0.0-beta.2 - 2019-04-04

Added

  • Added text unset utilities
  • Added boolean options to enable/disable the non-configurable utilities (ellipsis, hyphens, and textUnset)

2.0.0-beta.1 - 2019-04-04

Added

  • Tailwind 1.0.0 compatibility

Changed

  • Most of the config options have been moved to the theme and variants objects in your Tailwind config (see README for more info)
  • Responsive variants are now generated by default

1.1.0 - 2019-03-22

Added

  • Added the hyphens-none and hyphens-manual utilities

Changed

  • Changed the hyphens utility to hyphens-auto

1.0.2 - 2018-11-04

Added

  • Added proper tests with Jest

1.0.1 - 2018-08-14

Fixed

  • Fixed escaping in selectors generated by the plugin

1.0.0 - 2018-05-06

Initial release