Skip to content

Releases: quilljs/quill

Version 2.0.2

13 May 07:39
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🛠

  • Fix typing errors for Quill.register by @hzgotb in #4127
  • Fix event source when deleting a link with shortcuts by @luin in #4200
  • Avoid side effects for Enter/Backspace when composing in Safari by @luin in #4201
  • Ignore pasting images when image format is disallowed by @luin in #4202

Other Changes

  • Respond to /docs route and do redirection by @younggglcy in #4174
  • Consolidate README for sub packages by @luin in #4176
  • Use labels for changelog generating by @luin in #4198
  • Regenerate CHANGELOG from GitHub releases by @luin in #4199
  • Upgrade Node.js to 20 for CI by @luin in #4203

New Contributors

Full Changelog: v2.0.1...v2.0.2

Version 2.0.1

01 May 09:11
Compare
Choose a tag to compare

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

  • @medi6 made their first contribution in #4120
  • @GODLiangCY made their first contribution in #4136
  • @mr3wi made their first contribution in #4131

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0

17 Apr 00:45
Compare
Choose a tag to compare

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

Read more

Version 2.0.0-rc.5

04 Apr 13:36
Compare
Choose a tag to compare
Version 2.0.0-rc.5 Pre-release
Pre-release
  • 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

Version 2.0.0-rc.4

24 Mar 04:43
Compare
Choose a tag to compare
Version 2.0.0-rc.4 Pre-release
Pre-release
  • 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

Version 2.0.0-rc.3

16 Mar 02:46
Compare
Choose a tag to compare
Version 2.0.0-rc.3 Pre-release
Pre-release
  • 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

Version 2.0.0-rc.2

15 Feb 08:05
Compare
Choose a tag to compare
Version 2.0.0-rc.2 Pre-release
Pre-release
  • 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

Version 2.0.0-rc.1

12 Feb 04:37
Compare
Choose a tag to compare
Version 2.0.0-rc.1 Pre-release
Pre-release
  • Remove unnecessary lodash usages.

Version 2.0.0-rc.0

03 Feb 06:08
Compare
Choose a tag to compare
Version 2.0.0-rc.0 Pre-release
Pre-release
  • 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.

Version 2.0.0-beta.2

30 Jan 10:38
Compare
Choose a tag to compare
Version 2.0.0-beta.2 Pre-release
Pre-release
  • 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.