Skip to content

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

Merged
kemister85 merged 16 commits into
release/8.8.0from
feature/8.8.0/TINYDOC-3528
Jul 15, 2026
Merged

TINYDOC-3528 - TinyMCE 8.8.0 Release Documentation and Community Changelog#4262
kemister85 merged 16 commits into
release/8.8.0from
feature/8.8.0/TINYDOC-3528

Conversation

@kemister85

@kemister85 kemister85 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Ticket: TINYDOC-3528

Site: Staging branch

Changes:

  • TinyMCE 8.8.0 Release documentation and community changelog.

This branch is the container for the 8.8.0 release documentation and community changelog. Individual ticket changes are merged into it ahead of the release.

@kemister85 kemister85 changed the title TINYDOC-3528 - Populate TinyMCE 8.8.0 release date TINYDOC-3528 - TinyMCE 8.8.0 Release Documentation and Community Changelog Jul 8, 2026
@kemister85 kemister85 added this to the TinyMCE 8.8.0 milestone Jul 8, 2026
@kemister85 kemister85 added the upcoming release Documentation for features currently under development/QA label Jul 8, 2026
kemister85 and others added 13 commits July 14, 2026 09:21
…ues returned by tinymceai_tool_data_callback (#4273)
…at 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
#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>
…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
…ow 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
…ax 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
@kemister85 kemister85 requested review from a team, ShiridiGandham, TheSpyder, metricjs, soritaheng and tiny-ben-tran and removed request for a team July 14, 2026 23:40
@kemister85 kemister85 marked this pull request as ready for review July 15, 2026 00:25
@kemister85 kemister85 requested a review from a team as a code owner July 15, 2026 00:25
@kemister85 kemister85 requested a review from MitchC1999 July 15, 2026 00:25
@kemister85 kemister85 merged commit 05428a2 into release/8.8.0 Jul 15, 2026
4 checks passed
@kemister85 kemister85 deleted the feature/8.8.0/TINYDOC-3528 branch July 15, 2026 02:54
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