Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (27 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-08-22)

⚠ BREAKING CHANGES

  • 初始化方式更改, 返回值更改,使用方式参考文档。

  • 重构初始化流程,去除丑陋的扩展 (568bc6e)

1.4.1 (2019-08-21)

Bug Fixes

  • plugin: AutoVisible 初始化时显示不在范围内的图表 (364c779)

1.4.0 (2019-08-21)

Features

  • plugin: AutoVisible 插件调整 zoom 的判断方式 (ca1ff00)

1.3.0 (2019-08-21)

Bug Fixes

  • core: 实例方法 getConfigs 命名错误 (e1458a3)

Features

  • core: 扩展实例配置,修改主题配置方式,防止存在多个版本的 echarts 时主题配置无效 (c9d1041)
  • dev: 更新主题使用方法 (b3037e9)
  • theme: 修改主题配置方式,防止存在多个版本的 echarts 时主题配置无效 (be73c78)

1.2.0 (2019-08-20)

Features

  • amap-charts: 调整插件设计,允许每个实例进行单独配置 (543b250)
  • amap-echarts: 事件修改、完善插件 (a497f6f)
  • amap-echarts: 调整 api 命名、导出接口 (c171e8a)
  • event: 调整事件触发时机,分离 render、update 事件 (99e06b7)
  • plugins: 添加 AutoVisible 插件 (a23ebca)
  • 开发: 修改 demo (f0c5f8d)