Skip to content

TINYDOC-3528: Updated the bundled DOMPurify dependency to the latest version#4264

Merged
kemister85 merged 2 commits into
feature/8.8.0/TINYDOC-3528from
feature/8.8.0/TINYDOC-3528_TINYMCE-14556
Jul 14, 2026
Merged

TINYDOC-3528: Updated the bundled DOMPurify dependency to the latest version#4264
kemister85 merged 2 commits into
feature/8.8.0/TINYDOC-3528from
feature/8.8.0/TINYDOC-3528_TINYMCE-14556

Conversation

@kemister85

@kemister85 kemister85 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Ticket: TINYDOC-3528 (TINYMCE-14556)

Site: Staging

Changes:

  • Added a release note entry for TINYMCE-14556 to modules/ROOT/pages/8.8.0-release-notes.adoc (Improvements section): Updated the bundled DOMPurify dependency to the latest version.

Pre-checks:

  • Branch is correctly prefixed (release-note branch)
  • modules/ROOT/nav.adoc has been updated (if applicable).
  • Files have been included where required (if applicable).
  • Files removed have been deleted, not just excluded from the build (if applicable).
  • Files added for New product features include a release note entry.
  • Major or minor version changes have updated the supported-versions.adoc table.
  • Build passes without console errors, warnings, or issues.

@kemister85 kemister85 added this to the TinyMCE 8.8.0 milestone Jul 9, 2026
@kemister85 kemister85 added the upcoming release Documentation for features currently under development/QA label Jul 9, 2026
@kemister85 kemister85 requested a review from MitchC1999 July 9, 2026 05:11
@kemister85 kemister85 marked this pull request as ready for review July 9, 2026 05:11
@kemister85 kemister85 requested review from a team and soritaheng as code owners July 9, 2026 05:11
@kemister85 kemister85 requested review from ShiridiGandham and tiny-ben-tran and removed request for a team July 9, 2026 05:11
@kemister85 kemister85 merged commit a4ce3a3 into feature/8.8.0/TINYDOC-3528 Jul 14, 2026
4 checks passed
@kemister85 kemister85 deleted the feature/8.8.0/TINYDOC-3528_TINYMCE-14556 branch July 14, 2026 04:41
kemister85 added a commit that referenced this pull request Jul 15, 2026
…gelog (#4262)

* TINYDOC-3528 - Populate TinyMCE 8.8.0 release date

* Docs: TINYDOC-3528 - The TinyMCE AI plugin now ignores non-string values returned by tinymceai_tool_data_callback (#4273)

* Docs: TINYDOC-3528 - The TinyMCE AI chat sidebar now shows only one tooltip at a time (#4272)

* TINYDOC-3528: Added configurable welcome actions to the TinyMCE AI Chat empty state (#4267)

* Docs: TINYDOC-3528 - Added configurable welcome actions to the TinyMCE AI Chat empty state

* Docs: TINYDOC-3528 - Expand tinymceai_chat_welcome_actions example with interleaved text, ToggleSidebar, and non-AI command

* Docs: TINYDOC-3528 - Add welcome actions to the TinyMCE AI chat live demo

* TINYDOC-3528: Clicking the reply button triggered an editor blur event (#4271)

* Docs: TINYDOC-3528 - Clicking the reply button triggered an editor blur event

* Docs: TINYDOC-3528 - Reference the concrete reply count button in the blur event note

* Update modules/ROOT/pages/8.8.0-release-notes.adoc

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>

* Docs: TINYDOC-3528 - Correct the blur event mechanism to focus loss to document body

---------

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>

* Docs: TINYDOC-3528 - Double tooltips appeared on tags in the prompt context in Safari (#4270)

* TINYDOC-3528: The cursor could be placed at the start of a list item instead of the clicked position (#4269)

* Docs: TINYDOC-3528 - The cursor could be placed at the start of a list item instead of the clicked position

* Docs: TINYDOC-3528 - Link the upstream Chromium issue in the list-item cursor fix note

* Docs: TINYDOC-3528 - Clarify the list item cursor bug affects clicks after the text ends

* TINYDOC-3528: Clicking anchor links with special characters could throw a querySelectorAll error (#4268)

* Docs: TINYDOC-3528 - Clicking anchor links with special characters could throw a querySelectorAll error

* Docs: TINYDOC-3528 - Expand querySelectorAll anchor fix note with error message and full fix scope

* TINYDOC-3528: Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically (#4265)

* Docs: TINYDOC-3528 - Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically

* Docs: TINYDOC-3528 - Link WAI-ARIA separator spec and document aria-valuemax fallback in resize handle note

* Docs: TINYDOC-3528 - Opening table properties on a nested table could edit the wrong table (#4263)

* Docs: TINYDOC-3528 - Updated the bundled DOMPurify dependency to the latest version (#4264)

* Docs: TINYDOC-3528 - The misspelled word highlight disappeared when pressing Enter to create a new line (#4266)

* TINYDOC-3528: Add changelog.

* TINYDOC-3528: Template cleanup for release preperation.

* TINYDOC-3528: Move heading into premium section.

* TINYDOC-3528: api-version bump.

---------

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>
kemister85 added a commit that referenced this pull request Jul 15, 2026
* TINYDOC-3528: TinyMCE 8.8.0 Release Documentation.

* TINYDOC-3528 - TinyMCE 8.8.0 Release Documentation and Community Changelog (#4262)

* TINYDOC-3528 - Populate TinyMCE 8.8.0 release date

* Docs: TINYDOC-3528 - The TinyMCE AI plugin now ignores non-string values returned by tinymceai_tool_data_callback (#4273)

* Docs: TINYDOC-3528 - The TinyMCE AI chat sidebar now shows only one tooltip at a time (#4272)

* TINYDOC-3528: Added configurable welcome actions to the TinyMCE AI Chat empty state (#4267)

* Docs: TINYDOC-3528 - Added configurable welcome actions to the TinyMCE AI Chat empty state

* Docs: TINYDOC-3528 - Expand tinymceai_chat_welcome_actions example with interleaved text, ToggleSidebar, and non-AI command

* Docs: TINYDOC-3528 - Add welcome actions to the TinyMCE AI chat live demo

* TINYDOC-3528: Clicking the reply button triggered an editor blur event (#4271)

* Docs: TINYDOC-3528 - Clicking the reply button triggered an editor blur event

* Docs: TINYDOC-3528 - Reference the concrete reply count button in the blur event note

* Update modules/ROOT/pages/8.8.0-release-notes.adoc

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>

* Docs: TINYDOC-3528 - Correct the blur event mechanism to focus loss to document body

---------

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>

* Docs: TINYDOC-3528 - Double tooltips appeared on tags in the prompt context in Safari (#4270)

* TINYDOC-3528: The cursor could be placed at the start of a list item instead of the clicked position (#4269)

* Docs: TINYDOC-3528 - The cursor could be placed at the start of a list item instead of the clicked position

* Docs: TINYDOC-3528 - Link the upstream Chromium issue in the list-item cursor fix note

* Docs: TINYDOC-3528 - Clarify the list item cursor bug affects clicks after the text ends

* TINYDOC-3528: Clicking anchor links with special characters could throw a querySelectorAll error (#4268)

* Docs: TINYDOC-3528 - Clicking anchor links with special characters could throw a querySelectorAll error

* Docs: TINYDOC-3528 - Expand querySelectorAll anchor fix note with error message and full fix scope

* TINYDOC-3528: Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically (#4265)

* Docs: TINYDOC-3528 - Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically

* Docs: TINYDOC-3528 - Link WAI-ARIA separator spec and document aria-valuemax fallback in resize handle note

* Docs: TINYDOC-3528 - Opening table properties on a nested table could edit the wrong table (#4263)

* Docs: TINYDOC-3528 - Updated the bundled DOMPurify dependency to the latest version (#4264)

* Docs: TINYDOC-3528 - The misspelled word highlight disappeared when pressing Enter to create a new line (#4266)

* TINYDOC-3528: Add changelog.

* TINYDOC-3528: Template cleanup for release preperation.

* TINYDOC-3528: Move heading into premium section.

* TINYDOC-3528: api-version bump.

---------

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>

---------

Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upcoming release Documentation for features currently under development/QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants