Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 2.3.2 to 2.3.3

3

CHANGELOG.md
### 历史更新记录
- 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 @@

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc