docs: v9.0.0-alpha7

This commit is contained in:
lihu 2023-02-06 23:56:17 +08:00
parent 8416bba968
commit 50787284a4
3 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# 📠 Change Log
## 9.0.0-alpha7
`2023-02-07`
+ 💄 Optimize chart event processing.
+ 🐞 Fix the problem that the `overlay` click event does not trigger.
## 9.0.0-alpha6
`2023-01-20`
+ 🆕 I18n supports incremental register.

View File

@ -1,4 +1,10 @@
# 📠 更新日志
## 9.0.0-alpha7
`2023-02-07`
+ 💄 优化图表事件处理。
+ 🐞 修复`overlay`点击事件不触发问题。
## 9.0.0-alpha6
`2023-01-20`
+ 🆕 国际化支持增量注册。

View File

@ -1,6 +1,6 @@
{
"name": "klinecharts",
"version": "9.0.0-alpha6",
"version": "9.0.0-alpha7",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "index.js",
"types": "./types/index.d.ts",