# tw-animate-css v1.3.8 - Product: tw-animate-css (https://whatsnew.fyi/product/tw-animate-css) - Vendor: Wombosvideo - Date: 2025-09-03 - Version: v1.3.8 - Original notes: https://github.com/Wombosvideo/tw-animate-css/releases/tag/v1.3.8 - Permalink: https://whatsnew.fyi/product/tw-animate-css/releases/v1.3.8 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- ##### 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: ```diff - 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._