Skip to content

tailwind-merge 0.4.0

Breaking Changes

  • createTailwindMerge
    • Config type changed and returned object from getDefaultConfig changed. (https://github.com/dcastil/tailwind-merge/pull/3)
      • dynamicClasses and standaloneClasses were merged into classGroups
      • conflictingGroups were renamed to conflictingClassGroups
      • Class group IDs are keys of classGroups object instead of full path to class group. E.g. dynamicClasses.foo.0foo.

New Features

Bug Fixes

Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v0.3.0...v0.4.0