Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

draftjs-filters

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftjs-filters - npm Package Compare versions

Comparing version 0.7.0 to 1.0.0

8

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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

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