close
The Wayback Machine - https://web.archive.org/web/20211111163825/https://github.com/antvis/F2/releases
Skip to content
94d62c3
Compare
Choose a tag to compare

3.8.7 (2021-05-07)

Bug Fixes
  • 修复group背景色绘制不正确 (8f38df11)
  • 连续平移后tick计算不对 (4bb28700)
6a33051
Compare
Choose a tag to compare

3.8.2 (2021-03-04)

Chores
New Features
Bug Fixes
  • 修复touchend 后,points为空 (e769d642)
  • 修复hollowCircle报错和多geom时,crosshairs不显示的问题。Fixed #1140 (c1b5c85b)
  • 修复tooltip posy小于0被截断不显示 (bcda3586)
5f2feb6
Compare
Choose a tag to compare

3.8.1 (2020-12-04)

Bug Fixes
  • 修复repaint时动画不生效 (f0ba1814)
  • 修复repaint shape属性不生效。Closed #1102 (b1ba85e5)
fc32d66
Compare
Choose a tag to compare

3.8.0 (2020-11-23)

Chores
Documentation Changes
  • 修改官网首页example链接 (b7a4e220)
  • 修改demo (9834ec86)
  • 添加tooltip show hide 的文档说明 (034cf4dc)
  • 添加无障碍aria的配置和使用文档 (771a8157)
  • 修改文档结构和内容 (539575b2)
New Features
Bug Fixes
  • 修复部分404文档跳转链接 (0c8fa827)
  • gitee sync fail (2bdfbf00)
  • remove circular dependency (3817e75a)
  • 引用hammerjs导致小程序报错 (0c15a67c)
  • setTheme 单独使用报错,即非Global.setTheme调用 (01080d03)
  • 创意图结构修改 (9c9c8077)
Tests
  • 添加svg注册的测试用例 (7ca79112)
5444932
Compare
Choose a tag to compare

3.7.7 (2020-09-04)

Chores
  • group和canvas的drawInner统一到container里 (c94804f8)
Bug Fixes
  • region-filter显示错误. Fixed #1013 (1348281f)
  • 双y轴, getPosition取不到point. Fixed #1004 (147a1c2c)
  • 修复alwaysshow为true时,滑动到plot外面,tooltip还会隐藏的问题 (0f002fef)
  • 动画空执行退出 (d0ea34f5)
  • 修复tooltip showXTip 显示时,measureText需要新建canvas. Fixed #1015 (010d5161)
d9611fe
Compare
Choose a tag to compare
Bug Fixes
960de3f
Compare
Choose a tag to compare
Bug Fixes
  • 修复当interval为小数时,小数位数会少1位 (3a0bb6d6)
4714a33
Compare
Choose a tag to compare
Documentation Changes
  • remove scale/time-cat import (16b20a30)
Bug Fixes
d8ea43f
Compare
Choose a tag to compare

3.7.3 (2020-08-14)

Chores
Documentation Changes
  • modify f2 cdn url (a75384fc)
  • uniform AntV navbar's order and naming (e492a364)
  • 修复文档上一些失效的链接 (478f56d8)
New Features
Bug Fixes
  • 特殊情况下interval不满足要求时,需要递归计算 (5543d488)
  • 修复数据字段存在x,y时,再次mapping后,数据不对 (db9def3e)
  • 刻度修改,修复单测 (cff266fa)
  • 单测修改 (a46809ef)
  • 修复 interval 平移后不显示的问题 Fixed #954 (e5c64bfc)
  • 修复漏斗图legend点击后,label位置不调整 Fixed #979 (9b43f4d3)
  • fix animation register error in codesandbox (0d64825f)
  • fix demo bugs in sandbox (294e655b)
  • transform arrow functions (8d73bba1)
  • values个数边界判断 (f2e64bab)
  • 修复精度的单测 (5c8e9910)
  • 兼容 0.3.X scale timeCat type (01078256)
  • 修复pieLabel插件判断矩形重叠的函数 (c139a6ab)
Other Changes
Tests
  • 修改pieLabel单测,测试前一个渲染过的标签比后一个长,后一个必渲染的bug。 (690bb0fc)
2e6d33c
Compare
Choose a tag to compare

3.7.0 (2020-07-09)

Chores
  • tsconfig: disable @types/* check (60d17bb1)
  • gitignore: ignore yarn.lock (78ca6140)
Documentation Changes
New Features
Bug Fixes