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 8 of 10

0.8.2

Bug Fixes

- Fix custom values for list-style-type missing in default config by dcastil in https://github.com/dcastil/tailwind-merge/pull/53

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.8.1...v0.8.2

0.8.1

Bug Fixes

- Fix missing support for custom values in some class groups in default config by dcastil in https://github.com/dcastil/tailwind-merge/pull/52
- Adds missing support for custom values in following class groups: Grid Auto Columns, Grid Auto Rows, Max-Width, Transition Property, Transition Timing Function, Animation, Fill, Stroke

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.8.0...v0.8.1

0.8.0

Summary

This is a big release with breaking changes. These were necessary to improve the API before the coming v1.0.0 release and to add better plugin support. If you feel like writing a plugin, check out the [plugins section](https://github.com/dcastil/tailwind-merge/tree/v0.8.0#writing-plugins) in the docs!

Breaking Changes

- Previously there was a list of prefixes in the tailwind-merge config which was used to match Tailwind prefixes. I removed those and match all prefixes as valid Tailwind prefixes. This is only a breaking change if you use non-Tailwind classes with `:` in them which look like Tailwind classes after the prefix. tailwind-merge will treat those as Tailwind classes and resolve conflicts incorrectly. (https://github.com/dcastil/tailwind-merge/pull/50)
- `createTailwindMerge`
- If you added custom prefixes to your tailwind-merge config, you can remove them now. If you use TypeScript, you need to remove them. (https://github.com/dcastil/tailwind-merge/pull/50)
- Doesn't get passed the `getDefaultConfig` callback anymore. You need to call the exported function [`getDefaultConfig`](https://github.com/dcastil/tailwind-merge/tree/v0.8.0#getdefaultconfig) instead to get the default config. (https://github.com/dcastil/tailwind-merge/pull/42)
- You probably don't need `createTailwindMerge` anyway. Use the new and much simpler to use [`extendTailwindMerge`](https://github.com/dcastil/tailwind-merge/tree/v0.8.0#extendtailwindmerge) instead. (https://github.com/dcastil/tailwind-merge/pull/49)

New Features

- Add plugin documentation by dcastil in https://github.com/dcastil/tailwind-merge/pull/51
- (Breaking change) Consider all prefixes as valid Tailwind prefixes by dcastil in https://github.com/dcastil/tailwind-merge/pull/50
- Add `extendTailwindMerge` function by dcastil in https://github.com/dcastil/tailwind-merge/pull/49
- Add `mergeConfigs` function by dcastil in https://github.com/dcastil/tailwind-merge/pull/45
- (Breaking change) Code-split default config out by dcastil in https://github.com/dcastil/tailwind-merge/pull/42
- Enable multiple `createConfig` functions by dcastil in https://github.com/dcastil/tailwind-merge/pull/40
- Add validators to package exports by dcastil in https://github.com/dcastil/tailwind-merge/pull/38

Bug Fixes

- Remove unwated side effects when mutating default config by dcastil in https://github.com/dcastil/tailwind-merge/pull/43
- Also added the `Config` type to the package exports

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.7.1...v0.8.0

0.7.1

Bug Fixes

- Fix CommonJS imports not working by navin-moorthy and dcastil in https://github.com/dcastil/tailwind-merge/pull/31

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.7.0...v0.7.1

0.7.0

New Features

- Allow passing `false` to `twMerge` by dcastil in https://github.com/dcastil/tailwind-merge/pull/25

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.6.0...v0.7.0

0.6.0

New Features

- Allow passing `null` as argument to `twMerge` 20 by dcastil

Bug Fixes

- Fix merges with important modifier not working when using prefixed classes by dcastil in https://github.com/dcastil/tailwind-merge/pull/22

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v0.5.2...v0.6.0

Page 8 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.