Tailwind-merge

Latest version: v0.2.0

Safety actively analyzes 724329 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 10

1.6.1

Bug Fixes

- Fix h-min not working by dcastil in https://github.com/dcastil/tailwind-merge/pull/146

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v1.6.0...v1.6.1

1.6.0

New Features

- Add support for arrays as argument by dcastil in https://github.com/dcastil/tailwind-merge/pull/127
- You can now use arbitrarily nested arrays as arguments to `twMerge`. That's especially handy for nested conditions.
js
twMerge('…', someBool && ['…', anotherBool && '…'])

- The joining of arguments is done with a new `join` function which [is present in the tailwind-merge exports](https://github.com/dcastil/tailwind-merge/blob/v1.6.0/docs/api-reference.md#join) as well. It has the same functionality as [clsx](https://github.com/lukeed/clsx) but without support for objects as arguments which makes it a little faster.
- Why no objects as arguments? You can read about my reasoning in https://github.com/dcastil/tailwind-merge/discussions/137#discussioncomment-3481605.

Bug Fixes

- Replace matchAll with exec by dcastil in https://github.com/dcastil/tailwind-merge/pull/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 https://github.com/dcastil/tailwind-merge/pull/134
- Split docs into multiple files by dcastil in https://github.com/dcastil/tailwind-merge/pull/131
- Add comments to released PRs and their related issues by dcastil in https://github.com/dcastil/tailwind-merge/pull/130
- Add tests to check actual CJS and ESM package exports by dcastil in https://github.com/dcastil/tailwind-merge/pull/129
- Remove ts files from npm package by dcastil in https://github.com/dcastil/tailwind-merge/pull/128

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v1.5.1...v1.6.0

Thanks to charkour for sponsoring tailwind-merge! ❤️

1.5.1

Bug Fixes

- Fix arbitrary z-index value not being recognized by dcastil in https://github.com/dcastil/tailwind-merge/pull/116

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v1.5.0...v1.5.1

Thanks to charkour for sponsoring tailwind-merge! ❤️

1.5.0

New Features

- Added missing ESM `types` subpath export condition by scott-lc in https://github.com/dcastil/tailwind-merge/pull/113
- This makes tailwind-merge work in TypeScript projects using [the new `nodenext` module type introduced in TypeScript 4.7](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js).

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v1.4.0...v1.5.0

Thanks to charkour for sponsoring tailwind-merge! ❤️

1.4.0

New Features

- Optimize runtime performance by using Map by dcastil in https://github.com/dcastil/tailwind-merge/pull/105

Bug Fixes

- Fix overriding w-full with w-fit not working by dcastil in https://github.com/dcastil/tailwind-merge/pull/112

Other

- Publish dev releases of every commit on main branch by dcastil in https://github.com/dcastil/tailwind-merge/pull/104

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

Thanks to charkour for sponsoring tailwind-merge! ❤️

1.3.0

New Features

- Add support for Tailwind v3.1 by dcastil in https://github.com/dcastil/tailwind-merge/pull/103

Bug Fixes

- Fix readme typos by oshi97 in https://github.com/dcastil/tailwind-merge/pull/102
- Fix typos in comments by szamanr in https://github.com/dcastil/tailwind-merge/pull/89

Other

- Add community health files by dcastil in https://github.com/dcastil/tailwind-merge/pull/93

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v1.2.1...v1.3.0

Thanks to charkour for sponsoring tailwind-merge! ❤️

Page 6 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.