Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 10:20
· 1029 commits to main since this release
3940a99

Breaking Changes

  • createTailwindMerge
    • Config type changed and returned object from getDefaultConfig changed. (#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

  • (Breaking change) Simplify config by @dcastil in #3
  • Add support for Tailwind v2.2.5 by @dcastil in #2

Bug Fixes

  • Fix non-conflicting border classes being merged incorrectly by @dcastil in #5

Full Changelog: v0.3.0...v0.4.0