8000 TINY-10860: Prepare for 7.2 release (#9715) · tinymce/tinymce@754e390 · GitHub
[go: up one dir, main page]

Skip to content

Commit 754e390

Browse files
TINY-10860: Prepare for 7.2 release (#9715)
* TINY-10860: Prepare for 7.2 release * TINY-10860: Removed duplicated entries
1 parent a9fb858 commit 754e390

20 files changed

+53
-113
lines changed

.changes/tinymce/7.2.0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## 7.2.0 - 2024-06-19
2+
3+
### Added
4+
- Added `options.debug` API that logs the initial raw editor options to console. #TINY-10605
5+
- Added `referrerpolicy` as a valid attribute for an iframe element. #TINY-10374
6+
- New `onInit` and `stretched` properties to the `HtmlPanel` dialog component. #TINY-10900
7+
- Added support for querying the state of the `mceTogglePlainTextPaste` command. #TINY-10938
8+
- Added `for` option to dialog label components to improve accessibility. The value must be another component on the same dialog. #TINY-10971
9+
10+
### Improved
11+
- Dialog slider components now emit an onChange event when using arrow keys. #TINY-10428
12+
- Accessibility for element path buttons, added tooltip to describe the button and removed incorrect `aria-level` attribute. #TINY-10891
13+
- Improve merging of inserted inline elements by removing nodes with redundant inheritable styles. #TINY-10869
14+
- Improved Find & Replace dialog accessibility by changing placeholders to labels. #TINY-10871
15+
16+
### Changed
17+
- Replaced tiny branding logo with `Build with TinyMCE` text and logo. #TINY-11001
18+
19+
### Fixed
20+
- Deleting in a `div` with preceeding `br` elements would sometimes throw errors. #TINY-10840
21+
- `autoresize_bottom_margin` was not reliably applied in some situations. #TINY-10793
22+
- Fixed cases where adding a newline around a br, table or img would not move the cursor to a new line. #TINY-10384
23+
- Focusing on `contenteditable="true"` element when using `editable_root: false` and inline mode causing selection to be shifted. #TINY-10820
24+
- Corrected the `role` attribute on listbox dialog components to `combobox` when there are no nested menu items. #TINY-10807
25+
- HTML entities that were double decoded in `noscript` elements caused an XSS vulnerability. #TINY-11019
26+
- It was possible to inject XSS HTML that was not matching the regexp when using the `noneditable_regexp` option. #TINY-11022

.changes/unreleased/tinymce-TINY-10374-2024-05-09.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10384-2024-05-21.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10428-2024-05-20.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10605-2024-05-03.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10793-2024-05-13.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10807-2024-05-23.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10820-2024-05-21.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10840-2024-05-07.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/tinymce-TINY-10869-2024-06-04.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0