react-quill
Advanced tools
Comparing version 0.4.0 to 0.4.1
Changelog | ||
========= | ||
v0.4.1 | ||
------ | ||
- Added contents of `dist` to NPM package. | ||
v0.4.0 | ||
@@ -5,0 +9,0 @@ ------ |
{ | ||
"name": "react-quill", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -34,2 +34,3 @@ "author": "zenoamaro <zenoamaro@gmail.com>", | ||
"src/", | ||
"dist/", | ||
"README.md", | ||
@@ -36,0 +37,0 @@ "CHANGELOG.md", |
@@ -280,2 +280,5 @@ React-Quill ![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master) | ||
--------- | ||
#### v0.4.1 | ||
- Added contents of `dist` to NPM package. | ||
#### v0.4.0 | ||
@@ -295,3 +298,2 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed. | ||
#### v0.3.0 | ||
@@ -313,3 +315,2 @@ - Bumped Quill.js to v0.20.0 | ||
[Full changelog](CHANGELOG.md) | ||
@@ -316,0 +317,0 @@ |
/* | ||
React-Quill v0.4.0 | ||
React-Quill v0.4.1 | ||
https://github.com/zenoamaro/react-quill | ||
@@ -4,0 +4,0 @@ */ |
@@ -62,2 +62,6 @@ 'use strict'; | ||
{ type:'list', label:'List' } | ||
]}, | ||
{ label:'Blocks', type:'group', items: [ | ||
{ type:'image', label:'Image' } | ||
]} | ||
@@ -64,0 +68,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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
95007
12
1099
336
2