From 1b85d3b710215b5381939b784bbff3beaf3808ba Mon Sep 17 00:00:00 2001 From: liihuu Date: Tue, 14 May 2024 01:27:50 +0800 Subject: [PATCH] docs: v9.8.8 change log --- docs/en-US/guide/changelog.md | 7 +++++++ docs/guide/changelog.md | 6 ++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/en-US/guide/changelog.md b/docs/en-US/guide/changelog.md index 11ee3d513..2474260d8 100644 --- a/docs/en-US/guide/changelog.md +++ b/docs/en-US/guide/changelog.md @@ -1,5 +1,12 @@ # 📠 Change Log +## 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. diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index 33f1b9c66..426171a1c 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -1,5 +1,11 @@ # 📠 更新日志 +## 9.8.8 +`2024-05-14` ++ 🐞 修复样式配置 `candle.tooltip.custom` 是数组时无法覆盖问题。 ++ 🐞 修复小数折叠不准确问题。 ++ 💄 优化覆盖物回调方法中的参数 `precision` 。 + ## 9.8.7 `2024-05-10` + 🐞 修复指标精度不同步价格数量精度问题。 diff --git a/package.json b/package.json index cad9515d7..d3eb37c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klinecharts", - "version": "9.8.7", + "version": "9.8.8", "description": "Lightweight k-line chart built with html5 canvas", "main": "./dist/index.cjs", "module": "./dist/index.esm.js",