Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 1.3 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 adheres to Semantic Versioning, enforced with semantic-release.

0.3.0 (2022-10-23)

Changed

  • Upgrade to Tailwind v3.2.0 – the plugin will no longer work with older releases of Tailwind.
  • Minify the published plugin.

0.2.0 (2022-06-10)

Changed

  • Upgrade to Tailwind v3.1.0 – the plugin will no longer work with older releases of Tailwind.

Added

  • Add text-start for text-align: start and text-end for text-align: end, matching Tailwind core plugin.

Removed

  • Stop overriding the container core plugin, as it sets the same amount of space left and right.
  • Remove LTR-only fallback styles for inset left/right positioning in older browsers.
  • Remove LTR-only fallback styles for scroll-margin in older browsers.

0.1.0 (2022-03-09)

First usable release!