|
|
@@ -2,6 +2,8 @@
|
|
|
|
|
|
### 升级
|
|
|
|
|
|
+* v2.0
|
|
|
+ * 默认为 WYSIWYG 模式,可根据需要修改 option.mode 参数
|
|
|
* v1.9
|
|
|
* preview 静态方法参数修改为 `(previewElement: HTMLDivElement, markdown: string, options?: IPreviewOptions)`,其中参数 `IPreviewOptions` 修改为
|
|
|
```ts
|
|
|
@@ -32,11 +34,16 @@
|
|
|
|
|
|
### TODO
|
|
|
|
|
|
-* [2](https://github.com/Vanessa219/vditor/issues/2) 所见即所得 `enhancement`
|
|
|
* [3](https://github.com/Vanessa219/vditor/issues/3) 编辑预览同步滚动改进 `enhancement`
|
|
|
* [4](https://github.com/Vanessa219/vditor/issues/4) 添加支持思维导图的功能 `enhancement`
|
|
|
|
|
|
-### v1.10.10 / 2019-12-12
|
|
|
+### v2.0.0 / 2019-12-26
|
|
|
+
|
|
|
+* [2](https://github.com/Vanessa219/vditor/issues/2) 所见即所得 `enhancement`
|
|
|
+* 文档更新
|
|
|
+ * 添加 option.mode?: "wysiwyg-show" | "markdown-show" | "wysiwyg-only" | "markdown-only" 参数
|
|
|
+
|
|
|
+### v1.10.11 / 2019-12-12
|
|
|
|
|
|
* [20](https://github.com/Vanessa219/vditor/issues/20) 报错:Lute is not defined `bug`
|
|
|
* [19](https://github.com/Vanessa219/vditor/issues/19) CDN 切换优化 `enhancement`
|