Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #145: Update to TinyMCE 7.6.0 #146

Merged
merged 1 commit into from
Dec 16, 2024
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
24 changes: 24 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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.6.0 - 2024-12-11

### Added
- It is now possible to create labeled groups in context toolbars. #TINY-11095
- New `contextsliderform` and `contextsizeinput` context form types. #TINY-11342
- New `back` function in `ContextFormApi` to go back to the previous toolbar. #TINY-11344
- New `QuickbarInsertImage` command that is executed by the `quickimage` button. #TINY-11399
- New `onSetup` function to the context form API. #TINY-11494
- New `placeholder` to the context form input field API. #TINY-11459
- New `disabled` option to restore the previous `readonly` mode behavior, allowing the editor to be displayed in a disabled state. #TINY-11488

### Improved
- Base64 data was not properly decoded due to unhandled URL-encoded characters. #TINY-9548
- The `latin` list style type is now recognized as an alias for the `alpha` list style type. #TINY-11515

### Fixed
- Image selection was removed when calling `editor.nodeChanged()` while having focus inside the editor UI. #TINY-11437
- Tooltip would not show for group toolbar button. #TINY-11391
- Changing the table row type when a `contenteditable=false` cell was selected would not work as expected. #TINY-11383
- The `samp` format was being applied as a `block` level format, instead of an `inline` format. #TINY-11390
- Removed title attribute from dialog tree elements as they already have a tooltip. #TINY-11470
- Fixed CSS bundling for skin UI content CSS. #TINY-11558
- Fixed incorrect resource keys for CSS bundling JS files. #TINY-11558

## 7.5.0 - 2024-11-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/cy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/sq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/uk.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libraries/tinymce/js/tinymce/models/dom/model.min.js

Large diffs are not rendered by default.

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

Loading