Skip to content

Commit 892c452

Browse files
committed
docs(changelog): 2.3.8
1 parent 83bb301 commit 892c452

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

docs/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ Disabled menu. default is the upload local image menu under the image toolbar. E
163163

164164
### before-preview-change
165165

166-
-Type: `Function`
167-
-Default value: `-`
168-
-Callback parameters: `(text, next)`
166+
- type: `Function`
167+
- default value: `-`
168+
- callback parameters: `(text, next)`
169169

170170
Function triggered before preview parsing. After configuring this property, you must call the next method and pass in the md text that needs to be rendered, otherwise the preview component will not be rendered.
171171

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
Except for major bugs, the 1.x version based on vue2.0 will no longer be iterated synchronously starting from version 1.7.6.
55
:::
66

7+
### 2.3.8
8+
9+
`2021-08-16`
10+
11+
**Features**
12+
13+
- editor: add [before-preview-change](./api.md#before-preview-change) prop.
14+
715
### 1.7.7 & 2.3.7
816

917
`2021-07-22`

docs/zh/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
基于 vue2.0 的 1.x 的版本除了重大 bug 之外,从 1.7.6 版本开始将不再同步迭代。
55
:::
66

7+
### 2.3.8
8+
9+
`2021-08-16`
10+
11+
**Features**
12+
13+
- editor: 新增 [before-preview-change](./api.md#before-preview-change) 属性。
14+
715
### 1.7.7 & 2.3.7
816

917
`2021-07-22`

0 commit comments

Comments
 (0)