draftjs-filters
Advanced tools
Comparing version 0.7.0 to 1.0.0
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v0.7.0...v1.0.0) (2018-03-01) | ||
> This release is functionally identical to `v0.7.0`. | ||
The project has reached a high-enough level of stability to be used in production, and breaking changes will now be reflected via major version changes. | ||
<a name="0.7.0"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "draftjs-filters", | ||
"version": "0.7.0", | ||
"version": "1.0.0", | ||
"description": "Filter Draft.js content to preserve only the formatting you allow", | ||
@@ -59,3 +59,3 @@ "author": "Thibaud Colas", | ||
"danger-plugin-jest": "^1.1.0", | ||
"draft-js": "^0.10.4", | ||
"draft-js": "0.10.5", | ||
"enzyme": "^3.3.0", | ||
@@ -62,0 +62,0 @@ "enzyme-adapter-react-16": "^1.1.1", |
@@ -7,3 +7,3 @@ # [Draft.js filters](https://thibaudcolas.github.io/draftjs-filters/) [![npm](https://img.shields.io/npm/v/draftjs-filters.svg)](https://www.npmjs.com/package/draftjs-filters) [![Build Status](https://travis-ci.org/thibaudcolas/draftjs-filters.svg?branch=master)](https://travis-ci.org/thibaudcolas/draftjs-filters) [![Coverage Status](https://coveralls.io/repos/github/thibaudcolas/draftjs-filters/badge.svg)](https://coveralls.io/github/thibaudcolas/draftjs-filters) [<img src="https://cdn.rawgit.com/springload/awesome-wagtail/ac912cc661a7099813f90545adffa6bb3e75216c/logo.svg" width="104" align="right" alt="Wagtail">](https://wagtail.io/) | ||
The main use case is to select what formatting to keep when copy-pasting rich text into an editor, for example from Word or Google Docs, addressing Draft.js limitations like [#166](https://github.com/facebook/draft-js/issues/166). Check out the [online demo](https://thibaudcolas.github.io/draftjs-filters)! | ||
The main use case is to select what formatting to keep when copy-pasting rich text into an editor, for example from Word or Google Docs, addressing Draft.js limitations like [#166](https://github.com/facebook/draft-js/issues/166) and [#504](https://github.com/facebook/draft-js/issues/504). Check out the [online demo](https://thibaudcolas.github.io/draftjs-filters)! | ||
@@ -10,0 +10,0 @@ ## Using the filters |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60172
0