Skip to content

Commit 39b7631

Browse files
committed
1 parent de5d202 commit 39b7631

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## v0.9.8 2024-04-30
66

77
* [Add `editors` to the plugin's `Custom` class](https://github.com/siyuan-note/siyuan/issues/11072)
8+
* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183)
89

910
## v0.9.7 2024-04-02
1011

siyuan.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ export class Setting {
587587

588588
addItem(options: {
589589
title: string,
590+
direction?: "column" | "row"
590591
description?: string,
591592
actionElement?: HTMLElement,
592593
createActionElement?(): HTMLElement,

0 commit comments

Comments
 (0)