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

react-quill

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-quill - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

CHANGELOG.md
Changelog
=========
v0.2.1
------
- Link toolbar button and module are now enabled by default. Fixes #19.
v0.2.0

@@ -5,0 +9,0 @@ ------

2

package.json
{
"name": "react-quill",
"version": "0.2.0",
"version": "0.2.1",
"description": "The Quill rich-text editor as a React component.",

@@ -5,0 +5,0 @@ "author": "zenoamaro <zenoamaro@gmail.com>",

@@ -181,2 +181,5 @@ React-Quill ![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master)

---------
#### v0.2.1
- Link toolbar button and module are now enabled by default. Fixes #19.
#### v0.2.0

@@ -194,8 +197,2 @@ - Fix React warnings about unique `key` props in toolbar (@Janekk).

#### v0.1.0
- Added support for toolbar separators.
- Added support for font family selectors.
- Updated the default toolbar to match Quill's.
- Updated Quill to v0.19.12.
[Full changelog](CHANGELOG.md)

@@ -202,0 +199,0 @@

@@ -53,3 +53,5 @@ 'use strict';

theme: 'base',
modules: {}
modules: {
'link-tooltip': true
}
};

@@ -56,0 +58,0 @@ },

/*
React-Quill v0.2.0
React-Quill v0.2.1
https://github.com/zenoamaro/react-quill

@@ -4,0 +4,0 @@ */

@@ -53,2 +53,4 @@ 'use strict';

{ type:'background', label:'Background color', items:defaultColors },
{ type:'separator' },
{ type:'link', label:'Link' }
]},

@@ -55,0 +57,0 @@

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