All Versions
35
Latest Version
Avg Release Cycle
115 days
Latest Release
1461 days ago

Changelog History
Page 3

  • v1.0.0-beta Changes

    April 10, 2017
    • ๐Ÿ›  Fixes issue #179 where rerendering with modifed content would lose an edit. Thanks to @rpellerin for the bug and fix!
  • v0.4.1 Changes

    • โž• Added contents of dist to NPM package.
  • v0.4.0 Changes

    ๐Ÿš€ This release finally adds support for React 0.14. โš ๏ธ Shims to support older versions of React have been removed.

    • ๐Ÿ‘ React 0.14 support (@jacktrades, #49)
    • โœ‚ Removed shims for React 0.12 and 0.13
    • โฌ†๏ธ Bumped Quill.js to v0.20.1
    • Normal and smaller sizes are not swapped anymore. (#63)
    • Various toolbar choice items are now correctly ordered.
    • โž• Added image tooltips to the default set of modules (@kairxa, #54)
    • ๐Ÿ›  Fixed extra white-space in classnames (@asiniy, #67)
    • Published the Quill namespace on ReactQuill (@Sajam, #60)
    • ๐Ÿ’… Quill stylesheets are now linked to dist/ for convenience. (#70)
    • ๐Ÿ”ฆ Exposed editor accessor methods in change events. (#33)
  • v0.3.0 Changes

    • โฌ†๏ธ Bumped Quill.js to v0.2.0
    • ๐Ÿ”ฆ Exposed focus and blur public methods from component.
    • ๐Ÿ”ฆ Exposed getEditor public method to retrieve the backing Quill instance from the component.
    • โž• Added callbacks for listening to keyboard events.
    • โž• Added tooltips for toolbar choice controls (@bird512).
    • โž• Added support for child nodes in toolbar items (@1000hz).
    • โž• Added support for custom formats in the configuration (@csk157).
    • โž• Added an option to disable the toolbar entirely by passing false to toolbar.
    • โž• Added an option to disable styles entirely by passing false to style (@kkerr1).
    • ๐Ÿ›  Fixed an issue where the Quill would duplicate React IDs inside the toolbar leading to errors. Fixes #15.
    • ๐Ÿ›  Fixes an issue where the editor could be used while null (@brucedlukens).
    • ๐Ÿ›  Fixes an issue where null would be set on the editor. Fixes #48.
    • ๐Ÿ›  Fixes an issue where the editor would be instantiated with the wrong value. Fixes #50.
    • ๐Ÿ“œ Avoiding parsing Quill's dist directory with webpack.
  • v0.2.2 Changes

    • โž• Added missing modules propType and documentation.
    • ๐Ÿ‘ฏ Children are now cloned so ReactQuill can own their refs. Fixes #20.
  • v0.2.1 Changes

    • ๐Ÿ”— Link toolbar button and module are now enabled by default. Fixes #19.
  • v0.2.0 Changes

    • ๐Ÿ›  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.
  • v0.1.1 Changes

    • ๐Ÿ“ฆ 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.
  • v0.1.0 Changes

    • โž• 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.
  • v0.0.6 Changes