Changelog
Release history
4.0.0
๐ Features
- New
configoption for full control over tailwind-merge configuration โ supportsprefix,theme,classGroups,conflictingClassGroups, and more - Tailwind CSS v4.0โv4.2 support via tales-from-a-dev/tailwind-merge-php
๐จ Breaking changes
- The cache is now enabled by default
- Swapped underlying library from
gehrisandro/tailwind-merge-phptotales-from-a-dev/tailwind-merge-php - Removed
prefixoption โ useconfig.prefixinstead - Removed
mod()helper andTwMerge::modify()method - Requires Kirby 4+ or 5+ (dropped Kirby 3 support)
- Requires PHP 8.3+
3.1.0
What's Changed
- Add a caching mechanism to improve perf on large pages by @rasteiner in https://github.com/tobimori/kirby-tailwind-merge/pull/2
New Contributors
- @rasteiner made their first contribution in https://github.com/tobimori/kirby-tailwind-merge/pull/2
Full Changelog: https://github.com/tobimori/kirby-tailwind-merge/compare/v3.0.0...3.1.0
3.0.0
This release upgrades tailwind-merge-php to v1.0.0. Changes can be found here.
Full Changelog: https://github.com/tobimori/kirby-tailwind-merge/compare/v2.0.0...v3.0.0
2.0.0
Breaking Changes
- Options for disabling helpers have been removed due to issues with Composer installation (#1)
Features
mod()helper function
Full Changelog: https://github.com/tobimori/kirby-tailwind-merge/compare/1.1.0...v2.0.0
1.1.0
1.0.0
Full Changelog: https://github.com/tobimori/kirby-tailwind-merge/commits/1.0.0