Skip to content

fix(deps): update dependency tw-animate-css to v1.3.4 #1323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tw-animate-css 1.2.5 -> 1.3.4 age adoption passing confidence

Release Notes

Wombosvideo/tw-animate-css (tw-animate-css)

v1.3.4

Compare Source

Changelog

  • 5012a6b: feat: add logical slide translate utilities (#​39)
  • 041f32f: fix: use default fill-mode none instead of forwards
  • 7f6ad32: chore: bump version to 1.3.4 and update package manager version

Issues fixed

  • #​42: bug: incorrect default value for fill-mode breaking some animations (thanks for your help, @​ollema)

New features

This release adds logical start, end slide utilities. Compared to left and right, these take the text direction into consideration, allowing you remove some redundancy:

- ltr:slide-in-from-left-4 ltr:slide-out-to-left-4 rtl:slide-in-from-right-4 rtl:slide-out-to-right-4
+ slide-in-from-start-4 slide-out-to-start-4

v1.3.3

Compare Source

[!CAUTION]
Bug #​42 was introduced in this version, so you might want to skip this version.

Changelog

  • ccfe1ec: feat: add support for Kobalte UI variables to accordion and collapsible animations #​37
  • 919999e: fix: add CSS variables for animation utilities #​40
  • ffce555: chore: bump version to 1.3.3

Issues fixed

  • #​34: Setting fill-mode-* has no effect
  • #​36 (partially): Support Arbitrary Custom Properties for Accordion Animations

v1.3.2

Compare Source

Changelog

  • 493b3aa: fix: duration not applied due to property initial value
  • e7b4aac: chore: bump version to 1.3.2

v1.3.1

Compare Source

Changelog

  • e59dfed: fix: add @​‌property declarations for animation variables to enhance inheritance control #​33 (thanks @​jinyongp)
  • 28156a2: fix: move @​‌property declarations to the :root level
  • 6c0f52e: chore: bump version to 1.3.1 and update dependencies

Issues fixed

  • #​32: Animation on parent element unexpectedly inherits to all child elements

v1.3.0

Compare Source

Changelog

  • 6dba4b0: fix: align syntax with Tailwind CSS syntax
  • c82b41c: docs: add tree-shaking note
  • 33b4e50: feat: add animation-duration-* utility
  • a6fcd13: chore: bump version to 1.3.0 and update dependencies
New features

I've decided to add a animation-duration-* utility which should be used to define animation durations in the future. For now, duration-* is still supported to remain compatible with tailwindcss-animate.

This utility was added so you can define different durations for transitions and animations. Probably not something many people have a use case for, but I didn't want to define an own duration-* utility to actually set animation-duration. Please open an issue if you prefer to keep using duration-* instead of animation-duration-*.

Breaking Change

zoom-in-* and zoom-out-* utilities now require ratios to be specified differently:

- zoom-in-[1/2]
+ zoom-in-1/2

I don't expect this to affect many people, which is why this is not a major release. If you are affected by this, let me know.

v1.2.9

Compare Source

Changelog

  • d8c3cf6: fix(ci): remove unnecessary CI commands
  • df3ebb6: chore: update dependencies
  • 47c17d7: feat: add support for Reka UI in accordion and collapsible animations. Closes #​30
  • 289d30d: docs: update transform documentation to include animate-in and animate-out notes
  • 30b0542: chore: bump version to 1.2.9 and update package manager version

v1.2.8

Compare Source

Changelog

v1.2.7

Compare Source

Changelog

v1.2.6

Compare Source

Changelog

Full Changelog: Wombosvideo/tw-animate-css@v1.2.5...v1.2.6


Configuration

📅 Schedule: Branch creation - "before 6am on Saturday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a preset from Obos. View repository job log here

Copy link

changeset-bot bot commented May 24, 2025

⚠️ No Changeset found

Latest commit: ebbd5d1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 62c12fd to a053c63 Compare May 26, 2025 06:00
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from a053c63 to c2a950f Compare May 26, 2025 06:06
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from c2a950f to 02c37f3 Compare May 28, 2025 12:02
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 02c37f3 to e2f9db0 Compare May 29, 2025 12:15
@renovate renovate bot changed the title fix(deps): update dependency tw-animate-css to v1.3.0 fix(deps): update dependency tw-animate-css to v1.3.2 May 29, 2025
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from e2f9db0 to 9dbe2e8 Compare June 1, 2025 10:11
@renovate renovate bot changed the title fix(deps): update dependency tw-animate-css to v1.3.2 fix(deps): update dependency tw-animate-css to v1.3.3 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 9dbe2e8 to 9def221 Compare June 2, 2025 19:22
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 9def221 to c3e7180 Compare June 4, 2025 10:03
@renovate renovate bot changed the title fix(deps): update dependency tw-animate-css to v1.3.3 fix(deps): update dependency tw-animate-css to v1.3.4 Jun 4, 2025
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from c3e7180 to 8ceeb29 Compare June 11, 2025 07:34
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from 8ceeb29 to cd6d7fc Compare June 11, 2025 07:41
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from cd6d7fc to e885702 Compare June 12, 2025 13:28
@renovate renovate bot force-pushed the renovate/tw-animate-css-1.x-lockfile branch from e885702 to ebbd5d1 Compare June 13, 2025 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants