Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wombosvideo/tw-animate-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.8
Choose a base ref
...
head repository: Wombosvideo/tw-animate-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 23, 2025

  1. fix: remove support for prefix, add new export for prefixed version

    This change removes the default support for the `prefix` option in the Tailwind CSS configuration.
    Instead, a new export is added to the `package.json` file, allowing users to import a prefixed
    version of the CSS if needed. This fixes issues related to the `--spacing` function.
    
    BREAKING CHANGE: The default export no longer supports the prefix option. Users who need prefixed
    classes should import `tw-animate-css/prefix`.
    Wombosvideo committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    902e37a View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 1.4.0 and update dependencies

    Bump version to 1.4.0 even though a breaking change is included, as the breaking change fixes a bug
    in the previous version. Users relying on support for the prefix option will need to update their
    code, but this is a necessary fix.
    Wombosvideo committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    fab2a5b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. 1 Configuration menu
    Copy the full SHA
    c20dc32 View commit details
    Browse the repository at this point in the history
Loading