Skip to content

Commit

Permalink
docs: v9.8.9 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed May 27, 2024
1 parent acd54b8 commit 42b4e2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# 📠 Change Log

## 9.8.9
`2024-05-28`
+ 🐞 Fix style configuration `yAxis.type: 'percentage'` error.
+ 🐞 Fix declaration issue in typescript.

## 9.8.8
`2024-05-14`
+ 🐞 Fix the issue that the style configuration `candle.tooltip.custom` cannot be overridden when it is an array.
+ 🐞 Fix the issue of decimal folding.
+ 💄 Optimize the parameter `precision` in the overlay callback method.


## 9.8.7
`2024-05-10`
+ 🐞 Fix the issue of unsynchronized price and volume precision in indicator precision.
Expand Down
5 changes: 5 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 📠 更新日志

## 9.8.9
`2024-05-28`
+ 🐞 修复样式配置 `yAxis.type: 'percentage'` 错误。
+ 🐞 修复 typescript 中声明问题。

## 9.8.8
`2024-05-14`
+ 🐞 修复样式配置 `candle.tooltip.custom` 是数组时无法覆盖问题。
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.8",
"version": "9.8.9",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
Expand Down

0 comments on commit 42b4e2b

Please sign in to comment.