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.1.28 to 2.1.29

4

CHANGELOG.md
### 历史更新记录
- 2018-11-14 v2.1.29
- 尝试修复选中多行内容后输入中文导致页面报错的问题[[#295](https://github.com/margox/braft-editor/issues/295)],依赖braft-utils@3.0.6
- 新增triggerChangeOnMount属性,用于指定在编辑器组件加载完成后是否触发一次onChange,默认为true
- 修复传入className属性导致编辑器显示异常的问题
- 2018-11-13 v2.1.28

@@ -4,0 +8,0 @@ - 修复图片工具栏无法使用的问题[#293](https://github.com/margox/braft-editor/issues/293)

4

package.json
{
"name": "braft-editor",
"version": "2.1.28",
"version": "2.1.29",
"description": "Rich Text Editor Based On Draft.js",

@@ -64,3 +64,3 @@ "main": "dist/index.js",

"braft-finder": "^0.0.14",
"braft-utils": "^3.0.4",
"braft-utils": "^3.0.6",
"draft-convert": "^2.0.0",

@@ -67,0 +67,0 @@ "draft-js": "^0.10.3",

@@ -32,2 +32,6 @@ # Braft Editor

- 2018-11-14 v2.1.29
- 尝试修复选中多行内容后输入中文导致页面报错的问题[[#295](https://github.com/margox/braft-editor/issues/295)],依赖braft-utils@3.0.6
- 新增triggerChangeOnMount属性,用于指定在编辑器组件加载完成后是否触发一次onChange,默认为true
- 修复传入className属性导致编辑器显示异常的问题
- 2018-11-13 v2.1.28

@@ -34,0 +38,0 @@ - 修复图片工具栏无法使用的问题[#293](https://github.com/margox/braft-editor/issues/293)

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