Skip to content
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

chore(deps-dev): bump rc-tween-one from 2.7.3 to 3.0.6 #40

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Bumps rc-tween-one from 2.7.3 to 3.0.6.

Release notes

Sourced from rc-tween-one's releases.

3.0.0

预览地址: https://tween-one-git-3x.react-component.vercel.app/

API 变更

  • 删除 currentRef, hooks 如果 component 是组件,ref 返回为组件的 ref;
  • 增加对 hooks 下的 React.fragment 的支持。
  • 增加全局动画播放时的 delay;
  • 删除 reverseDelay;
  • 增加 repeatDelay;
  • attr 改为 boolean 类型;
  • 更新 onChange 和回调,cb: { moment, targets, index, mode, ratio, vars, index, repeat }
  • 新增 onChangeTimeline, cb: { mode, targets, vars, moment, totalTime, repeat }
  • 其它回调如 onStartonUpdateonComplete 等的 cb 的 target 全部更新为 targets;
  • 删除 BezierPlugin,合进 PathMotionPlugin;;
  • PathMotionPlugin 更改用法,使用 PathMotion: { path, center, x, y, rotate }, 详细参考 pathMotion demo;
  • SvgMorph 依赖更改为使用 flubber
  • 滤境使用,改成 import { Plugins } from 'rc-tween-one'; Plugins.push(), 保留 TweenOne.plugins.push();
  • 删除 TweenOne.easing.path(path) 使用,直接用 ease: 'M0,0L100,100';
  • 增加动画区域播放 regionStartTime, regionEndTime;
  • 增加对背景渐变的动画支持,backgroundImage: 'linear-gradient(to left, #000fff 0%, red 20%, #fff000 100%)'

v3.0.0-beta.x

  • update prepublishOnly 6f45c84f
  • lint fix 61400346
  • update ChildrenPlugin constructor d288c9a8
  • fix willUnmount 243ede24
  • fix compile 254e3407
  • fix lint 517eb45a
  • update hooks d811c2cb

react-component/tween-one@2.7.3...v3.0.0-beta.1

API 变更

  • 删除 currentRef, hooks 如果 component 是组件,ref 返回为组件的 ref;
  • 删除 reverseDelay;
  • 增加 repeatDelay;
  • attr 改为 boolean 类型;
  • 更新 onChange 回调,cb: { moment, targets, index, mode, ratio, vars, index, repeat }
  • 新增 onChangeTimeline, cb: { mode, targets, vars, moment, totalTime, repeat }
  • 删除 BezierPlugin,合进 PathMotionPlugin;;
  • PathMotionPlugin 更改用法,使用 PathMotion: { path, center, x, y, rotate }, 详细参考 pathMotion demo;
  • SvgMorph 依赖更改为使用 flubber

... (truncated)

Changelog

Sourced from rc-tween-one's changelog.


title: changelog order: 2

History


3.0.0-beta.x

API 变更

  • 删除 currentRef, hooks 如果 component 是组件,ref 返回为组件的 ref;
  • 增加对 hooks 下的 React.fragment 的支持。
  • 增加全局动画播放时的 delay;
  • 删除 reverseDelay;
  • 增加 repeatDelay;
  • attr 改为 boolean 类型;
  • 更新 onChange 和回调,cb: { moment, targets, index, mode, ratio, vars, index, repeat }
  • 新增 onChangeTimeline, cb: { mode, targets, vars, moment, totalTime, repeat }
  • 其它回调如 onStartonUpdateonComplete 等的 cb 的 target 全部更新为 targets;
  • 删除 BezierPlugin,合进 PathMotionPlugin;;
  • PathMotionPlugin 更改用法,使用 PathMotion: { path, center, x, y, rotate }, 详细参考 pathMotion demo;
  • SvgMorph 依赖更改为使用 flubber
  • 滤境使用,改成 import { Plugins } from 'rc-tween-one'; Plugins.push(), 保留 TweenOne.plugins.push();
  • 删除 TweenOne.easing.path(path) 使用,直接用 ease: 'M0,0L100,100';
  • 增加动画区域播放 regionStartTime, regionEndTime;
  • 增加对背景渐变的动画支持,backgroundImage: 'linear-gradient(to left, #000fff 0%, red 20%, #fff000 100%)'
  • TweenOneGroup 使用改成 import TweenOneGroup from 'rc-tween-one/lib/TweenOneGroup';

2.2.0

  1. resetStyleBool 改名成 resetStyle;
  2. TweenOne 删除 updateReStart, 现在默认是。
  3. Group 重构动画逻辑,以队列形式切换,如果在动画时做切换,需将动画完成后再执切换动画。
  4. Group 增加 exclusive, 在队列动画时强行执行切换动画。

2.0.0

add repeat and yoyo to tag;

1.8.0

add children plugin.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rc-tween-one](https://github.com/react-component/tween-one) from 2.7.3 to 3.0.6.
- [Release notes](https://github.com/react-component/tween-one/releases)
- [Changelog](https://github.com/react-component/tween-one/blob/master/docs/changeLog.md)
- [Commits](react-component/tween-one@2.7.3...v3.0.6)

---
updated-dependencies:
- dependency-name: rc-tween-one
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 14, 2022
@viezly
Copy link

viezly bot commented Apr 14, 2022

Pull request by bot. No need to analyze

@performance-testing-bot
Copy link

Unable to locate .performanceTestingBot config file

@github-actions
Copy link

Prepare preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants