|
@@ -2,6 +2,9 @@
|
|
|
|
|
|
### 升级
|
|
### 升级
|
|
|
|
|
|
|
|
+* v1.8
|
|
|
|
+ * getHTML 方法移除参数
|
|
|
|
+ * md2html 仅保留第一个参数
|
|
* v1.7
|
|
* v1.7
|
|
* `option.preivew.show?: boolean` => `option.preivew.mode?: string`
|
|
* `option.preivew.show?: boolean` => `option.preivew.mode?: string`
|
|
* 移除 option.editorName
|
|
* 移除 option.editorName
|
|
@@ -9,13 +12,13 @@
|
|
### TODO
|
|
### TODO
|
|
|
|
|
|
* [121](https://github.com/b3log/vditor/issues/121) 所见即所得 `feature`
|
|
* [121](https://github.com/b3log/vditor/issues/121) 所见即所得 `feature`
|
|
-* [119](https://github.com/b3log/vditor/issues/119) file upload
|
|
|
|
|
|
|
|
### v1.8.0 / 2019-09-03
|
|
### v1.8.0 / 2019-09-03
|
|
|
|
|
|
* [123](https://github.com/b3log/vditor/issues/123) 添加 format 功能 `feature`
|
|
* [123](https://github.com/b3log/vditor/issues/123) 添加 format 功能 `feature`
|
|
* [122](https://github.com/b3log/vditor/issues/122) 添加 emojiRender 和 highlightRender 接口 `feature`
|
|
* [122](https://github.com/b3log/vditor/issues/122) 添加 emojiRender 和 highlightRender 接口 `feature`
|
|
* [120](https://github.com/b3log/vditor/issues/120) markdown-it 切换为 lute `enhancement`
|
|
* [120](https://github.com/b3log/vditor/issues/120) markdown-it 切换为 lute `enhancement`
|
|
|
|
+* [119](https://github.com/b3log/vditor/issues/119) 提供服务端返回数据格式化接口 `feature`
|
|
* [117](https://github.com/b3log/vditor/issues/117) 支持站点、视频、音频解析 `feature`
|
|
* [117](https://github.com/b3log/vditor/issues/117) 支持站点、视频、音频解析 `feature`
|
|
* [112](https://github.com/b3log/vditor/issues/112) :xxx: 需根据对应的 emoji 渲染为 emoji,而非 :xxx: `feature`
|
|
* [112](https://github.com/b3log/vditor/issues/112) :xxx: 需根据对应的 emoji 渲染为 emoji,而非 :xxx: `feature`
|
|
|
|
|