Skip to content

Commit

Permalink
build: v9.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Sep 17, 2023
1 parent 811100f commit eedf985
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/en-US/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 📠 Change Log

## 9.5.2
`2023-09-18`
+ 💄 Optimize the figure `text`.
+ 💄 Optimize built-in overlays `simpleAnnotation` and `simpleTag`.
+ 💄 Optimize the free style of technical indicators and support increment.
+ 🐞 Fix typescript declaration issue.

## 9.5.1
`2023-08-14`
+ 🆕 Add chart api `getOverlayClass`.
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 📠 更新日志

## 9.5.2
`2023-09-18`
+ 💄 优化基础图形`text`
+ 💄 优化内置覆盖物`simpleAnnotation``simpleTag`
+ 💄 优化技术指标自由样式,支持增量。
+ 🐞 修复typescript声明问题。

## 9.5.1
`2023-08-14`
+ 🆕 图表方法新增`getOverlayClass`
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.1",
"version": "9.5.2",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "./dist/klinecharts.min.js",
"module": "index.js",
Expand Down

0 comments on commit eedf985

Please sign in to comment.