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
13 changes: 13 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.9.1 - 2026-09-09

## 8.9.0 - 2026-08-27

### Improved
- Sidebars can now be resized by dragging their edge, and their width can be configured with the new `sidebar_width` option. #TINYMCE-14527
- The Help dialog's Plugins tab now lists all active plugins, including custom plugins, using metadata provided by each plugin. #TINYMCE-14650
- The Help dialog's Plugins tab now lists plugins with invalid metadata as plain text. #TINYMCE-14730

### Fixed
- Image with empty `alt` text would add `role='presentation'` instead of adding `alt` text when updated. #TINYMCE-13738
- Opening or closing sidebars from the toolbar no longer causes the editor to scroll to the cursor position. #TINYMCE-14765

## 8.8.2 - 2026-07-27

### Fixed
Expand Down

Large diffs are not rendered by default.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading