Skip to content

Releases: antvis/F2

3.8.1

04 Dec 08:19
5f2feb6
Compare
Choose a tag to compare

3.8.1 (2020-12-04)

Bug Fixes
  • 修复repaint时动画不生效 (f0ba1814)
  • 修复repaint shape属性不生效。Closed #1102 (b1ba85e5)

3.8.0

23 Nov 02:01
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)

3.7.7

04 Sep 08:29
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)

3.7.6

19 Aug 09:43
d9611fe
Compare
Choose a tag to compare
Bug Fixes

3.7.5

19 Aug 08:02
960de3f
Compare
Choose a tag to compare
Bug Fixes
  • 修复当interval为小数时,小数位数会少1位 (3a0bb6d6)

3.7.4

18 Aug 12:09
4714a33
Compare
Choose a tag to compare
Documentation Changes
  • remove scale/time-cat import (16b20a30)
Bug Fixes

3.7.3

14 Aug 05:48
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)

3.7.0

09 Jul 16:39
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

3.6.4

06 Jul 10:00
b244b8d
Compare
Choose a tag to compare

3.6.4 (2020-07-06)

Chores
  • add leaks action (734f5b12)
  • 🔀 add GitHub Action to sync Gitee (09b7e27c)
  • deps-dev:
    • bump nunjucks from 3.0.1 to 3.2.1 (462073e7)
    • bump chai from 4.0.2 to 4.2.0 (500dcc04)
    • bump connect from 3.6.6 to 3.7.0 (1ed6c46c)
    • bump babel-preset-gatsby from 0.2.36 to 0.4.0 (1993a0ef)
    • bump babel-eslint from 7.2.3 to 10.1.0 (bc550803)
    • bump debug from 3.1.0 to 4.1.1 (3e361484)
New Features
Bug Fixes
  • geom rerender (#915) (033a3668)
  • 修复touchstart触发press时,没有设置direction (b6f45a6a)
  • 交互销毁时,注销事件 (912a13c1)
  • 修复rect radius大于宽高时,图形绘制不正确 (558fe91c)
  • 添加交互的几个钩子事件 (16fbcaee)
Other Changes
Tests
  • 补充新 pan 方法的单测 (b5f47fa5)
  • 补充event controller的单测 (955b5405)
  • add onstart hooks test case (c2f0f678)

3.6.3

30 Mar 10:00
552b5b5
Compare
Choose a tag to compare
Bug Fixes