react-draft-wysiwyg
Advanced tools
Comparing version 1.12.12 to 1.12.13
@@ -129,1 +129,8 @@ # Changelog | ||
- #621, variable declaration causes handlePastedText function error after js minified. | ||
## 16/4/2018 (1.12.12) | ||
- #630, Passing editorState into onBlur callback. | ||
- #642, Fix an error when a tab failed to open. | ||
## 25/4/2018 (1.12.13) | ||
- Bundle size optimization. |
{ | ||
"name": "react-draft-wysiwyg", | ||
"version": "1.12.12", | ||
"version": "1.12.13", | ||
"description": "A wysiwyg on top of DraftJS.", | ||
@@ -52,3 +52,4 @@ "main": "dist/react-draft-wysiwyg.js", | ||
"url-loader": "^0.6.2", | ||
"webpack": "^3.10.0" | ||
"webpack": "^3.10.0", | ||
"webpack-bundle-analyzer": "^2.11.1" | ||
}, | ||
@@ -58,3 +59,3 @@ "dependencies": { | ||
"draftjs-utils": "^0.9.3", | ||
"html-to-draftjs": "^1.3.0", | ||
"html-to-draftjs": "^1.4.0", | ||
"linkify-it": "^2.0.3", | ||
@@ -67,12 +68,9 @@ "prop-types": "^15.6.0" | ||
"react": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x", | ||
"react-dom": | ||
"0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x" | ||
"react-dom": "0.13.x || 0.14.x || ^15.0.0-0 || 15.x.x || ^16.0.0-0 || 16.x.x" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build:webpack": | ||
"cross-env NODE_ENV=production webpack --config config/webpack.config.js", | ||
"build:webpack": "cross-env NODE_ENV=production webpack --config config/webpack.config.js", | ||
"build": "npm run clean && npm run build:webpack", | ||
"test": | ||
"cross-env BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js src/**/*Test.js", | ||
"test": "cross-env BABEL_ENV=test mocha --compilers js:config/test-compiler.js config/test-setup.js src/**/*Test.js", | ||
"lint": "eslint src", | ||
@@ -79,0 +77,0 @@ "lintdocs": "eslint docs/src", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
3473515
117
53104
42
1
Updatedhtml-to-draftjs@^1.4.0