Skip to content

Commit

Permalink
build: v8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Sep 18, 2022
1 parent 2507c2b commit 4ff7afc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log

## 8.6.2
`2022-09-18`
+ 🐞 Fix `scrollToXxx` related bugs.
+ 💄 Optimize id generation rules.
+ 💄 Optimize logarithmic coordinate display.

## 8.6.1
`2022-07-19`
+ 🐞 Fix `overrideTechnicalIndicator` bug.
Expand Down
8 changes: 7 additions & 1 deletion docs/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 更新日志
## 8.6.2
`2022-09-18`
+ 🐞 修复`scrollToXxx`相关错误。
+ 💄 优化id生成规则。
+ 💄 优化对数坐标显示。

## 8.6.1
`2022-07-19`
+ 🐞 修复`overrideTechnicalIndicator`错误。
Expand All @@ -25,7 +31,7 @@
+ 🐞 修复typescript引用问题。


## 8.3.6
## 8.3.
`2022-03-23`
+ 🐞 修复移动端画线问题。

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": "8.6.1",
"version": "8.6.2",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 4ff7afc

Please sign in to comment.