chore: update Quill version to 1.3.7 (#11785) (CP: 23.6) - #12616
Merged
Conversation
TatuLund
marked this pull request as ready for review
September 4, 2026 12:56
The updated bundle refers to vaadin-quill.js.map, which the previous webpack build renamed from vaadin-quill.min.js.map in #7613. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
web-padawan
approved these changes
Sep 4, 2026
web-padawan
left a comment
Member
There was a problem hiding this comment.
LGTM. Verified that vendor/vaadin-quill.js is identical to the one on 24.10 branch.
Collaborator
|
This ticket/PR has been released with Vaadin 23.6.14. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR cherry-picks changes from the original PR #11785 to branch 23.6.
The 23.6 branch still carried the old webpack 3 build of Quill 1.3.6, so the one-attribute
patch could not be applied on its own. Instead the whole vendor bundle is replaced with the
same build 24.10 ships, which makes
packages/rich-text-editor/vendor/byte-identical to24.10 after #11785.
vaadin-quill.jsto the Quill 1.3.7 based Vaadin fork build, which addsrel="noopener noreferrer"to the<a>elements created by the link formatvaadin-quill.min.js.maptovaadin-quill.js.mapso that thesourceMappingURLcomment in the new bundle resolvesType of change
How to test
yarn startand open any dev page, for exampledev/text-field.htmlrte.htmlValue— the<a>element should have bothrel="noopener noreferrer"andtarget="_blank"