Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Houfeng committed Mar 29, 2017
1 parent 68fd514 commit 380d768
Show file tree
Hide file tree
Showing 23 changed files with 334 additions and 170 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.12
1. 改进 undo/redo 功能
2. 新增 head-dblclick 事件
3. 改进插入「链接」的逻辑
4. Tab 改为默认 2 个空格
5. 新增 switchTextarea 方法,通过 fromTextarea 创建的实例可通过此方法切换为普通文本框

## 1.1.5
1. 新增查找替换功能
2. 改进 undo/redo 处理
Expand Down
5 changes: 4 additions & 1 deletion dist/css/mditor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/mditor.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
margin: 45px auto;
max-width: 880px;
}

#editor {
display: none;
}
</style>
</head>

Expand Down
140 changes: 98 additions & 42 deletions dist/js/mditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/mditor.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/js/mditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/mditor.min.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/demo/css/mditor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/demo/css/mditor.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
margin: 45px auto;
max-width: 880px;
}

#editor {
display: none;
}
</style>
</head>

Expand Down
Loading

0 comments on commit 380d768

Please sign in to comment.