react-quill v0.4.0 Release Notes

  • ๐Ÿš€ 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)