Skip navigation

Changelog

Release history

4.0.0

๐ŸŽ‰ Features

  • New config option for full control over tailwind-merge configuration โ€” supports prefix, 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-php to tales-from-a-dev/tailwind-merge-php
  • Removed prefix option โ€” use config.prefix instead
  • Removed mod() helper and TwMerge::modify() method
  • Requires Kirby 4+ or 5+ (dropped Kirby 3 support)
  • Requires PHP 8.3+

3.1.0

What's Changed

New Contributors

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