Skip to content

Commit

Permalink
docs: v9.8.7 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed May 10, 2024
1 parent 0dad5dd commit b8f6b7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 📠 Change Log

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

## 9.8.6
`2024-05-07`
+ 🐞 Fix an issue that chart API `registerIndicator` and `registerOverlay` parameters `extendData` cannot take effect.
Expand Down
4 changes: 4 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 📠 更新日志

## 9.8.7
`2024-05-10`
+ 🐞 修复指标精度不同步价格数量精度问题。

## 9.8.6
`2024-05-07`
+ 🐞 修复图表API `registerIndicator``registerOverlay` 参数 `extendData` 无法生效问题。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klinecharts",
"version": "9.8.6",
"version": "9.8.7",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit b8f6b7f

Please sign in to comment.