Class Management: You can now replace previous class names when using the library. For example, using classNames('foo', { foo: false, bar: true }) will render class="bar" instead of class="foo bar", making it easier to manage your class names effectively.
Improvements
Benchmarking: We have added a comprehensive benchmark test suite to help you evaluate the performance of class name management. This will assist in ensuring that your usage of the library remains efficient and effective.
Fixes
Fix the issue where class names were not being deduplicated properly. This ensures that your class names remain clean and concise without duplicates.
Others
Enhance the documentation by adding standalone usage instructions and deduplication usage docs to help you get started quickly and understand the features better.