-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
|
62c12fd
to
a053c63
Compare
a053c63
to
c2a950f
Compare
c2a950f
to
02c37f3
Compare
02c37f3
to
e2f9db0
Compare
e2f9db0
to
9dbe2e8
Compare
9dbe2e8
to
9def221
Compare
9def221
to
c3e7180
Compare
c3e7180
to
8ceeb29
Compare
8ceeb29
to
cd6d7fc
Compare
cd6d7fc
to
e885702
Compare
e885702
to
ebbd5d1
Compare
This PR contains the following updates:
1.2.5
->1.3.4
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-modenone
instead offorwards
7f6ad32
: chore: bump version to 1.3.4 and update package manager versionIssues fixed
New features
This release adds logical
start
,end
slide utilities. Compared toleft
andright
, these take the text direction into consideration, allowing you remove some redundancy:v1.3.3
Compare Source
Changelog
ccfe1ec
: feat: add support for Kobalte UI variables to accordion and collapsible animations #37919999e
: fix: add CSS variables for animation utilities #40ffce555
: chore: bump version to 1.3.3Issues fixed
v1.3.2
Compare Source
Changelog
493b3aa
: fix: duration not applied due to property initial valuee7b4aac
: chore: bump version to 1.3.2v1.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 level6c0f52e
: chore: bump version to 1.3.1 and update dependenciesIssues fixed
v1.3.0
Compare Source
Changelog
6dba4b0
: fix: align syntax with Tailwind CSS syntaxc82b41c
: docs: add tree-shaking note33b4e50
: feat: add animation-duration-* utilitya6fcd13
: chore: bump version to 1.3.0 and update dependenciesNew 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 withtailwindcss-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 setanimation-duration
. Please open an issue if you prefer to keep usingduration-*
instead ofanimation-duration-*
.Breaking Change
zoom-in-*
andzoom-out-*
utilities now require ratios to be specified differently: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 commandsdf3ebb6
: chore: update dependencies47c17d7
: feat: add support for Reka UI in accordion and collapsible animations. Closes #30289d30d
: docs: update transform documentation to include animate-in and animate-out notes30b0542
: chore: bump version to 1.2.9 and update package manager versionv1.2.8
Compare Source
Changelog
45b576d
: fix(ci): add line break after 'NOTE'4ef0cd2
: docs: fix file names for transformsfffea2e
: docs: add missing link definitionsb4d57b6
: fix: separate accordion and collapisble keyframes #29 (thanks @nrjdalal)0224c22
: chore: bump version to 1.2.8v1.2.7
Compare Source
Changelog
d955cb6
: docs: add badges (thanks @nrjdalal) and documentation #21e3c2cea
: feat(ci): generate NPM friendly README.mdcdca7ef
: feat(ci): also publish alias for the package7c1a7c0
: chore: bump version to 1.2.7v1.2.6
Compare Source
Changelog
451e09f
: feat: add support for collapsible and refactor keyframes #28 (thanks @nrjdalal)41ccfbb
: chore(build): update dependenciesb2de0b8
: chore: bump version to 1.2.6Full 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.
This PR has been generated by Mend Renovate using a preset from
. View repository job log here