3.7.3
3.7.3 (2020-08-14)
Chores
- 调整代码结构 (3681ff50)
Documentation Changes
- modify f2 cdn url (a75384fc)
- uniform AntV navbar's order and naming (e492a364)
- 修复文档上一些失效的链接 (478f56d8)
New Features
- 异常值处理 (9d5455e8)
- 算法优化 (cd412e3c)
- 移动tick方法到scale下 (5f64ee9c)
- 单测补齐 浮点数判断 (52cbf6db)
- 刻度值优选原则 (b0594f64)
- 连续数值刻度算法 (83b1d348)
- 添加repaint事件 (29a3b1d3)
- scale 版本0.3.3 (70ef7108)
- 增加ticks算法单测 (12f6d69d)
- 覆盖0.3.X的time-cat算法 (f17d467a)
- 增加f2 自定义time-cat scale算法 (83a556b1)
- 依赖scale 0.3.2 (d55d3161)
- 使用jest 内置expect断言 (77c440f7)
- 修改scale度量修改的单测 (52dc3313)
- remove scalue._toTimeStamp (b3c07713)
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
- 升级@antv/scale (41074d58)
Tests
- 修改pieLabel单测,测试前一个渲染过的标签比后一个长,后一个必渲染的bug。 (690bb0fc)