draftjs-filters
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -7,2 +7,8 @@ # Changelog | ||
# [2.1.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.0.1...v2.1.0) (2018-10-26) | ||
### Features | ||
- **release:** mark package as side-effects-free for Webpack ([#25](https://github.com/thibaudcolas/draftjs-filters/issues/25)) ([38f1aa0](https://github.com/thibaudcolas/draftjs-filters/commit/38f1aa0)) | ||
## [2.0.1](https://github.com/thibaudcolas/draftjs-filters/compare/v2.0.0...v2.0.1) (2018-09-28) | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "draftjs-filters", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Filter Draft.js content to preserve only the formatting you allow", | ||
@@ -9,2 +9,3 @@ "author": "Thibaud Colas", | ||
"module": "dist/draftjs-filters.esm.js", | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -11,0 +12,0 @@ "draft-js", |
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
64654