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 #137: Update to TinyMCE 7.4.1 #138

Merged
merged 1 commit into from
Oct 11, 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.4.0 - 2024-10-09

### Added
- New `context` property for all ui components. This allows buttons and menu items to be enabled or disabled based on whether their context matches a given predicate; status updates are checked on `init`, `NodeChange`, and `SwitchMode` events. #TINY-11211
- Tree component now allows the addition of a custom icon. #TINY-11131
- Added focus function to view button api. #TINY-11122
- New option `allow_mathml_annotation_encodings` to opt-in to keep math annotations with specific encodings. #TINY-11166
- Added global `color-active` LESS variable for use in editor skins. #TINY-11266

### Improved
- In read-only mode the editor now allows normal cursor movement and block element selection, including video playback. #TINY-11264
- Pasting a table now places the cursor after the table instead of into the last cell. #TINY-11082
- Dialog list dropdown menus now close when the browser window resizes. #TINY-11123

### Fixed
- Mouse hover on partially visible dialog collection elements no longer scrolls. #TINY-9915
- Caret would unexpectedly shift to the non-editable table row above when pressing Enter. #TINY-11077
- Deleting a selection in a list element would sometimes prevent the `input` event from being dispatched. #TINY-11100
- Placing the cursor after a table with a br after it would misplace added newlines before the table instead of after. #TINY-11110
- Sidebar could not be toggled until the skin was loaded. #TINY-11155
- The image dialog lost focus after closing an image upload error alert. #TINY-11159
- Copying tables to the clipboard did not correctly separate cells and rows for the "text/plain" MIME type. #TINY-10847
- The editor resize handle was incorrectly rendered when all components were removed from the status bar. #TINY-11257

## 7.3.0 - 2024-08-07

### 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/ar.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/zh_TW.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.

4 changes: 2 additions & 2 deletions libraries/tinymce/js/tinymce/plugins/accordion/plugin.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libraries/tinymce/js/tinymce/plugins/advlist/plugin.min.js

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

2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/plugins/anchor/plugin.min.js

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

4 changes: 2 additions & 2 deletions libraries/tinymce/js/tinymce/plugins/autolink/plugin.min.js

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

Loading