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
10 changes: 10 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.3.2 - 2026-01-14

### Fixed
- The `uc-video` element is no longer refreshed on undo/redo. #TINY-12884

## 8.3.1 - 2025-12-17

### Fixed
- Views could not be opened during the `init` event. #TINY-13463

## 8.3.0 - 2025-12-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/themes/silver/theme.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.3.0',
'version' => '8.3.2',
'js' => array(
$path . '/libraries/tinymce/js/tinymce/tinymce.min.js' => array(
'preprocess' => FALSE,
Expand Down