Skip to content

Releases: zenoamaro/react-quill

Version 0.2.0

26 Jul 18:01
Compare
Choose a tag to compare
  • Fix React warnings about unique key props in toolbar (@Janekk).
  • Sending delta and source 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.

Version 0.1.1

26 Jul 18:01
Compare
Choose a tag to compare
  • 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.

Version 0.1.0

13 May 20:57
Compare
Choose a tag to compare
  • 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.

Version 0.0.5

07 May 23:05
Compare
Choose a tag to compare
  • Default empty content for components with no value.
  • Fixes wrong QuillToolbar propType.

Version 0.0.4

07 May 23:05
Compare
Choose a tag to compare
  • Added color toggle to toolbar (@chrismcv)
  • Exporting default item sets on QuillToolbar
  • Fixed QuillComponent only accepting a single child.

Version 0.0.3

17 Nov 17:18
Compare
Choose a tag to compare
  • Switched from quilljs package to quill.
  • Using the new destroy() from Quill.

Closes #1.

Version 0.0.2

17 Nov 12:30
Compare
Choose a tag to compare

Adds compatibility with React 0.12.

Version 0.0.1

17 Nov 17:19
Compare
Choose a tag to compare

Initial version