We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a818716 commit 091dec8Copy full SHA for 091dec8
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v1.1.0 (2024-01-10)
8
+### Added
9
+- Add support for Tailwind CSS v3.4
10
+
11
+### Fixed
12
+- Fix display class not removed when it precedes line-clamp class
13
14
## v1.0.0 (2023-10-18)
15
### Added
16
- Add cache support
composer.json
@@ -13,7 +13,7 @@
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.5.1",
"laravel/framework": "^10.9.0",
- "gehrisandro/tailwind-merge-php": "v1.0.0"
+ "gehrisandro/tailwind-merge-php": "^v1.1.0"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.13.8",
0 commit comments