File tree Expand file tree Collapse file tree 4 files changed +2870
-2888
lines changed Expand file tree Collapse file tree 4 files changed +2870
-2888
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ v1.4.1 发布日期:2019-11-04
3
3
- 补充 chalk 包
4
4
- 修改主题自定义编辑的提示
5
5
- 修改文档地址
6
+ - 新增表格添加功能
6
7
7
8
v1.4.0 发布日期:2019-11-02
8
9
Original file line number Diff line number Diff line change 2
2
"name" : " markdown-nice" ,
3
3
"author" : " mdnice" ,
4
4
"description" : " a markdown editor with the function of style edition" ,
5
- "version" : " 0.1.3 " ,
5
+ "version" : " 0.1.4 " ,
6
6
"private" : false ,
7
7
"main" : " lib/Lib.js" ,
8
8
"module" : " lib/Lib.js" ,
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ export const CODE_OPTIONS = [
156
156
export const VERSION_NUM = "1.4.0" ;
157
157
158
158
export const VERSION_TIMELINE = [
159
+ "2019-11-05 新增快捷键,新增表格添加功能" ,
159
160
"2019-11-02 break change!请将所有的自定义标签前面加上 #nice,否则将失效,可参考其他主题!新增主题「极客黑」和「简」" ,
160
161
"2019-10-28 修复公式 bug,新增主题「蓝山」,请重置看查看效果" ,
161
162
"2019-10-27 组件化,新增预览模式,修改导航栏布局" ,
You can’t perform that action at this time.
0 commit comments