zan-richtext
Advanced tools
Comparing version 4.6.6 to 4.6.7
@@ -208,8 +208,2 @@ 'use strict'; | ||
}, { | ||
key: 'componentWillUnmount', | ||
value: function componentWillUnmount() { | ||
if (!this.editor) return; | ||
this.editor.destroy(); | ||
} | ||
}, { | ||
key: 'render', | ||
@@ -216,0 +210,0 @@ value: function render() { |
{ | ||
"name": "zan-richtext", | ||
"version": "4.6.6", | ||
"version": "4.6.7", | ||
"description": "基于 UEditor 的 React 富文件编辑器", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -80,4 +80,8 @@ ## zan-richtext | ||
### 更新日志 | ||
#### 4.6.7 (2018-05-15) | ||
- [bug fix] 修复在 form 包裹下的 design 组件切换时多余 textarea 的问题 | ||
#### 4.5.2 (2017-12-06) | ||
- [bug fix] 禁用插入链接弹窗敲回车自动提交表单的问题 |
Sorry, the diff of this file is too big to display
87
1698800
46405