# tw-animate-css v1.4.0 - Product: tw-animate-css (https://whatsnew.fyi/product/tw-animate-css) - Vendor: Wombosvideo - Date: 2025-09-24 - Version: v1.4.0 - Original notes: https://github.com/Wombosvideo/tw-animate-css/releases/tag/v1.4.0 - Permalink: https://whatsnew.fyi/product/tw-animate-css/releases/v1.4.0 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 902e37a019ffd165ba078e0b3c02634526c54bf0: fix: remove support for prefix, add new export for prefixed version. Closes #58. fab2a5bf817605be1976e159976718a83489fc1c: chore: bump version to 1.4.0 and update dependencies c20dc32e2b532a8e74546879b4ce7d9ce89ba710: fix(build): make transform.ts accept two arguments ##### ⚠️ BREAKING CHANGE ⚠️ Support for Tailwind CSS's prefix option was moved to `tw-animate-css/prefix` because it was breaking the `--spacing` function. Users requiring prefixes should replace their import: ```diff - import "tw-animate-css"; + import "tw-animate-css/prefix"; ``` _I do not plan to introduce breaking changes like this to non-major releases in the future. But because more people use spacing rather than prefixes, reverting the previous version's (obviously breaking) change seems reasonable._