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.1.0 to 0.1.1

6

CHANGELOG.md
Changelog
=========
v0.1.1
------
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix [#2](https://github.com/zenoamaro/react-quill/issues/2).
- Sourcemaps are now emitted for both distributables, as separate files.
- Avoiding parsing Quill as it ships with a pre-built main.
v0.1.0

@@ -5,0 +11,0 @@ ------

4

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

@@ -16,3 +16,2 @@ "author": "zenoamaro <zenoamaro@gmail.com>",

},
"browser": "dist/react-quill.js",
"main": "src/index.js",

@@ -36,3 +35,2 @@ "scripts": {

"src/",
"dist/",
"README.md",

@@ -39,0 +37,0 @@ "CHANGELOG.md",

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

---------
#### v0.1.1
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix [#2](https://github.com/zenoamaro/react-quill/issues/2).
- Sourcemaps are now emitted for both distributables, as separate files.
- Avoiding parsing Quill as it ships with a pre-built main.
#### v0.1.0

@@ -175,14 +180,2 @@ - Added support for toolbar separators.

#### v0.0.6
- Added keywords for inclusion in [React.parts](https://react.parts).
#### v0.0.5
- Default empty content for components with no value.
- Fixes wrong `QuillToolbar` propType.
#### v0.0.4
- Added color toggle to toolbar (@chrismcv)
- Exporting default item sets on `QuillToolbar`
- Fixed `QuillComponent` only accepting a single child.
[Full changelog](CHANGELOG.md)

@@ -189,0 +182,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