Skip to content

Commit 512304e

Browse files
committed
Vendor Update auf 8.7.0
1 parent 9c46f41 commit 512304e

114 files changed

Lines changed: 1321 additions & 722 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 8.10.9
5+
---------------
6+
7+
### Update
8+
9+
* TinyMCE Vendor auf **8.7.0** aktualisiert (`assets/vendor/tinymce`).
10+
* Sprachpaket `tinymce-i18n` auf **26.6.8** aktualisiert.
11+
12+
### Prüfung
13+
14+
* Build-Pipeline (`pnpm run build`) inklusive Vendor-Copy und Asset-Sync erfolgreich durchgelaufen.
15+
* Keine Merge-Konflikte durch das Vendor-Update; Änderungen betreffen erwartungsgemäß die Upstream-TinyMCE-Dateien.
16+
* Relevante Upstream-Fixes aus 8.7.0 enthalten, u. a. für Bild-DnD (`width`/`height`), Dark-Mode-Link-Fokus und Selektions-/Listenverhalten.
17+
418
Version 8.10.8
519
---------------
620

assets/vendor/tinymce/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## 8.7.0 - 2026-07-01
9+
10+
### Added
11+
- Added `editor.announce()` for posting messages to screen readers via an aria-live region. #TINY-12791
12+
13+
### Improved
14+
- Removed 300 item limit on the emoticons dialog 'All' tab by optimising render performance. #TINY-7552
15+
- Pressing Tab or Shift+Tab on an open menu now closes it and moves focus to the next or previous focusable element. #TINY-13341
16+
- The editor resize handle now uses browser pointer events for more reliable behaviour across different integration environments. #TINY-14241
17+
18+
19+
### Fixed
20+
- CSS custom property names and color values in the style attribute were being lowercased when parsed. #TINY-11524
21+
- Focused links in dark mode had the same text color as the background. #TINY-14264
22+
- Using the undo keyboard shortcut did not restore editor selection correctly. #TINY-14255
23+
- Worked around a Chromium bug where clicking on the right of an `li` could fail. #TINY-13886
24+
- Some annotated text was hidden when printed even though it should have been visible. #TINY-14296
25+
- Deleting a newline within a list item would delete the list item. #TINY-13292
26+
- Context toolbar with position 'line' was not repositioning to the opposite side when overflowing the viewport. #TINY-14376
27+
- Block-level formatting did not work on parent blocks when a contenteditable="false" inline element (such as an iframe) was selected. #TINY-13333
28+
- Selecting multiple table cells and applying indentation did not apply to the entire selection. #TINY-14370
29+
- Selecting multiple table cells and applying multiple formats could incorrectly nest formatting tags. #TINY-14385
30+
- Dragging and dropping or copying and pasting an image didn't add `width` and `height` to the tag. #TINY-14411
31+
- Tooltips were clipped when the editor was hosted in a shadow DOM and its parent element had `overflow:scroll`. #TINY-14384
32+
833
## 8.6.0 - 2026-06-03
934

1035
### Security

assets/vendor/tinymce/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"SEE LICENSE IN license.md"

assets/vendor/tinymce/icons/default/icons.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/tinymce/icons/default/icons.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/tinymce/models/dom/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 8.6.0 (2026-06-03)
2+
* TinyMCE version 8.7.0 (2026-07-01)
33
*/
44

55
(function () {

assets/vendor/tinymce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tinymce/tinymce.git",

assets/vendor/tinymce/plugins/accordion/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 8.6.0 (2026-06-03)
2+
* TinyMCE version 8.7.0 (2026-07-01)
33
*/
44

55
(function () {

assets/vendor/tinymce/plugins/advlist/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 8.6.0 (2026-06-03)
2+
* TinyMCE version 8.7.0 (2026-07-01)
33
*/
44

55
(function () {

assets/vendor/tinymce/plugins/anchor/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 8.6.0 (2026-06-03)
2+
* TinyMCE version 8.7.0 (2026-07-01)
33
*/
44

55
(function () {

0 commit comments

Comments
 (0)