KillerCodeMonkey / ngx-quill-example

demo app for the advanced usage of ngx-quill module
217 stars 130 forks source link

Update quill 2.0.0 → 2.0.2 (patch) #1758

Closed depfu[bot] closed 6 months ago

depfu[bot] commented 6 months ago

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

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

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

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

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:


Depfu Status

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)
depfu[bot] commented 6 months ago

Closing because this update has already been applied