react-quill v1.0.0 Release Notes

Release Date: 2017-06-21 // almost 7 years ago
  • ๐Ÿ“š This release supports Quill v1.0.0+. โš ๏ธ There are many breaking changes, so refer to the documentation for information on how to migrate your application.

    • โšก๏ธ Updated to support Quill v1.0.0+ (@clemmy, @alexkrolick)
    • Bundling Quill with ReactQuill (@clemmy)
    • ๐Ÿ—„ Deprecated toolbar property and component
    • ๐Ÿ’… Deprecated the styles property
    • ๐Ÿ—„ Deprecated custom formats via the formats property
    • ๐Ÿ‘• Deprecated the pollInterval property
    • ๐Ÿ’… Rerendering on style property change (@lavrton)
    • ๐Ÿ‘Œ Improved docs for bounds, which now rerenders on change
    • Performing deep props comparison to avoid rerenders
    • ๐Ÿ›  Fixed the unprivileged editor not returning values
    • Restoring selection event after text change
    • ๐Ÿ›  Fixed the order of parameters in change events (@webcarrot)
    • Using 'core' instead of 'base' CSS (@alexkrolick)
    • โž• Added support for the placeholder property (@alexkrolick)
    • Enable/disable editor using top-level Quill API (@alexkrolick)
    • Prevent whitespace issues when initializing the editor (@bobrafie)
    • Using buttons instead of spans for toolbar actions (@clemmy)
    • โœ‚ Removed getHtml from unprivileged editor (@clemmy)
    • ๐Ÿ›  Fixed calculations for range fields (@clemmy)
    • โœ‚ Removed deprecated destroy functionality (@clemmy)
    • โž• Added return statement to proxy editor methods (@druti)
    • ๐Ÿ’… Inline styles support for Quill Toolbar (@e-jigsaw)
    • ๐Ÿ›  Fixed custom font size definitions (@clemmy)
    • ๐Ÿ‘Œ Support for bullet and ordered lists in toolbar (@clemmy)
    • โšก๏ธ Updated the toolbar alignment section (@clemmy)
    • โšก๏ธ Updated rendering of toolbar actions (@clemmy)
    • ๐Ÿ‘Œ Improved toolbar renderChoices implementation (@zhang-z)
    • ๐Ÿ›  Fixed use of defaultValue in Toolbar selects
    • ๐Ÿ›  Fixed bounds validation in setEditorSelection (@wouterh)
    • ๐Ÿ”ฆ Exposed Quill in exports (@tdg5)
    • โž• Added unhook function to clean up event listeners on unmount (@alexkrolick, @jrmmnr)
    • ๐Ÿ›  Fixed documentation typos (@l3kn)
    • โœ… Started testing with Enzyme (@alexkrolick)
    • ๐Ÿ›  Fixed issue where changing props caused re-render artifacts (#147)
    • ๐Ÿ›  Fixed bounds validation in setEditorSelection (@wouterh)
    • โšก๏ธ Updated README.md to reference core.css instead of base.css (@sandbochs)
    • โšก๏ธ Updated React peerDependency (@rpellerin)
    • โœ‚ Removed inline Parchment formats for font-size and font-family (#217)