Skip to content

Issue #116: Update to TinyMCE 7.2.0 #117

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

Merged
merged 1 commit into from
Jun 21, 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
32 changes: 32 additions & 0 deletions libraries/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ 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.2.0 - 2024-06-19

### Added
- Added `options.debug` API that logs the initial raw editor options to console. #TINY-10605
- Added `referrerpolicy` as a valid attribute for an iframe element. #TINY-10374
- New `onInit` and `stretched` properties to the `HtmlPanel` dialog component. #TINY-10900
- Added support for querying the state of the `mceTogglePlainTextPaste` command. #TINY-10938
- Added `for` option to dialog label components to improve accessibility. The value must be another component on the same dialog. #TINY-10971

### Improved
- Dialog slider components now emit an onChange event when using arrow keys. #TINY-10428
- Accessibility for element path buttons, added tooltip to describe the button and removed incorrect `aria-level` attribute. #TINY-10891
- Improve merging of inserted inline elements by removing nodes with redundant inheritable styles. #TINY-10869
- Improved Find & Replace dialog accessibility by changing placeholders to labels. #TINY-10871

### Changed
- Replaced tiny branding logo with `Build with TinyMCE` text and logo. #TINY-11001

### Fixed
- Deleting in a `div` with preceeding `br` elements would sometimes throw errors. #TINY-10840
- `autoresize_bottom_margin` was not reliably applied in some situations. #TINY-10793
- Fixed cases where adding a newline around a br, table or img would not move the cursor to a new line. #TINY-10384
- Focusing on `contenteditable="true"` element when using `editable_root: false` and inline mode causing selection to be shifted. #TINY-10820
- Corrected the `role` attribute on listbox dialog components to `combobox` when there are no nested menu items. #TINY-10807
- HTML entities that were double decoded in `noscript` elements caused an XSS vulnerability. #TINY-11019
- It was possible to inject XSS HTML that was not matching the regexp when using the `noneditable_regexp` option. #TINY-11022

## 7.1.2 - 2024-06-05

### Fixed
- CSS color values set to `transparent` were incorrectly converted to '#000000`. #TINY-10916

## 7.1.1 - 2024-05-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion libraries/tinymce/js/tinymce/langs/az.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

Loading