Skip to content

Commit 42b4e2b

Browse files
committed
docs: v9.8.9 change log
1 parent acd54b8 commit 42b4e2b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/en-US/guide/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# 📠 Change Log
22

3+
## 9.8.9
4+
`2024-05-28`
5+
+ 🐞 Fix style configuration `yAxis.type: 'percentage'` error.
6+
+ 🐞 Fix declaration issue in typescript.
7+
38
## 9.8.8
49
`2024-05-14`
510
+ 🐞 Fix the issue that the style configuration `candle.tooltip.custom` cannot be overridden when it is an array.
611
+ 🐞 Fix the issue of decimal folding.
712
+ 💄 Optimize the parameter `precision` in the overlay callback method.
813

9-
1014
## 9.8.7
1115
`2024-05-10`
1216
+ 🐞 Fix the issue of unsynchronized price and volume precision in indicator precision.

docs/guide/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 📠 更新日志
22

3+
## 9.8.9
4+
`2024-05-28`
5+
+ 🐞 修复样式配置 `yAxis.type: 'percentage'` 错误。
6+
+ 🐞 修复 typescript 中声明问题。
7+
38
## 9.8.8
49
`2024-05-14`
510
+ 🐞 修复样式配置 `candle.tooltip.custom` 是数组时无法覆盖问题。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "klinecharts",
3-
"version": "9.8.8",
3+
"version": "9.8.9",
44
"description": "Lightweight k-line chart built with html5 canvas",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.esm.js",

0 commit comments

Comments
 (0)