quilljs/quill
 Watch   
 Star   
 Fork   
5 days ago
quill

Version 2.0.2

What's Changed

Bug Fixes 🛠

Other Changes

New Contributors

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

17 days ago
quill

Version 2.0.1

  • 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
2024-04-17 08:45:05
quill

Version 2.0.0

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

2024-04-04 21:35:45
quill

Version 2.0.0-rc.5

  • 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
2024-03-24 12:43:07
quill

Version 2.0.0-rc.4

  • 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
2024-03-16 10:46:03
quill

Version 2.0.0-rc.3

  • 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
2024-02-15 16:05:26
quill

Version 2.0.0-rc.2

  • 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
2024-02-12 12:37:15
quill

Version 2.0.0-rc.1

  • Remove unnecessary lodash usages.
  • Fix toolbar button state not updated in some cases
2024-02-03 14:07:41
quill

Version 2.0.0-rc.0

  • 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.
2024-01-30 18:37:42
quill

Version 2.0.0-beta.2

  • 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.