Quill Versions Save

Quill is a modern WYSIWYG editor built for compatibility and extensibility.

v2.0.2

5 days ago

What's Changed

Bug Fixes 🛠

Other Changes

New Contributors

Full Changelog: https://github.com/quilljs/quill/compare/v2.0.1...v2.0.2

v2.0.1

2 weeks ago

Bug Fixes

  • Prevent overriding of theme's default toolbar settings mistakenly #4120
  • Improve typings for methods that return a Delta #4136
  • Fix toolbar icons for h3-h6 #4131

Other Changes

New Contributors

Full Changelog: https://github.com/quilljs/quill/compare/v2.0.0...v2.0.1

v2.0.0

1 month ago

We are thrilled to announce the release of Quill 2.0! Please check out the announcement post.

Major Improvements

  • Quill is now a valid ESM package for better ecosystem (e.g. bundlers) and tree-shaking support
  • Nested Quill support #3590
  • Improved IME and spell corrector support #3807
  • Semantic cleanups for TEXT_CHANGE event #3778
  • History: Record selection in history module #3823
  • Auto detect scrolling container #3840
  • Clipboard: Improve support for pasting from Google Docs and Microsoft Word

Performance Improvements

Quill 2.0 includes many performance optimizations, the most important of which is the improved rendering speed for large content.

  • Improve inserting performance #3815
  • Avoid fetching selections when possible #3538
  • No need to setContents when container is empty #3539

Code Modernization

  • Migrated to TypeScript
  • Provided official TypeScript declarations
  • Migrated to Vitest for unit testing
  • Migrated to Playwright for E2E testing
  • Migrated website to Gatsby

All Changes

New Contributors

Full Changelog: https://github.com/quilljs/quill/compare/v1.3.7...v2.0.0

v2.0.0-rc.5

1 month ago
  • Clipboard Add support for Quill v1 list attributes
  • Fix overload declarations for quill.formatText() and other methods
  • Expose Bounds type for getBounds()
  • Expose Range type
  • Allow ref for insertBefore to be null

v2.0.0-rc.4

1 month ago
  • Include source maps for Parchment
  • Clipboard Support pasting links copied from iOS share sheets
  • Fix config parsing where undefined values were kept
  • Expose types for Quill options
  • Remove empty .css.js files generated by bundlers

v2.0.0-rc.3

2 months ago
  • Fix Quill#getSemanticHTML() for list items
  • Remove unnecessary Firefox workaround
  • Clipboard Fix redundant newlines when pasting from external sources
  • Add formats option for specifying allowed formats

v2.0.0-rc.2

3 months ago
  • Fix toolbar button state not updated in some cases
  • Narrower BubbleTheme.tooltip type
  • Fix Selection#getBounds() when starting range at end of text node
  • Improve compatibility with esbuild

v2.0.0-rc.1

3 months ago
  • Remove unnecessary lodash usages.

v2.0.0-rc.0

3 months ago
  • Clipboard Convert newlines between inline elements to a space.
  • Clipboard Avoid generating unsupported formats on paste.
  • Clipboard Improve support for pasting from Google Docs and Microsoft Word.
  • Clipboard Ignore whitespace between pasted empty paragraphs.
  • Syntax Support highlight.js v10 and v11.

v2.0.0-beta.2

3 months ago
  • Fix IME not working correctly in Safari.
  • Clipboard Support paste as plain text.
  • Fix Quill.getText() not respecting length parameter.
  • History Fix redo shortcut not working on Linux and Windows.