Skip to content

Latest commit

 

History

History
213 lines (115 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

213 lines (115 loc) · 10.7 KB

0.9.2 (2023-02-17)

Bug Fixes
  • slider: move interaction does not work in mobile (#293) (fdb663fa)

0.9.1 (2023-02-14)

New Features
Chores
Bug Fixes
  • test ci error (#291) (799abf08)
  • category: 分页图例,分页宽度获取错误,导致部分图例被剪切 (#288) (d6f26b1d)
Other Changes

0.8.32 (2023-02-09)

Bug Fixes
  • category: 分页图例,分页宽度获取错误,导致部分图例被剪切 (#288) (d6f26b1d)

0.8.31 (2022-08-29)

Revert
  • tooltip:
    • 修复自定义 tooltip 的动画没有 transition 效果 (#275)" (#281) (9a92be22)
    • 修复当 customContent 传入非 DOM 或单一 DOM 结构无法渲染的问题 (#277)" (#280) (4d709111)

0.8.30 (2022-08-29)

Bug Fixes
  • tooltip:
    • 修复当 customContent 传入非 DOM 或单一 DOM 结构无法渲染的问题 (#277) (74bec9d5)

0.8.29 (2022-08-26)

Bug Fixes
  • tooltip: 修复自定义 tooltip 的动画没有 transition 效果 (#275) (839f3f86)

0.8.28 (2022-08-10)

Bug Fixes
  • annotation: annotation html 在 container 没有绝对定位时获取宽度宽度自适应导致位置计算出错的问题。 (#272) (e930d028)

0.8.27 (2022-04-12)

New Features
  • axis: 添加坐标轴标题详细说明 icon (#270) (2b6e336f)

0.8.26 (2022-03-29)

New Features
  • legend: 允许外部自定义 legend radio 透明度 (#268) (f83fdb58)

0.8.25 (2022-01-28)

Bug Fixes
  • annotation: 修复 html 组件 html 参数为 数字、空字符串 以及 特殊字符时出现的报错问题 (#265) (34db4609)
  • trend: trend height 过大 (#266) (9a60c279)

0.8.24 (2022-01-18)

New Features
  • legend radio 支持 tip 配置 & tooltip 支持 dom id 配置 (0f46d32d)

0.8.23 (2022-01-18)

Bug Fixes
  • legend: 修复 legend radio 设置错误 (#262) (971a8bec)

0.8.22 (2022-01-14)

Chores
Bug Fixes
  • component: set default value for defaultCfg (#253) (5372709d)
  • legend: 修复图例分页数量超过 100 后文字被遮挡 (#254) (bbaae5c0)

0.8.21 (2021-12-29)

New Features

0.8.20 (2021-11-03)

Bug Fixes

0.8.19 (2021-10-08)

Bug Fixes
  • axis: 修复 circle axis 处理 vertical limit 不当 (#250) (dd5ecb81)

0.8.18 (2021-10-07)

New Features
  • axis: 坐标轴支持额外绝对偏移量 (#246) (df888f58)
Bug Fixes
  • #2487: 圆型坐标轴支持文本缩略 (#245) (22a01f3c)
  • 【legend】 期望分页场景下的多行和不分页的多行,展示一致 (#242) (030c7bad)

0.8.17 (2021-07-28)

New Features

0.8.15 (2021-07-20)

New Features
  • legend: 修改连续图例 中的 values 配置 (#236) (d113b801)
  • legend: 图例 itemName.style 以及 itemValue.style 支持回调方法 (#227)" (#231) (6bb88825)
Bug Fixes
  • types: axis title 增加 position 的类型定义 (#235) (f097180d)

0.8.14 (2021-07-06)

Bug Fixes
  • legend: 修复 legend 组件无法通过回调设置 spacing 参数

0.8.4 (2020-12-17)

New Features

  • sourceMap: add src to files for sourceMap #209

0.8.3 (2020-11-30)

New Features

  • axis: 轴标签 autoHide 支持配置最小间距 #206

0.8.2 (2020-11-16)

Bug Fixes
  • axis: 坐标轴 title 重叠 #1820

0.7.4 (2020-09-21)

Bug Fixes
  • axis: 坐标轴 style 回调,如果用户没有填写全样式,使用传入的主题样式 (#191) (a5c854cd)

0.7.3 (2020-09-02)

New Features
  • axis: add label, grid, tickLine style callback typedefine (#187) (76a6d5dd)
Bug Fixes
  • slider: slider 更新的时候,组合的子组件不更新的问题 (#189) (fe6a2f6b)
  • trend: 修复趋势图中,面积绘制不正确的问题 (#186) (79d37a0c)
  • removeDom 节点不一定有 parentNode (#183) (c4b369e2)

0.7.2 (2020-08-17)

New Features
  • legend: 分类图例添加 itemMarginBottom 属性,用于调整图例项垂直方向的间距 (d2a92529)
  • axis: 自动计算 textBaseline (4401d921)
Bug Fixes
  • offsetX 和 offsetY 不需要参与 layoutBBox 计算 (df5700a6)

0.7.1 (2020-08-13)

New Features
Bug Fixes