From 45f39809402dfdcda7bd3f83e0cc4dadc6c53707 Mon Sep 17 00:00:00 2001 From: liihuu Date: Fri, 22 Sep 2023 01:11:13 +0800 Subject: [PATCH] build: v9.5.4 --- docs/en-US/guide/changelog.md | 5 +++++ docs/guide/changelog.md | 5 +++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/en-US/guide/changelog.md b/docs/en-US/guide/changelog.md index 1e28e7d98..b18a149ed 100644 --- a/docs/en-US/guide/changelog.md +++ b/docs/en-US/guide/changelog.md @@ -1,5 +1,10 @@ # 📠 Change Log +## 9.5.4 +`2023-09-22` ++ 🐞 Fix the issue of not display the latest price line when the style `candle.type` is `area`. ++ 🐞 Fix the issue of incorrect display of the style `crosshair.vertical.text.paddingLeft`. + ## 9.5.3 `2023-09-19` + 🐞 Fix typescript import error. diff --git a/docs/guide/changelog.md b/docs/guide/changelog.md index e2df14c0a..a950e4712 100644 --- a/docs/guide/changelog.md +++ b/docs/guide/changelog.md @@ -1,5 +1,10 @@ # 📠 更新日志 +## 9.5.4 +`2023-09-22` ++ 🐞 修复样式`candle.type`是`area`时,最新价线不显示问题。 ++ 🐞 修复样式`crosshair.vertical.text.paddingLeft`显示不对问题。 + ## 9.5.3 `2023-09-19` + 🐞 修复ts下引入问题。 diff --git a/package.json b/package.json index 70fba5dd3..a8b251128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klinecharts", - "version": "9.5.3", + "version": "9.5.4", "description": "Lightweight k-line chart built with html5 canvas", "main": "./dist/klinecharts.min.js", "module": "index.js",