braft-editor
Advanced tools
Comparing version 2.3.2 to 2.3.3
### 历史更新记录 | ||
- 2019-06-11 v2.3.3 | ||
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.1.13) | ||
- 加入更多[hooks](https://www.yuque.com/braft-editor/be/gz44tn#gug9gs)支持 | ||
- 2019-05-28 v2.3.2 | ||
@@ -4,0 +7,0 @@ - 修复传入RAW字符串无法正常解析为问题 |
@@ -31,2 +31,6 @@ import * as React from 'react'; | ||
| 'en' | ||
| 'tr' | ||
| 'ru' | ||
| 'jp' | ||
| 'kr' | ||
| 'pl' | ||
@@ -69,2 +73,3 @@ | ((languages: any, context: any) => any); | ||
onSave?: Function; | ||
onFullscreen?: Function; | ||
} | ||
@@ -268,2 +273,7 @@ | ||
['select-files']?: HookFunc, | ||
['set-image-link-target']?: HookFunc, | ||
['set-image-link']?: HookFunc, | ||
['set-image-size']?: HookFunc, | ||
['set-image-float']?: HookFunc, | ||
['set-image-alignment']?: HookFunc, | ||
}; | ||
@@ -270,0 +280,0 @@ |
{ | ||
"name": "braft-editor", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Rich Text Editor Based On Draft.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -43,2 +43,5 @@ # Braft Editor | ||
- 2019-06-11 v2.3.3 | ||
- 支持部分更多自定义html属性的保留(需要升级braft-convert至v2.1.13) | ||
- 加入更多[hooks](https://www.yuque.com/braft-editor/be/gz44tn#gug9gs)支持 | ||
- 2019-05-28 v2.3.2 | ||
@@ -45,0 +48,0 @@ - 修复传入RAW字符串无法正常解析为问题 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1115977
6015
153