Skip to content

Commit 567ef85

Browse files
authored
Issue #139: Update to TinyMCE 7.5.0 (#140)
1 parent eb6d725 commit 567ef85

File tree

51 files changed

+128
-108
lines changed

Some content is hidden

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

51 files changed

+128
-108
lines changed

libraries/tinymce/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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+
## 7.5.0 - 2024-11-06
9+
10+
### Added
11+
- Added support for using raw CSS in the list of possible colours, using the `color_map_raw` property. #GH-9788
12+
13+
### Improved
14+
- Improved color picker aria support. #TINY-11291
15+
16+
### Fixed
17+
- Autocompleter would not activate after applying an inline format like font size in some cases. #TINY-11273
18+
- The `toolbar-sticky-offset` would still be applied after entering fullscreen mode. #TINY-11137
19+
- Text and background color toolbar buttons would not be fully greyed out in readonly mode. #TINY-11313
20+
- Closing a nested modal dialog would lose focus from the editor. #TINY-11153
21+
- Inability to type '{' character on German keyboard layouts. #TINY-11395
22+
23+
## 7.4.1 - 2024-10-10
24+
25+
### Fixed
26+
- Invalid HTML elements within SVG elements were not removed. #TINY-11332
27+
828
## 7.4.0 - 2024-10-09
929

1030
### Added

libraries/tinymce/js/tinymce/langs/ar.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/langs/nb_NO.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/langs/pl.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/langs/sk.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/langs/zh_TW.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/models/dom/model.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/plugins/accordion/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/tinymce/js/tinymce/plugins/advlist/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)