Skip to content

Commit 4de21a5

Browse files
committed
docs: update
1 parent 6f676fe commit 4de21a5

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/en-US/guide/changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 📠 Change Log
22

3-
## 10.0.0-alpha6
4-
`2025-06-12`
3+
## 10.0.0-alpha8
4+
`2025-06-14`
5+
+ 🐞 Fix typescript reference error.
6+
7+
## 10.0.0-alpha7
8+
`2025-06-14`
59
+ 👉 Chart api `init(ds, options)` , `options.customApi` changed to `options.formatter` , `formatDate` parameter changed to object.
610
+ 👉 Instance api `setCustomApi` changed to `setFormatter` , `getCustomApi` changed to `getFormatter`.
711
+ 🆕 Style configuration add `candle.priceMark.last.extendTexts` , `candle.tooltip.title` , `candle.tooltip.legend` , `indicator.tooltip.title` , `indicator.tooltip.legend` and `crosshair.horizontal.features` .
@@ -14,6 +18,10 @@
1418
+ 💄 Optimize the default event response of overlay events.
1519
+ 💄 Optimize the x-axis display.
1620

21+
## 10.0.0-alpha6
22+
`2025-06-12`
23+
+ Error publish.
24+
1725
## 10.0.0-alpha5
1826
`2025-03-09`
1927
+ 👉 Style configuration `candle.tooltip.icons` changed to `candle.tooltip.features`, `indicator.tooltip.icons` changed to `indicator.tooltip.features`.

docs/guide/changelog.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# 📠 更新日志
22

3-
## 10.0.0-alpha6
4-
`2025-06-12`
3+
## 10.0.0-alpha8
4+
`2025-06-14`
5+
+ 🐞 修复 typescript 引用错误。
6+
7+
## 10.0.0-alpha7
8+
`2025-06-14`
59
+ 👉 图表api `init(ds, options)` 中的 `options.customApi` 变更为 `options.formatter``formatDate` 参数变更为对象。
610
+ 👉 实例api `setCustomApi` 变更为 `setFormatter``getCustomApi` 变更为 `getFormatter`
711
+ 🆕 样式配置新增 `candle.priceMark.last.extendTexts``candle.tooltip.title``candle.tooltip.legend``indicator.tooltip.title``indicator.tooltip.legend` , 和 `crosshair.horizontal.features`
@@ -14,6 +18,10 @@
1418
+ 💄 优化覆盖物事件默认事件响应。
1519
+ 💄 优化x轴显示。
1620

21+
## 10.0.0-alpha6
22+
`2025-06-12`
23+
+ 错误发布
24+
1725
## 10.0.0-alpha5
1826
`2025-03-09`
1927
+ 👉 样式配置 `candle.tooltip.icons` 变更为 `candle.tooltip.features``indicator.tooltip.icons` 变更为 `indicator.tooltip.features`

0 commit comments

Comments
 (0)