Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
54 lines (36 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.83 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.

3.0.0 - 2020-02-05

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax

2.0.0 - 2019-05-13

Changed since 2.0.0-beta.1

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

Added since 1.x

  • Tailwind 1.0.0 compatibility

Changed since 1.x

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

2.0.0-beta.1 - 2019-04-07

Added

  • Tailwind 1.0.0 compatibility

Changed

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

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-08-13

Initial release