Skip to content

Commit 40c76fd

Browse files
committed
v1.4.3 发布日期:2019-11-09
- 修复知乎公式问题 - 修复横屏幻灯片渲染问题
1 parent 0c1a745 commit 40c76fd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.4.3 发布日期:2019-11-09
2+
3+
- 修复知乎公式问题
4+
- 修复横屏幻灯片渲染问题
5+
16
v1.4.2 发布日期:2019-11-09
27

38
- 新增幻灯片横屏滑动语法,重置后查看

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "markdown-nice",
33
"author": "mdnice",
44
"description": "a markdown editor with the function of style edition",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"private": false,
77
"main": "lib/Lib.js",
88
"module": "lib/Lib.js",

src/utils/constant.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ export const CODE_OPTIONS = [
154154
},
155155
];
156156

157-
export const VERSION_NUM = "1.4.2";
157+
export const VERSION_NUM = "1.4.3";
158158

159159
export const VERSION_TIMELINE = [
160+
"2019-11-13 修复横屏幻灯片渲染问题, 修复知乎公式问题",
160161
"2019-11-09 新增幻灯片横屏滑动语法,重置后查看;新增拷贝到知乎,支持知乎公式使用",
161162
"2019-11-05 新增快捷键,新增表格添加功能",
162163
"2019-11-02 break change!请将所有的自定义标签前面加上 #nice,否则将失效,可参考其他主题!新增主题「极客黑」和「简」",
163164
"2019-10-28 修复公式 bug,新增主题「蓝山」,请重置看查看效果",
164-
"2019-10-27 组件化,新增预览模式,修改导航栏布局",
165165
];

0 commit comments

Comments
 (0)