Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## 8.8.2 - 2026-07-27

### Fixed
- The caret could be positioned incorrectly in some cases when scrolling while a context toolbar was open. #TINYMCE-14415
- Formatting could not be applied to and removed from editable child elements when a noneditable element was selected. #TINYMCE-9142

## 8.8.1 - 2026-07-22

### Fixed
- Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected. #TINYMCE-13235
- The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. #TINYMCE-14233

## 8.8.0 - 2026-07-15

### Improved
- Added the `aria-valuenow`, `aria-valuemin`, and `aria-valuemax` attributes to the editor resize handle when resizing vertically. #TINYMCE-14493

### Fixed
- Opening table properties on a nested table could edit the wrong table. #TINYMCE-13767
- Clicking anchor links with special characters like semicolons in readonly mode or using the link plugin was throwing a `querySelectorAll` syntax error. #TINYMCE-8784
- Worked around an edge case of a Chromium bug where clicking on the right of an `li` could fail. #TINYMCE-14490

## 8.7.0 - 2026-07-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/plugins/link/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/plugins/table/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide-dark/skin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide/skin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/oxide/skin.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/skins/ui/tinymce-5/skin.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions libraries/tinymce/js/tinymce/themes/silver/theme.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions libraries/tinymce/js/tinymce/tinymce.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tinymce.module
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function tinymce_library_info() {
$libraries['tinymce'] = array(
'title' => 'TinyMCE',
'website' => 'https://www.tiny.cloud/',
'version' => '8.7.0',
'version' => '8.8.2',
'js' => array(
$path . '/libraries/tinymce/js/tinymce/tinymce.min.js' => array(
'preprocess' => FALSE,
Expand Down