Skip to content

Releases: dcastil/tailwind-merge

v1.6.1

30 Sep 10:42
80d7e7a
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v1.6.0...v1.6.1

v1.6.0

20 Aug 20:17
b32c973
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Replace matchAll with exec by @dcastil in #133
    • This makes tailwind-merge work in older browsers which don't support String.prototype.matchAll()

Other

  • Add recipes section to docs by @dcastil in #134
  • Split docs into multiple files by @dcastil in #131
  • Add comments to released PRs and their related issues by @dcastil in #130
  • Add tests to check actual CJS and ESM package exports by @dcastil in #129
  • Remove ts files from npm package by @dcastil in #128

Full Changelog: v1.5.1...v1.6.0

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.5.1

21 Jul 07:29
b1b0c3d
Compare
Choose a tag to compare

Bug Fixes

  • Fix arbitrary z-index value not being recognized by @dcastil in #116

Full Changelog: v1.5.0...v1.5.1

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.5.0

19 Jul 12:12
d34fea9
Compare
Choose a tag to compare

New Features

Full Changelog: v1.4.0...v1.5.0

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.4.0

11 Jul 08:20
47ed804
Compare
Choose a tag to compare

New Features

  • Optimize runtime performance by using Map by @dcastil in #105

Bug Fixes

  • Fix overriding w-full with w-fit not working by @dcastil in #112

Other

  • Publish dev releases of every commit on main branch by @dcastil in #104

Full Changelog: v1.3.0...v1.4.0

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.3.0

12 Jun 18:25
61a78a2
Compare
Choose a tag to compare

New Features

Bug Fixes

Other

Full Changelog: v1.2.1...v1.3.0

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.2.1

22 Mar 20:02
40cccd2
Compare
Choose a tag to compare

Bug Fixes

  • Fix isArbitraryWeight incorrectly using weight: instead of number: for disambiguation for arbitrary values by @liuqiang1357 in #85
  • Fix typos in README.md by @Gri-ffin in #82

Full Changelog: v1.2.0...v1.2.1

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.2.0

08 Jan 20:30
ffacfa9
Compare
Choose a tag to compare

New Features

Full Changelog: v1.1.1...v1.2.0

Thanks to @charkour for sponsoring tailwind-merge! ❤️

v1.1.1

17 Dec 08:21
dc940da
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Dec 20:40
b425da5
Compare
Choose a tag to compare

New Features

  • Fix missing arbitrary value support in some class groups by @dcastil in #73
    • Adds arbitrary value support for class groups grayscale, invert, sepia, grow, shrink, object-position, shadow, drop-shadow, rotate, skew and transform-origin
    • Fixes break-inside classes being merged incorrectly
    • Adds missing classes overline, underline-offset, content-none
    • Fixes typo in class group name bg-repeeatbg-repeat
    • Adds isArbitraryShadow validator
  • Improve tree-shaking by @dcastil in #65
    • I changed the build output significantly here and removed "type": "module" from the package.json. I did test the new npm package output in Node and in the browser, but it's hard to account for every possible build system tailwind-merge is used in. If some issues come up with bundling tailwind-merge, please open an issue!

Bug Fixes

  • Fix stroke-color utilities being merged with stroke-width utilities by @dcastil in #72
  • Fix mix-blend utilities getting merged incorrectly by @dcastil in #71

Full Changelog: v1.0.0...v1.1.0