Skip to content

Commit 14d6743

Browse files
authored
Issue #145: Update to TinyMCE 7.6.0 (#146)
1 parent 243c6fa commit 14d6743

Some content is hidden

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

66 files changed

+266
-206
lines changed

libraries/tinymce/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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.6.0 - 2024-12-11
9+
10+
### Added
11+
- It is now possible to create labeled groups in context toolbars. #TINY-11095
12+
- New `contextsliderform` and `contextsizeinput` context form types. #TINY-11342
13+
- New `back` function in `ContextFormApi` to go back to the previous toolbar. #TINY-11344
14+
- New `QuickbarInsertImage` command that is executed by the `quickimage` button. #TINY-11399
15+
- New `onSetup` function to the context form API. #TINY-11494
16+
- New `placeholder` to the context form input field API. #TINY-11459
17+
- New `disabled` option to restore the previous `readonly` mode behavior, allowing the editor to be displayed in a disabled state. #TINY-11488
18+
19+
### Improved
20+
- Base64 data was not properly decoded due to unhandled URL-encoded characters. #TINY-9548
21+
- The `latin` list style type is now recognized as an alias for the `alpha` list style type. #TINY-11515
22+
23+
### Fixed
24+
- Image selection was removed when calling `editor.nodeChanged()` while having focus inside the editor UI. #TINY-11437
25+
- Tooltip would not show for group toolbar button. #TINY-11391
26+
- Changing the table row type when a `contenteditable=false` cell was selected would not work as expected. #TINY-11383
27+
- The `samp` format was being applied as a `block` level format, instead of an `inline` format. #TINY-11390
28+
- Removed title attribute from dialog tree elements as they already have a tooltip. #TINY-11470
29+
- Fixed CSS bundling for skin UI content CSS. #TINY-11558
30+
- Fixed incorrect resource keys for CSS bundling JS files. #TINY-11558
31+
832
## 7.5.0 - 2024-11-06
933

1034
### Added

libraries/tinymce/js/tinymce/icons/default/icons.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/langs/cy.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/es.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/sq.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/uk.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

+2-2
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.

0 commit comments

Comments
 (0)