Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

⬆️ Bump @antv/g2 from 3.5.15 to 4.0.7 #138

Merged
merged 1 commit into from
May 7, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @antv/g2 from 3.5.15 to 4.0.7.

Release notes

Sourced from @antv/g2's releases.

v4.0.7

Bug Fixes
  • do not set tooltip position when follow is false (62f5e279)
  • delegation: mouse leave failed (d3a30ed2)
  • element: 修复获取 state style 报错的问题 (320e22f0)

v4.0.6

New Features
  • view 上添加手势事件支持 (e4f74a22)
Bug Fixes
  • geometry: geometry.clear() 以及 destroy() 时要清空、销毁内部变量 (c89ff974)
  • #2272: 当映射数据中不存在 x 和 y 时,不绘制 label (df60733e)
Performance Improvements
  • 性能优化,详见 MR
Documentation Changes
  • 添加 Gestrue 手势使用文档 (2c459853)

v4.0.5

Bug Fixes
  • #2261: 修复 tooltip 数据查找补全的问题 (4b29feab)
  • #2241: 修改图表更新过程中,tooltip 未及时消失而出现内容为空的问题 (0e9e65f5)

v4.0.4

New Features
  • event: 添加 plot:enter 和 plot:leave 事件 (1f9b96be)
  • interaction:
  • view:
    • 支持 plot 上的移动事件触发 (4a86b08a)
    • 添加一些方法的别名,以兼容 3.x,但是这些方法将会在 4.1 版本中移除 (6356363a)
  • force-fit: add forceFit api for chart (719b61b3)
Bug Fixes
  • theme:
    • 修复主题切换后,Geometry 样式未更新的问题 (7e75a543)
    • 修复在 chart 构造函数中设置 theme 对象不生效的问题. Closed #2258 (6863a69f)
... (truncated)
Changelog

Sourced from @antv/g2's changelog.

4.0.7 (2020-04-17)

Bug Fixes
  • do not set tooltip position when follow is false (62f5e279)
  • delegation: mouse leave failed (d3a30ed2)
  • element: 修复获取 state style 报错的问题 (320e22f0)

4.0.6 (2020-04-10)

New Features
  • view 上添加手势事件支持 (e4f74a22)
Bug Fixes
  • geometry: geometry.clear() 以及 destroy() 时要清空、销毁内部变量 (c89ff974)
  • #2272: 当映射数据中不存在 x 和 y 时,不绘制 label (df60733e)
Performance Improvements
  • 性能优化,详见 MR
Documentation Changes
  • 添加 Gestrue 手势使用文档 (2c459853)

4.0.5 (2020-04-08)

Bug Fixes
  • #2261: 修复 tooltip 数据查找补全的问题 (4b29feab)
  • #2241: 修改图表更新过程中,tooltip 未及时消失而出现内容为空的问题 (0e9e65f5)

4.0.4 (2020-04-03)

New Features
  • event: 添加 plot:enter 和 plot:leave 事件 (1f9b96be)
  • interaction:
  • view:
    • 支持 plot 上的移动事件触发 (4a86b08a)
    • 添加一些方法的别名,以兼容 3.x,但是这些方法将会在 4.1 版本中移除 (6356363a)
  • force-fit: add forceFit api for chart (719b61b3)
Bug Fixes
  • theme:
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 6, 2020
@netlify
Copy link

netlify bot commented May 6, 2020

Deploy preview for gatsby-theme-antv ready!

Built with commit 06e00ad

https://deploy-preview-138--gatsby-theme-antv.netlify.app

@afc163 afc163 merged commit 7793f5d into master May 7, 2020
@afc163 afc163 deleted the dependabot/npm_and_yarn/antv/g2-4.0.7 branch May 7, 2020 02:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file PR: merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant