react-quill
Advanced tools
Comparing version 0.0.5 to 0.0.6
Changelog | ||
========= | ||
v0.0.6 | ||
------ | ||
- Added keywords for inclusion in [React.parts](https://react.parts). | ||
v0.0.5 | ||
@@ -5,0 +9,0 @@ ------ |
{ | ||
"name": "react-quill", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -26,5 +26,7 @@ "author": "zenoamaro <zenoamaro@gmail.com>", | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"rich", | ||
"text", | ||
"richtext", | ||
"rich-text", | ||
"textarea" | ||
@@ -31,0 +33,0 @@ ], |
@@ -165,2 +165,5 @@ React-Quill ![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master) | ||
--------- | ||
#### v0.0.6 | ||
- Added keywords for inclusion in [React.parts](https://react.parts). | ||
#### v0.0.5 | ||
@@ -175,6 +178,2 @@ - Default empty content for components with no value. | ||
#### v0.0.3 | ||
- Switched from `quilljs` package to `quill`. | ||
- Using the new `destroy()` from Quill. | ||
[Full changelog](CHANGELOG.md) | ||
@@ -181,0 +180,0 @@ |
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
56137
199