Releases: antvis/F2
Releases · antvis/F2
3.7.4
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)
3.7.0
3.7.0 (2020-07-09)
Chores
Documentation Changes
- add TypeScript (7645a44e)
New Features
- 新增图片型图形文档和demo (9c04763d)
- 新增imageShape组件 (51a39e24)
- 添加esm的模块输出 (4d7e0bec)
- 结构优化 (09cfdcae)
- test case cjs => esm (66022b75)
- files cjs => esm (380c53db)
- rollup (4904a049)
- types:
- add tests (6fd68806)
- improve (8d25c48e)
- improve (85d75d81)
- improve (ccabc2c3)
- improve (0f6100ac)
- improve Tooltip (408cd222)
- improve Scale (58136550)
- improve Geometry (ec6ccfb9)
- improve CanvasProps (2ab3195e)
- improve Geometry (9075b46a)
- improve ScaleProps (64211ea4)
- add Global (51eb6a7c)
- add Shape (6c29f580)
- improve ChartInnerProps (e305985b)
- add Chart (b91d08ac)
- add Guide (cde0cc78)
- add PieLabel (dd83157f)
- add ScrollBar (9f0e2a3d)
- add Gesture (253ba560)
- add Interaction (7dcd22b0)
- add Tooltip (ad052749)
- add Plugin (30081c1a)
- add G (e2922695)
- add Legend (43f32ecd)
- add Axis (eb03d02e)
- add Coordinate (bd33cae6)
- add Geometry (be17d68d)
- add Animate (1deee96a)
- add Scale (bb96ee41)
- add Data (bc5cd7e4)
- add Point (afe90fdc)
- add CanvasProps (3d902484)
- add Util (9762a40b)
Bug Fixes
- types:
- 补充types的定义 (7e25cec8)
- merge master conflicts (85197b90)
- merge master conflicts (21efd54b)
- site build error (5ceccda9)
- site 官网的一些错误 (d6a51e31)
- module mix fixed (d17c4d82)
- 修复site编译报错的问题 (b9496f75)
- 去除多余jest配置 (fa40727c)
- 修改引用方式 (9089dfcc)
- remove alilas (c8315815)
- emit: arr len will reduce after splice (45430d50)
3.6.4
3.6.4 (2020-07-06)
Chores
New Features
- adjust interval (f4ea6de8)
- 为 tooltip 的 xtip/ytip 增加 text 样式配置 (bbbdf91a)
- 添加geom draw 事件 (b52f7088)
- 添加clear相关事件 (390a0b88)
- geom添加getRecords方法 (7ab43728)
Bug Fixes
- geom rerender (#915) (033a3668)
- 修复touchstart触发press时,没有设置direction (b6f45a6a)
- 交互销毁时,注销事件 (912a13c1)
- 修复rect radius大于宽高时,图形绘制不正确 (558fe91c)
- 添加交互的几个钩子事件 (16fbcaee)
Other Changes
Tests
3.6.3
3.6.2
3.6.1
New Features
Bug Fixes
- 添加browser字段。Closed #789 (e5a798f1)
- ios spa多次创建导致canvas白屏。Closed #630 (ea3f84f4)
- preventDefault添加空判断 (ec99ed5a)
- 再初始完成后,需要跟新ticks (54a11e9d)
- 修复ci的报错 (ce404908)
- scale锁定0.1.3 (0fe2de5c)
- 修复touchstart时,会触发pan事件 (1be26b83)
- 缩放后,legend点击会让缩放失效 (b490bbe0)
- 添加swipe事件 (eaa89f9c)
- 修复tag位置为NaN时的绘制问题 (3aee6443)
- 修复事件删除的bug,并补充单测 (a7f37899)
- 修复x, y为0的情况 (1dcb5f92)
- touchend时,timeount没有清除导致报错 (1059bdd0)
- 优化press事件的处理 (5b0153dc)
- 修复tooltip touchend不消失的问题 (cb834770)
- 未设置geometry时,clear报错 (065c7ea3)
- 修复非浏览器环境时,currentStyle报错 (f90affa3)