react-quill
Advanced tools
Comparing version 0.1.0 to 0.1.1
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 @@ ------ |
{ | ||
"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 @@ |
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
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
1
18511
8
334
201