Skip to content

Commit

Permalink
📝 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jul 28, 2020
1 parent 8e145b9 commit e270a87
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Vditor change log

### 升级

* v3.3
* options.mode 默认值修改为 `ir`
* `options.markdown.listMarker` 修改为 `options.markdown.listStyle`
* `options.preview.markdow.theme` 修改为 `options.preview.theme`
* `setContentTheme` 参数修改为 `contentTheme: string, path: string`
* `setTheme` 参数修改为 `theme: "dark" | "classic", contentTheme?: string, codeTheme?: string, contentThemePath?: string`
* 移除 `setSelection`
* 移除 `options.keymap`
* 移除 `options.preview.markdown.setext`
* 移除工具栏上的格式化功能:`options.toolbar` 中移除 `format` 选项
* v3.2
* IPreviewOptions.anchor 从 `boolean` 类型修改为 `number` 类型
* v3.1
Expand Down

0 comments on commit e270a87

Please sign in to comment.