Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

43 lines (32 loc) · 1005 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 adheres to Semantic Versioning.

v1.2.0 (2024-03-12)

Added

  • Add support for Laravel 11

v1.1.0 (2024-01-10)

Added

  • Add support for Tailwind CSS v3.4

Fixed

  • Fix display class not removed when it precedes line-clamp class

v1.0.0 (2023-10-18)

Added

  • Add cache support

Changed

  • Add empty classGroups configuration

Docs

  • Add documentation for configuration
  • Add documentation for twMergeFor()

v0.2.1 (2023-08-10)

Fixed

  • Revert the behaviour of twMerge

v0.2.0 (2023-08-09)

Added

  • Add twMergeFor and withoutTwMergeClasses on the ComponentAttributesBag

v0.1.0 (2023-06-16)

Fixed

  • Remove DeferrableProvider - fixes (#2)

v0.0.1 (2023-06-16)

Added

  • First version