Releases: gehrisandro/tailwind-merge-php
Releases · gehrisandro/tailwind-merge-php
v1.1.2
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
- @mr-chetan made their first contribution in #10
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
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
Initial Release