- Added missing
modules
propType and documentation. - Children are now cloned so ReactQuill can own their refs. Fixes #20.
- Link toolbar button and module are now enabled by default. Fixes #19.
- Fix React warnings about unique
key
props in toolbar (@Janekk). - Sending
delta
andsource
from editor change events. Fixes #17. - Rewritten uncontrolled and semi-controlled operation. Should fix #9, #10 and #14.
- Editor props can now be changed after mounting.
- Added callback for selection change event. Closes #12.
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix #2.
- Sourcemaps are now emitted for both distributables, as separate files.
- Avoiding parsing Quill as it ships with a pre-built main.
- 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.
- Added keywords for inclusion in React.parts.
- Default empty content for components with no value.
- Fixes wrong
QuillToolbar
propType.
- Added color toggle to toolbar (@chrismcv)
- Exporting default item sets on
QuillToolbar
- Fixed
QuillComponent
only accepting a single child.
- Switched from
quilljs
package toquill
. - Using the new
destroy()
from Quill.
- Compatible with React 0.12.
- Initial version.