v0.4.0
Breaking Changes
createTailwindMerge
- Config type changed and returned object from
getDefaultConfig
changed. (#3)dynamicClasses
andstandaloneClasses
were merged intoclassGroups
conflictingGroups
were renamed toconflictingClassGroups
- Class group IDs are keys of
classGroups
object instead of full path to class group. E.g.dynamicClasses.foo.0
→foo
.
- Config type changed and returned object from
New Features
- (Breaking change) Simplify config by @dcastil in #3
- Add support for Tailwind v2.2.5 by @dcastil in #2
Bug Fixes
Full Changelog: v0.3.0...v0.4.0