braft-editor
Advanced tools
Comparing version 1.1.8 to 1.1.9
## 更新记录 | ||
- 2018-01-17 v1.1.9 | ||
- 修复列表模式下连续按回车出现脚本报错的问题 | ||
- 支持Ctrl|Shift + Enter实现软换行,感谢[@qjp88995](https://github.com/qjp88995)反馈 | ||
- 2017-12-14 v1.1.8 | ||
- 修复与jquery等库存在冲突的问题 | ||
- 修复与jquery等库存在冲突的问题,感谢[@juyongxia](https://github.com/juyongxia)反馈 | ||
- 2017-11-30 v1.1.7 | ||
@@ -5,0 +8,0 @@ - 修复bug [#13](https://github.com/margox/braft-editor/issues/13),感谢[@melissaloves](https://github.com/melissaloves)反馈 |
{ | ||
"name": "braft-editor", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Rich Text Editor Based On Draft.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/braft.js", |
@@ -9,4 +9,7 @@ # Braft Editor | ||
## 最近更新 | ||
- 2018-01-17 v1.1.9 | ||
- 修复列表模式下连续按回车出现脚本报错的问题 | ||
- 支持Ctrl|Shift + Enter实现软换行,感谢[@qjp88995](https://github.com/qjp88995)反馈 | ||
- 2017-12-14 v1.1.8 | ||
- 修复与jquery等库存在冲突的问题 | ||
- 修复与jquery等库存在冲突的问题,感谢[@juyongxia](https://github.com/juyongxia)反馈 | ||
- 2017-11-30 v1.1.7 | ||
@@ -63,2 +66,6 @@ - 修复bug [#13](https://github.com/margox/braft-editor/issues/13),感谢[@melissaloves](https://github.com/melissaloves)反馈 | ||
## 鸣谢 | ||
- 感谢[Jyoti Puri](https://github.com/jpuri) 开发的[draftjs-utils](https://github.com/jpuri/draftjs-utils) 提供的帮助和[react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg) 提供的参考,Thanks! | ||
- 感谢[HubSpot] 开发的[draft-convert](https://github.com/hubspot/draft-convert),Thanks! | ||
## 使用示例 | ||
@@ -65,0 +72,0 @@ ```javascript |
Sorry, the diff of this file is too big to display
405659
563