Releases: desmondinho/tailwind-merge-dotnet
v0.3.0
This is the first full-fledged release of the tailwind-merge-dotnet! 🎉
Overview
In this release, the config customization functionality was added, addressing one of the missing features mentioned in the initial pre-release.
New Features
- feat: add config customization support by @desmondinho in #4
Full Changelog: v0.2.0-rc...v0.3.0
v0.2.0-rc
What's Changed
- feat: improve nullability support by @desmondinho in #2
New Contributors
- @desmondinho made their first contribution in #2
Full Changelog: v0.1.0-rc...v0.2.0-rc
v0.1.0-rc
Overview
This version is marked as pre-release as it is not stable and hasn't been tested in production.
Everyone who is interested in this project could try it out and share any feedback.
I've tried to make this utility as performant as possible.
Feel free to inform me if you have any suggestions on how computations/memory usage could be improved.
This version nearly fully replicates the features of the original project
Merging behavior
- Last conflicting class wins
- Allows refinements
- Resolves non-trivial conflicts
- Supports modifiers and stacked modifiers
- Supports arbitrary values
- Supports arbitrary properties
- Supports arbitrary variants
- Supports important modifier
- Supports postfix modifiers
- Preserves non-Tailwind classes
- Supports custom colors out of the box
Composition
Performance
Some of the missing features to be implemented in the near future
- Support of conditional classes
- Support of arrays and nested arrays (?)
- Support of configuration
Full Changelog: https://github.com/desmondinho/tailwind-merge-dotnet/commits/v0.1.0-rc