Skip to content

Commit 41ca209

Browse files
author
ephox
committed
Added version 7.9.0 release.
1 parent 88d1b28 commit 41ca209

File tree

107 files changed

+99329
-85599
lines changed

Some content is hidden

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

107 files changed

+99329
-85599
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ 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.9.0 - 2025-05-15
9+
10+
### Added
11+
- Added new `disc` style option for unordered lists. #TINY-12015
12+
13+
### Improved
14+
- The resize cursor now points in the correct direction for each resize mode. Patch contributed by daniloff200. ##GH-10189
15+
- If `style_formats` is empty, the button is now disabled. #TINY-12005
16+
- Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled. #TINY-11368
17+
- Bullet list icons were have been updated to better represent the default styles. #TINY-12014
18+
19+
### Changed
20+
- The ContextFormSizeInput lock button is now centered instead of aligned to the end. #TINY-11916
21+
- Changed the default value of `advlist_bullet_styles` option to `default,disc,circle,square`. #TINY-12083
22+
23+
### Fixed
24+
- Autolink no longer overrides already existing links when autolinking. #TINY-11836
25+
- Removed the deprecated CSS media selector `-ms-high-contrast`. #TINY-11876
26+
- The `mceInsertContent` command no longer deletes the parent block element when an anchor is selected. #TINY-11953
27+
- Table resizers are now visible when inline editor has a z-index property. #TINY-11981
28+
- Tabbing inside a `figcaption` element no longer displays two text insertion carets. #TINY-11997
29+
- Pressing Enter before a floating image no longer duplicates the image. #TINY-11676
30+
- Editor did not scroll into viewport on receiving focus on Chrome and Safari. #TINY-12017
31+
- Select UI elements was not properly styled on Chrome version 136. #TINY-12131
32+
33+
## 7.8.0 - 2025-04-09
34+
35+
### Added
36+
- New subtoolbar support for context toolbars. #TINY-11748
37+
- New `extended_mathml_attributes` and `extended_mathml_elements` options. #TINY-11756
38+
- New `onboarding` option. #TINY-11931
39+
40+
### Improved
41+
- Focus outline was misaligned with comment card border on saving an edit. #TINY-11329
42+
- The `editor.selection.scrollIntoView()` method now pads the target scroll area with a small margin, ensuring content doesn't sit at the very edge of the viewport. #TINY-11786
43+
44+
### Changed
45+
- Changed promotional text and link. #TINY-11905
46+
47+
### Fixed
48+
- Setting editor height to a `pt` or `em` value was ignoring min/max height settings. #TINY-11108
49+
850
## 7.7.2 - 2025-03-19
951

1052
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "7.8.0",
3+
"version": "7.9.0",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"GPL-2.0-or-later"

icons/default/icons.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

icons/default/icons.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)