Skip to content

Releases: antvis/G2

4.1.47

03 Mar 03:32
fe8e05c
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • feat: 基于新版本注释规范调整 interface 文件代码注释 by @lxfu1 in #3817

Full Changelog: 4.1.46...4.1.47

4.1.44...4.1.46

12 Feb 14:38
3cf1b9f
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: 修复 timeCat scale 没有当作 groupScale,导致对应场景的折线图绘制无法正常分组 by @visiky in #3806
  • fix(interval): tooltip name when interval config color without mapping field by @visiky in #3805

📖 Documentation Changes

Other Changes

  • fix: update actions/checkout version to avoid vulnerability by @rainy-25Ghz in #3774

Full Changelog: 4.1.44...4.1.46

4.1.40...4.1.42

28 Jan 12:43
5285eb1
Compare
Choose a tag to compare

What's Changed

  • fix(toolitp): 修复 limitInPlot属性无法屏蔽一些后出现的状态 by @ai-qing-hai in #3792
  • fix(slider): 修复slider过大挤压图形的问题 #2968 by @connono in #3794
  • fix: 修复 jitter 点图 adjust 后点位置不正确的问题 (#3790) (5ffcb7ac)
  • fix: 修复获取分组scale错误 & tooltip 获取 value-scale 不忽略 color、shape 通道相关字段 (#3768) (ab893335)

New Contributors

Full Changelog: 4.1.40...4.1.42

4.1.39

14 Jan 07:29
7c623a1
Compare
Choose a tag to compare

What's Changed

  • fix: remove node 12 to fix release action failed by @visiky in #3720
  • chore: 增加dingtalk-release-nofity by @visiky in #3778
  • fix(legend): 修复图例 radio focus 模式 & 增加 demo by @visiky in #3779

Full Changelog: 4.1.38...4.1.39

4.1.37...4.1.38

14 Jan 04:54
bbc0a5b
Compare
Choose a tag to compare

4.1.38 (2022-01-12)

Bug Fixes
  • fix(#3723): annotation 在筛选条件下,数据范围外的标注不需要展示 (#3775) (151f9152)
  • fix(slider,scrollbar): 修复slider 、scrollbar values 排序错误的问题 (#3773) (6e84c446)

4.1.37 (2022-01-04)

Bug Fixes
  • fix(slider,scrollbar): 滚动条和缩略轴 在xScale 为线性时筛选错误的问题 (#3767) (768eb3c3)

4.1.36

29 Dec 13:27
4f9d64b
Compare
Choose a tag to compare
New Features
Bug Fixes
  • scrollbar: Scale option tickMethod doesn't work when enable scrollbar (#3747) (cb3ad042)
Performance Improvements
  • 优化性能,由于set-zindex每次都会调用 sort,导致耗时为指数级别的 (#3758) (f2877bcf)

4.1.35

14 Dec 12:58
8061129
Compare
Choose a tag to compare
Bug Fixes
  • bar: 修复条形图在 reflect y 时,绘制圆角错误 (#3745) (048a4920)
Documentation Changes

4.1.32

21 Oct 08:33
e675d36
Compare
Choose a tag to compare
Documentation Changes
New Features
  • element: element 图形元素按照 elementIndex 设置展示层级 (#3671) (4a536731)
Bug Fixes
  • 修复 element 设置层级 zIndex 的时候,需要考虑zIndexReversed (#3685) (c3654776)
  • label: 修复 label 做坐标系镜像下,位置计算问题 (#3682) (71ee0d91)

3.5.19

09 Oct 06:43
4fd1136
Compare
Choose a tag to compare

3.5.19

Full Changelog: 3.5.18...3.5.19

3.5.18 (deprecated)

08 Oct 08:46
77ba956
Compare
Choose a tag to compare

3.5.18

Bug Fixes

  • crash: 修复在 Safari 15 上绘制 unicode 的时候浏览器崩溃,导致图表无法渲然的问题。 (77ba956)