Skip to content

Commit 4823e04

Browse files
committed
v1.4.1 发布日期:2019-11-04
- 补充 chalk 包 - 修改主题自定义编辑的提示 - 修改文档地址 - 新增表格添加功能
1 parent be416f2 commit 4823e04

File tree

4 files changed

+2870
-2888
lines changed

4 files changed

+2870
-2888
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ v1.4.1 发布日期:2019-11-04
33
- 补充 chalk 包
44
- 修改主题自定义编辑的提示
55
- 修改文档地址
6+
- 新增表格添加功能
67

78
v1.4.0 发布日期:2019-11-02
89

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.3",
5+
"version": "0.1.4",
66
"private": false,
77
"main": "lib/Lib.js",
88
"module": "lib/Lib.js",

src/utils/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const CODE_OPTIONS = [
156156
export const VERSION_NUM = "1.4.0";
157157

158158
export const VERSION_TIMELINE = [
159+
"2019-11-05 新增快捷键,新增表格添加功能",
159160
"2019-11-02 break change!请将所有的自定义标签前面加上 #nice,否则将失效,可参考其他主题!新增主题「极客黑」和「简」",
160161
"2019-10-28 修复公式 bug,新增主题「蓝山」,请重置看查看效果",
161162
"2019-10-27 组件化,新增预览模式,修改导航栏布局",

0 commit comments

Comments
 (0)