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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ tinymce:

| Bundle version | TinyMCE version | TinyMCE Web Component version |
|----------------|-----------------|-------------------------------|
| **3.2** | 7.7.2 | 2.1.0 |
| **3.1** | 7.6.1 | 2.1.0 |
| **3.0** | 7.5.1 | 2.1.0 |
| **2.1** | 6.8.5 | 2.1.0 |
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

41 changes: 41 additions & 0 deletions public/ext/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@ 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).

## 7.7.2 - 2025-03-19

### Fixed
- Error was thrown when pressing tab in the last cell of a non-editable table. #TINY-11797
- Error was thrown when trying to use the context form API after a component was detached. #TINY-11781
- Deleting an empty block within an <li> element would move cursor to the end of the <li>. #TINY-11763
- Deleting an empty block that was between two lists would throw an Error when all three elements were nested inside a list. #TINY-11763

## 7.7.1 - 2025-03-05

### Fixed
- Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. #TINY-11875
- Context forms used to disappear if their input was disabled in the `onSetup` API. #TINY-11890

## 7.7.0 - 2025-02-20

### Added
- `link_attributes_postprocess` option that allows overriding attributes of a link that would be inserted through the link dialog. #TINY-11707

### Improved
- Improved visual indication of keyboard focus in annotations that contain an image. #TINY-11596
- The type now defaults to `info` when `editor.notificationManager.open()` is used without a specified type or with an invalid one. #TINY-11661

### Changed
- Updated the `link` plugin behavior to move the cursor outside of the link when inserted or edited via the UI. Patch contributed by Philipp91. #GH-9998

### Fixed
- Keyboard navigation for size inputs in context forms. #TINY-11394
- Keyboard navigation for context form sliders. #TINY-11482
- The `insertContent` API was not replacing selected non-editable elements correctly. #TINY-11714
- Context toolbar inputs had incorrect margins. #TINY-11624
- Iframe aria text no longer suggests opening the help dialog when the help plugin is not enabled. #TINY-11672
- Preview dialog no longer opens anchor links in a new tab. #TINY-11740
- The `float` property was not properly removed on the image when converting a image into a captioned image. #TINY-11670
- Expanding selection to word didn't work inside inline editing host elements. #TINY-11304
- The `semantics` element in MathML was not properly retained when `annotation` elements were allowed. #TINY-11755
- It was possible to tab to a toolbar group that had all children disabled. #TINY-11665
- Keyboard navigation would get stuck on the 'more' toolbar button. #TINY-11762
- Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips #TINY-11768
- Toolbar text field did not render focus correctly. #TINY-11658

## 7.6.1 - 2025-01-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion public/ext/tinymce/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "7.6.1",
"version": "7.7.2",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"GPL-2.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions public/ext/tinymce/models/dom/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.6.1 (2025-01-22)
* TinyMCE version 7.7.2 (2025-03-19)
*/

(function () {
Expand Down Expand Up @@ -6565,7 +6565,7 @@
} else if (selection.extend) {
try {
setLegacyRtlRange(win, selection, start, soffset, finish, foffset);
} catch (e) {
} catch (_a) {
doSetRange(win, finish, foffset, start, soffset);
}
} else {
Expand Down
4 changes: 2 additions & 2 deletions public/ext/tinymce/models/dom/model.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/ext/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "7.6.1",
"version": "7.7.2",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion public/ext/tinymce/plugins/accordion/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.6.1 (2025-01-22)
* TinyMCE version 7.7.2 (2025-03-19)
*/

(function () {
Expand Down
4 changes: 2 additions & 2 deletions public/ext/tinymce/plugins/accordion/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/ext/tinymce/plugins/advlist/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.6.1 (2025-01-22)
* TinyMCE version 7.7.2 (2025-03-19)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion public/ext/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 public/ext/tinymce/plugins/anchor/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.6.1 (2025-01-22)
* TinyMCE version 7.7.2 (2025-03-19)
*/

(function () {
Expand Down
4 changes: 2 additions & 2 deletions public/ext/tinymce/plugins/anchor/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 public/ext/tinymce/plugins/autolink/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.6.1 (2025-01-22)
* TinyMCE version 7.7.2 (2025-03-19)
*/

(function () {
Expand Down
Loading