You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

braft-editor

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

braft-editor - npm Package Compare versions

Comparing version

to
1.3.1

4

CHANGELOG.md
## 更新记录
- 2018-02-02 v1.3.1
- 新增disabled属性,用以禁用编辑功能
- 2018-01-30 v1.3.0
- 支持编辑代码块是按tab插入缩进,并可配置缩进空格数(感谢[@atmjs](https://github.com/atmjs)建议)
- 支持编辑代码块时按tab插入缩进,并可配置缩进空格数(感谢[@atmjs](https://github.com/atmjs)建议)
- 支持列表项目的文字居中\居右显示(感谢[@ug1989](https://github.com/ug1989)反馈)

@@ -5,0 +7,0 @@ - 修复媒体库拖放上传功能异常的问题(感谢[@jane900618](https://github.com/jane900618)反馈)

{
"name": "braft-editor",
"version": "1.3.0",
"version": "1.3.1",
"description": "Rich Text Editor Based On Draft.js",

@@ -5,0 +5,0 @@ "main": "dist/braft.js",

@@ -8,4 +8,6 @@ # Braft Editor

## 最近更新
- 2018-02-02 v1.3.1
- 新增disabled属性,用以禁用编辑功能
- 2018-01-30 v1.3.0
- 支持编辑代码块是按tab插入缩进,并可配置缩进空格数(感谢[@atmjs](https://github.com/atmjs)建议)
- 支持编辑代码块时按tab插入缩进,并可配置缩进空格数(感谢[@atmjs](https://github.com/atmjs)建议)
- 支持列表项目的文字居中\居右显示(感谢[@ug1989](https://github.com/ug1989)反馈)

@@ -195,2 +197,7 @@ - 修复媒体库拖放上传功能异常的问题(感谢[@jane900618](https://github.com/jane900618)反馈)

### disabled [boolean]
是否禁用编辑功能,默认false
### height [number]

@@ -197,0 +204,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display