Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 824 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 824 Bytes

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.1] - 2019-05-31

Fixed

  • Border image should be visible now (hardcoded border-image-slice value to 1)

Removed

  • Radial border gradients

[2.0.0] - 2019-05-30

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.1] - 2019-03-07

Update repo URLs, add keywords (c189513)

[1.0.0] - 2019-01-06

Initial release