皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

G2 v4.0.4 版本发布

New Features

  • event: 添加 plot:enter 和 plot:leave 事件 (1f9b96be)
  • interaction:
  • view:
    • 支持 plot 上的移动事件触发 (4a86b08a)
    • 添加一些方法的别名,以兼容 3.x,但是这些方法将会在 4.1 版本中移除 (6356363a)
  • force-fit: add forceFit api for chart (719b61b3)

Bug Fixes

  • theme:
    • 修复主题切换后,Geometry 样式未更新的问题 (7e75a543)
    • 修复在 chart 构造函数中设置 theme 对象不生效的问题. Closed #2258 (6863a69f)
    • 移除 label 的描边,会带来性能损耗 (99b799d9)
  • 移除 coord.getRadius() 的 ts-ignore 注释 (a02b7316)
  • geometry: 修复层叠点图上下区间点全部绘制的问题。Closed #2202 (d7edf5e6)
  • view: 修复 syncScale() 调用时机不当导致分面渲染性能直线下降的问题 (d492c0ea)
  • #2264: 修复 canvas 样式导致的 resize 问题, 修复容器层级 (10200851)
  • #2232: fix 当 legend item 点击的时候, 图例项变少 (19ca46ff)
  • #2173: fix legend overlap when in same direction (59db3b59)
  • #2212: fix when slider option has no start or end (36a3b5db)
  • #2222: fix scale pool memory leak (7f23a4c0)
  • #2215: fix chart min size = 100 (e49646d3)
  • #2195: fix autoFit 不生效 (92d607ec)

Refactors

  • use unpkg other than browser field in package.json (0185949b)
  • theme: 移除注册样式表机制,只提供根据样式表生成主题的方法 (9b0020ad)
  • geometry: 将获取 shape 默认属性时机从 Element 绘制提到 Geometry getDrawCfg() (cf9b2f4f)
  • sync-scale: use Map for perf (76813745)

更新说明:https://github.com/antvis/G2/releases/tag/v4.0.4

转自 https://www.oschina.net/news/114610/g2-4-0-4-released