fix(deps): update dependency quill to v2
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| quill (source) | ^1.3.6 -> ^2.0.0 |
Release Notes
slab/quill (quill)
v2.0.3: Version 2.0.3
What's Changed
Bug Fixes 🛠
- Export Delta, AttributeMap and other related objects by @luin in #4220
- Handle consecutive spaces when copying and pasting by @jhchen in #4502
Documentation 📚
- Fixed a few typos in docs/installation.mdx by @erinnmclaughlin in #4219
Other Changes
- Add username links in CHANGELOG.md by @luin in #4204
- Move Quill to Slab organization by @luin in #4225
- Clipboard support for E2E tests by @luin in #4263
- Avoid unnecessary local map creations by @luin in #4328
- Config Git correctly for releasing by @luin in #4506
New Contributors
- @erinnmclaughlin made their first contribution in #4219
Full Changelog: https://github.com/slab/quill/compare/v2.0.2...v2.0.3
v2.0.2
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
v2.0.1
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
v2.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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.