You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/ext/tinymce/CHANGELOG.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
6
6
and is generated by [Changie](https://github.com/miniscruff/changie).
7
7
8
+
## 7.7.2 - 2025-03-19
9
+
10
+
### Fixed
11
+
- Error was thrown when pressing tab in the last cell of a non-editable table. #TINY-11797
12
+
- Error was thrown when trying to use the context form API after a component was detached. #TINY-11781
13
+
- Deleting an empty block within an <li> element would move cursor to the end of the <li>. #TINY-11763
14
+
- Deleting an empty block that was between two lists would throw an Error when all three elements were nested inside a list. #TINY-11763
15
+
16
+
## 7.7.1 - 2025-03-05
17
+
18
+
### Fixed
19
+
- Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. #TINY-11875
20
+
- Context forms used to disappear if their input was disabled in the `onSetup` API. #TINY-11890
21
+
22
+
## 7.7.0 - 2025-02-20
23
+
24
+
### Added
25
+
-`link_attributes_postprocess` option that allows overriding attributes of a link that would be inserted through the link dialog. #TINY-11707
26
+
27
+
### Improved
28
+
- Improved visual indication of keyboard focus in annotations that contain an image. #TINY-11596
29
+
- The type now defaults to `info` when `editor.notificationManager.open()` is used without a specified type or with an invalid one. #TINY-11661
30
+
31
+
### Changed
32
+
- 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
33
+
34
+
### Fixed
35
+
- Keyboard navigation for size inputs in context forms. #TINY-11394
36
+
- Keyboard navigation for context form sliders. #TINY-11482
37
+
- The `insertContent` API was not replacing selected non-editable elements correctly. #TINY-11714
38
+
- Context toolbar inputs had incorrect margins. #TINY-11624
39
+
- Iframe aria text no longer suggests opening the help dialog when the help plugin is not enabled. #TINY-11672
40
+
- Preview dialog no longer opens anchor links in a new tab. #TINY-11740
41
+
- The `float` property was not properly removed on the image when converting a image into a captioned image. #TINY-11670
42
+
- Expanding selection to word didn't work inside inline editing host elements. #TINY-11304
43
+
- The `semantics` element in MathML was not properly retained when `annotation` elements were allowed. #TINY-11755
44
+
- It was possible to tab to a toolbar group that had all children disabled. #TINY-11665
45
+
- Keyboard navigation would get stuck on the 'more' toolbar button. #TINY-11762
46
+
- Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips #TINY-11768
47
+
- Toolbar text field did not render focus correctly. #TINY-11658
0 commit comments