braft-editor
Advanced tools
Comparing version
## 更新记录 | ||
- 2018-02-22 v1.4.0 | ||
- 修复自定义弹窗(extendControls/modal)内容无法动态更新的问题(感谢[@SadCreeper](https://github.com/SadCreeper)反馈) | ||
- 修复代码块转换出错的问题(感谢[@SadCreeper](https://github.com/SadCreeper)反馈) | ||
- 2018-02-02 v1.3.2 | ||
@@ -3,0 +6,0 @@ - 新增繁体中文语言[zh-hant],感谢[@JackLam](https://github.com/lamjack)的贡献 |
{ | ||
"name": "braft-editor", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Rich Text Editor Based On Draft.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/braft.js", |
@@ -8,2 +8,5 @@ # Braft Editor | ||
## 最近更新 | ||
- 2018-02-22 v1.4.0 | ||
- 尝试修复自定义弹窗(extendControls/modal)内容无法动态更新的问题(感谢[@SadCreeper](https://github.com/SadCreeper)反馈) | ||
- 修复代码块转换出错的问题(感谢[@SadCreeper](https://github.com/SadCreeper)反馈) | ||
- 2018-02-02 v1.3.2 | ||
@@ -22,12 +25,2 @@ - 新增繁体中文语言[zh-hant],感谢[@JackLam](https://github.com/lamjack)的贡献 | ||
- 部分细节优化 | ||
- 2018-01-24 v1.1.14 | ||
- 支持纯文本粘贴(感谢[@IveChen](https://github.com/IveChen)建议) + 部分细节优化 | ||
- 2018-01-24 v1.1.13 | ||
- 部分BUG修复+UI优化 | ||
- 2018-01-24 v1.1.12 | ||
- 增强与Ant.Design的兼容性 | ||
- 2018-01-22 v1.1.11 | ||
- 修复内容初始化时候的错误 | ||
- 2018-01-19 v1.1.10 | ||
- 修复safari等浏览器下部分操作无效的问题 | ||
@@ -182,2 +175,3 @@ [查看更新历史](https://github.com/margox/braft-editor/blob/master/CHANGELOG.md) | ||
modal: { | ||
id: 'test-modal', // v1.4.0新增 | ||
title: '这是一个弹出框', | ||
@@ -200,2 +194,3 @@ showClose: true, | ||
``` | ||
> 使用自定义的弹窗组件时,必须为modal指定一个id,以保证modal内容能动态更新 | ||
@@ -202,0 +197,0 @@ ### disabled [boolean] |
Sorry, the diff of this file is too big to display
436846
0.29%630
-0.79%