Skip to content

Latest commit

 

History

History
830 lines (594 loc) · 87.1 KB

CHANGELOG.md

File metadata and controls

830 lines (594 loc) · 87.1 KB

2.3.10 (2021-01-27)

New Features

  • feat(gauge): 支持配置米轨仪表盘 (#2271) (53ebbfa)
  • feat(treemap): 矩形树图增加下钻交互 (#2219) (9f206e3)
  • feat(pie): 饼图 geometry 默认对 elemenent 的 zIndex 进行反序 (#2266) (a5971b6)
  • feat(pie): 饼图支持动态更新数据,支持通过 Pie.getDefauletOptions() 获取默认配置项 (#2257) (47fa687)
Bug Fixes
  • issue-2264 修复瀑布图 formatter 不生效 (#2270) (6787c8b)
  • fix: 修复散点图 size 回调不生效 (#2263) (510c1b5)
  • fix: 饼图数据存在 NaN 时,浏览器崩溃 && 修复中心统计文本更新为 false,再更新为显示,样式丢失 (#2257) (47fa687)
Documentation Changes

2.3.9 (2021-01-20)

Documentation Changes
New Features
  • 多图层图表正式开放 (#2245) (963399ac)
  • 为 treemap 新增 rectstyle 和 hierarchyConfig 属性 (#2234) (bcd21431)
  • 重写子弹图 changeData 方法 && 添加单测 (#2221) (afb49a60)
  • 散点图支持动态更新数据 & 添加单测 (#2225) (ee488955)
  • radial-bar: 玉珏图支持配置开始角度和结束角度 (#2251) (b18b4d2b)
  • waterfall: 瀑布图回调参数增加分类字段 (#2235) (e81665c5)
Bug Fixes
  • word-cloud: 由于无法判断首次 render 是否 ready,changedata 时,如果有 imageMask,重渲染 (#2252) (b5fe6475)
  • size 判断移入 geometry 里面 (#2237) (a9f37137)
  • 对称条形图 meta 支持 yField 设置别名 (#2240) (903a393d)
  • issue-2216: 饼图默认强制关闭 tooltip shared (#2241) (37cf8a70)
  • #2236: liquid distance calculate error (#2238) (319789be)
Refactors
  • bullet: 子弹图升级下 & 修复 axis 配置失效 (#2228) (8ac55498)

2.3.8 (2021-01-13)

Documentation Changes
  • Plot Guide: 教程页增加以图表类型分类的图表指引 ✨ (#2194) (d97f6910)
  • column: 柱状图的图表指引增加一些特性介绍 (#2201) (60c72b3b)
  • 添加钉钉联系方式 (#2213) (8473559e)
  • 优化图表示例 api 文档样式 (#2209) (a842cf6c)
New Features
  • columnBackground, barBackground: 柱、条形图,玉珏图等支持配置图形背景 ✨ (#2190) (cbd087ae)
  • column: 柱状图支持圆角 & 添加图表指引 ✨ (#2215) (1e186819)
  • word-cloud: 词云图支持展示 legend (#2208) (f539977d)
  • word-cloud: 词云图重写 changeData 方法 && 添加单测 (#2214) (f3d6d7e7)
  • waterfall: 重写瀑布图 changeData 方法 && 添加单测 (#2212) (547d7dd7)
  • radial-bar: 玉珏图重写 changeData 方法 && 添加单测 (#2206) (71868f22)
  • radar: 雷达图重写 changeData 方法 && 添加单测 (#2205) (144cf23b)
  • rose: 玫瑰图修改 changeData && 添加单测 (#2200) (eb44c0fd)
  • progress: 进度条和环形进度条支持 changeData (#2197) (0788dbff)
  • tiny-plot: 迷你折线图和迷你柱形图重写 changeData && 添加单测 (#2177) (921deb67)
  • stock: stock 股票图重写 changeData 方法 (#2170) (ed081070)
  • histogram: 直方图支持动态 changedata (#2199) (a817274d)
  • liquid: 水波图支持动态 changedata (#2198) (d1610f29)
  • tiny-plot: 迷你图默认开启动画效果(#2196) (8dd8064e)
  • treemap: label.formatter 传参和 label.field 相对应,方便用户使用自定义数据设置 label ,tooltip 同 (#2188) (159f80c1)
  • sankey: add default label layout (#2186) (470577ac)
Bug Fixes
  • 对称条形图: 数据顺序问题, 修复设置 title 时左侧的 title 是反转的 (#2204) (08ba3b9b)
  • 环形图及迷你进度条: crash when percent = NaN (#2211) (b8de33ac)
  • radial-bar: 修复 type=line 的玉珏图,设置colorpoint 不生效 (#2185) (c47329f4)
  • demo: demo 实例容器自适应,不需要加宽高 否则影响动画效果 (#2193) (cf8b4c14)

2.3.7 (2021-01-07)

Documentation Changes
  • plugin-plot: 收录 g2plot-lollipop 自定义图表 (#2181) (383d8f71)
  • 增加 meta options 的配置说明文档 & radar demo 移除数据处理逻辑 (#2182) (d7c09ca1)
  • 迁移和弦图文档地址 & 文档样式优化 & 修复 绘图属性文档链接 404 (#2172) (79dc60ba)
  • 修复教程页的 404 链接 & 优化 api 文档的字体间距等样式 (#2167) (2f401dc6)
New Features
  • sankey: remove the circle data in sankey (#2178) (e248c8e3)
  • 迷你折线图和迷你柱形图重写 changeData && 添加单测 (#2177) (921deb67)
  • 饼图支持配置坐标系 startAngle 和 endAngle (#2164) (24681490)
  • open-ability: 开放通用的 adaptors 给自定义扩展图表使用 (#2166) (223473de)
Bug Fixes
  • dual-axes: 双轴图的 y 字段相同的时候,导致 yaxis 配置被覆盖 (#2176) (b46e6b37)
  • stock 股票图重写 changeData 方法 (#2170) (ed081070)
  • issue-2161: 修复数据项存在非法 undefined 时,获取数据 max 为 NaN,导致玉珏图渲染页面崩溃 (#2168) (536adf90)

2.3.6 (2020-12-30)

Documentation Changes
  • 增加动态交互图表 & 文档 typo 修整 (#2154) (72bbfa4b)
New Features
Bug Fixes
  • funnel: funnel conversion value (#2159) (08cf891b)
  • conversion: conversion calculate error (#2160) (1aefd258)

2.3.5 (2020-12-28)

Bug Fixes

2.3.4 (2020-12-24)

Documentation Changes
New Features
Bug Fixes

2.3.3 (2020-12-18)

Documentation Changes
New Features
Bug Fixes
Refactors

2.3.2 (2020-12-11)

Chores
New Features
Bug Fixes
  • pie-statistic: 修复环图中心文本从 false 更新为 null,读取空对象属性出错 (#2092) (cf14b369)
  • pie-statistic-action: 修复 changeSize 时,环图中心文本偶发报错 (#2093) (d3a0ece9)
  • 修改官网样式覆盖问题 (#2090) (5a2ce6de)
  • only enable tooltip for prmary geometry for line/area/radar (#2087) (c006f467)
  • fix duplicated label renderde for line/area/radar plot (#2071) (66a1088b)
  • fix early create canvas context cause build error in server side (#2066) (5cdbda35)
  • gauge: 仪表盘的 ticks 默认不均匀,且自定义 scale 无效 (#2085) (089b123f)
  • sankey: close sankey node tooltip (#2072) (4be91f92)
  • issue-2078: 修复 waterfall 无法关闭 tooltip (#2079) (b2716608)

2.3.1 (2020-12-02)

Documentation Changes
New Features
Bug Fixes
  • bar: adjust default legend and tooltip order (#2049) (d2925451)
  • word-cloud: 修复当宽高为 0 时浏览器卡死 (#2055) (2fb711c2)

2.2.13 (2020-11-29)

New Features
  • auto set limitInPlot in dual-axes and bidirectional-bar (#2020) (0882ca3)
Bug Fixes

2.2.12 (2020-11-25)

New Features
Bug Fixes
  • y-scale: update y scale min, max (#2013) (125c4b74)
  • auto adjust scale min to zero for column/bar (#2012) (c5ff5fde)
  • 只允许在基础柱形图和条形图上开启转化率组件 (#1994) (257151c8)
  • line: do not set default range as [0, 1] (#2007) (ef87448e)

2.2.11 (2020-11-21)

Chores
Documentation Changes
Bug Fixes

Tests

2.0.10 (2020-11-19)

Chores
Documentation Changes
New Features
Bug Fixes
Reverts
Tests

2.0.9 (2020-11-10)

Reverts
New Features
  • add syncViewPadding function supported.

2.0.8 (2020-11-10)

Documentation Changes
Bug Fixes
Tests

2.0.7 (2020-11-04)

New Features
Bug Fixes
Tests

2.0.6 (2020-11-02)

Documentation Changes
New Features
Bug Fixes
Refactors
Tests

2.0.5 (2020-10-25)

Chores
Documentation Changes
New Features
Bug Fixes

2.0.4 (2020-10-18)

Chores
Documentation Changes
New Features
Bug Fixes
Refactors

2.0.3 (2020-10-14)

Build System / Dependencies
Documentation Changes
New Features
Bug Fixes
Other Changes

2.0.2 (2020-10-09)

Chores
Documentation Changes
New Features
Bug Fixes

2.0.1 (2020-09-28)

Documentation Changes
New Features
Bug Fixes
  • 修复 column/bar 图例设置 & demo 更新 (#1636) (b2dfd35f)
  • website: 直接显示 1.x 给人感觉是当前是 1.x 版本 (#1656) (79337091)

2.0.0 (2020-09-28)

Documentation Changes
New Features
Bug Fixes
  • 修复 column/bar 图例设置 & demo 更新 (#1636) (b2dfd35f)
  • website: 直接显示 1.x 给人感觉是当前是 1.x 版本 (#1656) (79337091)

2.0.0-beta.6 (2020-09-25)

Chores
Documentation Changes
New Features
Bug Fixes
Performance Improvements
  • 新增 animation 并更正其它图表 getDefaultOptions (#1507) (3d45caf9)
Refactors
Tests

2.0.0-beta.4 (2020-09-18)

Chores
Documentation Changes
New Features
Bug Fixes
Performance Improvements
  • 新增 animation 并更正其它图表 getDefaultOptions (#1507) (3d45caf9)
Refactors
Tests

2.0.0-beta.2 (2020-08-24)

Documentation Changes
New Features
  • slider: add slider common adaptor, apply to line,area,column (#1480) (b1dc58a7)
  • lint-md: add markdown lint & fix markdown error (#1466) (61b8c30b)
  • state: 添加 setState 方法,通过条件设置三种状态的激活与否 (#1460) (5ba9e0a5)
  • theme: 增加主题 examples & 调整 options 定义 & 补全 theme 通道 (#1457) (32ab2840)
  • 导出 G2 和 Tooltip 类型定义 (#1446) (076c7583)
Bug Fixes
Tests

2.0.0-beta.1 (2020-08-14)

Chores
Documentation Changes
New Features
Bug Fixes
Refactors
  • common-helper: 将 common helper 移动到 utils 目录中 (#1430) (dd8facc5)
  • common/adaptor 改为 adaptor/common (#1373) (5daa997c)