v1.3.8
Changelog
- b5ff23a: fix: add support for global CSS variable prefix. Closes #48
- 03e5f12: feat: add support for ng-primitives height variables #56 (thanks @immohammadjaved)
- b076cfb: docs: fix various issues in accordion and collapsible docs
- 9485e33: chore: bump version to 1.3.8 and update dependencies
⚠️ BREAKING CHANGE ⚠️
Adding support for prefixes broke custom spacing. It is recommended that you skip this version if you do not use Tailwind CSS's prefix option, and use v1.4.0 instead. If you are actually using prefixes, you can use a special version supporting prefixes:
- import "tw-animate-css"; /* Version with spacing support */
+ import "tw-animate-css/prefix"; /* Version with prefix support */
I do not plan to fix the incompatibility between the spacing and prefix versions due to time constraints. Feel free to investigate and open a pull request if you manage to fix it.