react-quill
Advanced tools
Comparing version 1.3.3 to 1.3.4
Changelog | ||
========= | ||
v1.3.4 | ||
------ | ||
- Bump Quill to 1.3.7 to close a security vulnerability (#575) | ||
v1.3.3 | ||
------ | ||
- Pin Quill types version (#420 @daggmano) | ||
v1.3.2 | ||
------ | ||
- Add preserveWhitespace prop (#407 @royshouvik) | ||
v1.3.1 | ||
@@ -13,6 +28,6 @@ ------ | ||
- Add scrollingContainer prop | ||
- Fix Typescript exports | ||
- Fix Typescript exports | ||
- Fix tabindex prop | ||
v1.2.6 | ||
v1.2.6 | ||
------ | ||
@@ -19,0 +34,0 @@ |
{ | ||
"name": "react-quill", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -53,3 +53,3 @@ "author": "zenoamaro <zenoamaro@gmail.com>", | ||
"prop-types": "^15.5.10", | ||
"quill": "^1.2.6", | ||
"quill": "^1.3.7", | ||
"react-dom-factories": "^1.0.0" | ||
@@ -56,0 +56,0 @@ }, |
@@ -53,2 +53,3 @@ import * as React from "react"; | ||
modules?: Quill.StringMap; | ||
preserveWhitespace?: boolean; | ||
@@ -55,0 +56,0 @@ /** @deprecated |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3453258
20125
Updatedquill@^1.3.7