chore(deps): update dependency tw-animate-css to v1.4.0#85
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency tw-animate-css to v1.4.0#85renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Coverage Report
File CoverageNo changed files found. |
c8a0e9d to
e9fac06
Compare
e9fac06 to
5d9b5c6
Compare
5d9b5c6 to
10da512
Compare
10da512 to
ac6f267
Compare
ac6f267 to
bf9fbbc
Compare
bf9fbbc to
ccb8935
Compare
ccb8935 to
14f8b39
Compare
14f8b39 to
f370f63
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.5→1.4.0Release Notes
Wombosvideo/tw-animate-css (tw-animate-css)
v1.4.0Compare Source
Changelog
902e37a: fix: remove support for prefix, add new export for prefixed version. Closes #58.fab2a5b: chore: bump version to 1.4.0 and update dependenciesc20dc32: fix(build): make transform.ts accept two argumentsSupport for Tailwind CSS's prefix option was moved to
tw-animate-css/prefixbecause it was breaking the--spacingfunction. Users requiring prefixes should replace their import: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.
v1.3.8Compare Source
Changelog
b5ff23a: fix: add support for global CSS variable prefix. Closes #4803e5f12: feat: add support for ng-primitives height variables #56 (thanks @immohammadjaved)b076cfb: docs: fix various issues in accordion and collapsible docs9485e33: chore: bump version to 1.3.8 and update dependenciesAdding 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:
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.
v1.3.7Compare Source
Changelog
80dbfcc: feat: add utilities for blur transitions #54 (thanks @coffeeispower)dc294f9: docs: add upcoming changes warningc640bb8: chore: update dependencies and package manager version9e63e34: chore: bump version to 1.3.7v1.3.6Compare Source
Changelog
58f3396: fix: allow changing animation parameters for ready-to-use animations8313476: chore: update dependencies nd package manager versionf81346c: chore: bump version to 1.3.6Issues fixed
--animate-accordion/collapsible-*(thanks for your help, @mikeploythai)v1.3.5Compare Source
Changelog
b8cc09c: fix: update slide translate calculations to use correct sign for ratio values69fbfcd: chore: bump version to 1.3.5 and update dependenciesIssues fixed
v1.3.4Compare Source
Changelog
5012a6b: feat: add logical slide translate utilities (#39)041f32f: fix: use default fill-modenoneinstead offorwards7f6ad32: chore: bump version to 1.3.4 and update package manager versionIssues fixed
New features
This release adds logical
start,endslide utilities. Compared toleftandright, these take the text direction into consideration, allowing you remove some redundancy:v1.3.3Compare 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.2Compare Source
Changelog
493b3aa: fix: duration not applied due to property initial valuee7b4aac: chore: bump version to 1.3.2v1.3.1Compare 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.0Compare 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.9Compare 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.8Compare 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.7Compare 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.6Compare 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: (in timezone Asia/Tokyo)
🚦 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 was generated by Mend Renovate. View the repository job log.