Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

54 lines (37 loc) · 2.24 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.0.0-beta.1 - 2019-04-07

Added

  • Tailwind 1.0.0 compatibility
  • transitionProperty and willChange now accept a default key that generates a simple transition / will-change class

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)
  • Multiple utilities as well as responsive variants are now generated by default (see README for more info)
  • Shorter class names for transition durations (transition-duration-500 is now transition-500) and timing functions (transition-timing-ease is now transition-ease)
  • Transition utilities now set transition-property instead of the transition shorthand; as a result, responsive transition utilities don’t reset the duration, timing function or delay anymore
  • For the above to work, the plugin now sets some base styles on all elements (changes transition-property's default value of all to none, and sets the default duration, timing function, and delay defined in the theme)

1.0.4 - 2018-11-04

Added

  • Added proper tests with Jest

1.0.3 - 2018-11-04

Added

  • Added a changelog and a release script

1.0.2 - 2018-11-04

Fixed

  • Fixed escaping of transition delay selectors

1.0.1 - 2018-08-14

Added

  • Added timingFunctions option
  • Added delays option

Fixed

  • Fixed escaping in selectors generated by the plugin

1.0.0 - 2018-05-06

Initial release