Skip to content

Releases: gehrisandro/tailwind-merge-php

v1.1.2

21 May 17:33
Compare
Choose a tag to compare

What's Changed

  • Fix typing of the arguments of the TailwindMerge::merge function in interface by @mr-chetan in #10
  • fix merging different arbitrary variables - fixes #8 by @gehrisandro in #12

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 May 19:53
Compare
Choose a tag to compare

What's Changed

  • Fix arbitrary shadow with inset not recognized
  • Fix non-conflicting arbitrary border color and width

Full Changelog: v1.1.0...v1.1.1

v1.0.0

18 Oct 10:06
Compare
Choose a tag to compare

What's New

  • Add factory method to provide an optional PSR-16 cache
  • Add missing class col-span-full
  • Allow length and percentage labels for arbitrary sizes
  • Add configuration documentation

What's Changed

  • Remove illuminate/support dependency - implements #3
  • Refactor validators
  • Replace ArbitraryUrlValidator with ArbitraryImageValidator
  • Split arbitrary and non-arbitrary validators into distinct validators
  • Split touch class group into touch, touch-x, touch-y and touch-pz
  • Tests against PHP 8.3
  • Fix ambiguous arbitrary values

Full Changelog: v0.0.1...v1.0.0

v0.0.1

16 Jun 09:15
Compare
Choose a tag to compare

Initial Release