Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ quill (2.0.0 → 2.0.2) · Repo · Changelog
Release Notes
2.0.2
2.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
2.0.2
Upgrade Node.js to 20 for CI (#4203)
Ignore pasting images when image format is disallowed (#4202)
Avoid side effects for Enter/Backspace when composing in Safari (#4201)
Fix event source when deleting a link with shortcuts (#4200)
Regenerate CHANGELOG from GitHub releases (#4199)
Use labels for changelog generating (#4198)
Fix typing errors for Quill.register (#4127)
Consolidate README for sub packages (#4176)
Respond to `/docs` route and do redirection (#4174)
2.0.1
Add changelog for toolbar icon improvements
Add changelog for types improvements
Fix toolbar icons for h3-h6 (#4131)
Improve typings for methods that return a Delta (#4136)
tweak homepage demo styles
fix link underline between badges
move code of conduct
Prevent overriding of theme's default toolbar settings (#4120)
remove old announcement css and apply prettier
add 2.0 announcement
More specific description
Update website for 2.0 (#4121)
2.0.0: README
CHANGELOG: 2.0.0
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands