react-quill
Advanced tools
Comparing version 0.2.0 to 0.2.1
Changelog | ||
========= | ||
v0.2.1 | ||
------ | ||
- Link toolbar button and module are now enabled by default. Fixes #19. | ||
v0.2.0 | ||
@@ -5,0 +9,0 @@ ------ |
{ | ||
"name": "react-quill", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "The Quill rich-text editor as a React component.", | ||
@@ -5,0 +5,0 @@ "author": "zenoamaro <zenoamaro@gmail.com>", |
@@ -181,2 +181,5 @@ React-Quill ![](https://travis-ci.org/zenoamaro/react-quill.svg?branch=master) | ||
--------- | ||
#### v0.2.1 | ||
- Link toolbar button and module are now enabled by default. Fixes #19. | ||
#### v0.2.0 | ||
@@ -194,8 +197,2 @@ - Fix React warnings about unique `key` props in toolbar (@Janekk). | ||
#### v0.1.0 | ||
- Added support for toolbar separators. | ||
- Added support for font family selectors. | ||
- Updated the default toolbar to match Quill's. | ||
- Updated Quill to v0.19.12. | ||
[Full changelog](CHANGELOG.md) | ||
@@ -202,0 +199,0 @@ |
@@ -53,3 +53,5 @@ 'use strict'; | ||
theme: 'base', | ||
modules: {} | ||
modules: { | ||
'link-tooltip': true | ||
} | ||
}; | ||
@@ -56,0 +58,0 @@ }, |
/* | ||
React-Quill v0.2.0 | ||
React-Quill v0.2.1 | ||
https://github.com/zenoamaro/react-quill | ||
@@ -4,0 +4,0 @@ */ |
@@ -53,2 +53,4 @@ 'use strict'; | ||
{ type:'background', label:'Background color', items:defaultColors }, | ||
{ type:'separator' }, | ||
{ type:'link', label:'Link' } | ||
]}, | ||
@@ -55,0 +57,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
21619
397
216