braft-editor
Advanced tools
Comparing version 2.2.6 to 2.2.7
### 历史更新记录 | ||
- 2019-02-22 v2.2.7 | ||
- 新增用于美化输出HTML的样板CSS文件(`node_modules/braft-editor/dist/output.css`) | ||
- 2019-02-22 v2.2.6 | ||
@@ -4,0 +6,0 @@ - 优化blockRenerMap属性,支持传入一个返回blockRenerMap对象的函数 |
{ | ||
"name": "braft-editor", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "Rich Text Editor Based On Draft.js", | ||
@@ -10,3 +10,4 @@ "main": "dist/index.js", | ||
"start": "webpack-dev-server --config ./build/webpack.development.js -d --history-api-fallback --no-inline --progress --colors --host 0.0.0.0", | ||
"build": "rm -rf dist/ && NODE_ENV=production webpack --config ./build/webpack.production.js --progress --colors", | ||
"build": "rm -rf dist/ && NODE_ENV=production webpack --config ./build/webpack.production.js --progress --colors && node ./build/scss-output.js", | ||
"build-output-css": "node ./build/scss-output.js", | ||
"lint": "node_modules/eslint/bin/eslint.js .", | ||
@@ -13,0 +14,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
@@ -33,2 +33,4 @@ # Braft Editor | ||
- 2019-02-22 v2.2.7 | ||
- 新增用于美化输出HTML的样板CSS文件(`node_modules/braft-editor/dist/output.css`) | ||
- 2019-02-22 v2.2.6 | ||
@@ -35,0 +37,0 @@ - 优化blockRenerMap属性,支持传入一个返回blockRenerMap对象的函数 |
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
1070383
13
5535
126