Skip to content

Commit

Permalink
build: v9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Sep 21, 2023
1 parent 6c3b3e7 commit 45f3980
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -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.
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.5.4
`2023-09-22`
+ 🐞 修复样式`candle.type``area`时,最新价线不显示问题。
+ 🐞 修复样式`crosshair.vertical.text.paddingLeft`显示不对问题。

## 9.5.3
`2023-09-19`
+ 🐞 修复ts下引入问题。
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.5.3",
"version": "9.5.4",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/klinecharts.min.js",
"module": "index.js",
Expand Down

0 comments on commit 45f3980

Please sign in to comment.