Skip to content

Releases: antvis/G2

4.1.19

22 Jun 09:21
db8ed17
Compare
Choose a tag to compare
Documentation Changes
New Features
  • events: 暴露 brush 交互的生命周期,便于在 G2Plot 层可以监听 (#3485) (a8690cd9)
  • interaction/link-by-color: element-link 交互反馈增加参数配置 (#3483) (3ddbbd31)
Bug Fixes

4.1.18

08 Jun 04:38
64c213d
Compare
Choose a tag to compare
New Features
Bug Fixes
  • 修复 view 上没有正确的 scale 时,绘制 annotation 出错 (#3450) (d0af4095)
Other Changes
  • 修复 view.changeData 在重新渲染的时候 报 toFront 为 underfind 的错误 (#3438) (76e08d06)

4.1.17

26 May 04:56
Compare
Choose a tag to compare
Chores
  • chore: gatsby 加上 ts 依赖,以使 codesandbox 可以打开 (#3420) (11a1e8a2)
Documentation Changes
New Features
  • violin: 增加小提琴图 (#3416) (d5eb07a9)
  • scrollbar: 增加滚动条主题 token,修复缩略轴在暗色主题下的 label 颜色 (#3396) (33819dad)

4.1.15

25 Apr 16:09
ea484d7
Compare
Choose a tag to compare
New Features
Bug Fixes

4.1.14

13 Apr 05:43
e29a16a
Compare
Choose a tag to compare
Documentation Changes
  • legend: 图例完善默认不选中以及点击选中交互的文档 & 增加 demo (#3351) (2841641a)
New Features
Bug Fixes
  • issue-3160: 修复饼图使用连续型图例,标签无法展示 (#3366) (a392a8b4)
  • 修复主题相关的错误拼写 (#3358) (804dbc69)

4.1.13

17 Mar 13:03
6d11c60
Compare
Choose a tag to compare
Documentation Changes
New Features
Bug Fixes

4.1.12

22 Feb 10:37
d0a73c2
Compare
Choose a tag to compare
New Features
  • typings: 增强类型声明 (fd18579e)
  • scrollbar: 滚动条增加一个滚道激活样式配置 (#3291) (aed93a19)
  • legend: legend 增加 checked 单选交互 (#3289) (3a16db62)
  • animation: 动画添加重复执行参数 (#3290) (38585ac4)
  • life-circle: view 生命周期事件触发,携带事件内容 (#3288) (657eb978)

4.1.11

12 Feb 03:48
22188ca
Compare
Choose a tag to compare
Documentation Changes
New Features
  • active-region: 支持配置底色样式,全局统一注册一个 配置样式 (#3284) (48c5bd12)
  • scrollbar: 滚动条增加主题样式设置,允许设置滑道、滑块颜色 (#3286) (2c3e9d37)
  • interaction: 注册交互的时候,允许注册带上触发action的参数 (#3280) (89aa37fe)
Bug Fixes
  • event: 修复相同 type 事件触发两次 (#3282) (9d61410b)
  • pie: 饼图数据 NaN 导致页面崩溃数据边界处理(#2930) (#3248) (cabe1f0b)
  • pie 修复饼图在动画更新过程中如果宽度变为 0 导致的问题 (#3271) (9f561499)
  • rose: 修复 TooltipItem data 类型 (#3273) (8ed68854)
Other Changes
  • constants export constant varaibles of view-life-circle (#3281) (d0f96c48)

4.1.8

27 Jan 04:37
e3fa5b9
Compare
Choose a tag to compare

4.1.8 (2021-01-27)

Feature
Performance Improvements
  • 优化鼠标事件在 path 上的拾取性能 (#3230) (71b0a2e)
Docs

4.1.7

13 Jan 09:09
1632b57
Compare
Choose a tag to compare
Documentation Changes
New Features
Tests