Toggle list behavior generated wrong html when the forced_root_block option was set to div. #TINY-10488
Tapping inside a composed text on Firefox Android would not close the autocompleter. #TINY-10715
An inline editor toolbar now behaves correctly in horizontally scrolled containers. #TINY-10684
Tooltips unintended shrinking and incorrectly positioned when shown in horizontally scrollable container. #TINY-10797
The status bar was invisible when the editor's height is short. #TINY-10705
7.0.0 - 2024-03-20
Added
New license_key option that must be set to gpl or a valid license key. #TINY-10681
New custom tooltip functionality, tooltip will be shown when hovering with a mouse or with keyboard focus. #TINY-9275
New sandbox_iframes_exclusions option that holds a list of URL host names to be excluded from iframe sandboxing when sandbox_iframes is set to true. #TINY-10350
Added 'getAllEmojis' api function to the emoticons plugin. #TINY-10572
Element preset support for the valid_children option and Schema.addValidChildren API. #TINY-9979
A new trigger property for block text pattern configurations, allowing pattern activation with either Space or Enter keys. #TINY-10324
onFocus callback for CustomEditor dialog component. #TINY-10596
icons for the import from Word, export to Word and export to PDF premium plugins. #TINY-10612
data is now a valid element in the Schema. #TINY-10611
More advanced schema config for custom elements. #TINY-9980
Custom tooltip for autocompleter, now visible on both mouse hover and keyboard focus, except single column cases. #TINY-9638
Improved
Included keyboard shortcut in custom tooltip for ToolbarButton and ToolbarToggleButton. #TINY-10487
Improved showing which element has focus for keyboard navigation. #TINY-9176
Custom tooltips will now show for items in collection which is rendered inside a dialog, on mouse hover and keyboard focus. #TINY-9637
Autocompleter will now work with IMEs. #TINY-10637
Make table ghost element better reflect height changes when resizing. #TINY-10658
Changed
TinyMCE is now licensed GPL Version 2 or later. #TINY-10578
convert_unsafe_embeds editor option is now defaulted to true. #TINY-10351
sandbox_iframes editor option is now defaulted to true. #TINY-10350
The DOMUtils.isEmpty API function has been modified to consider nodes containing only comments as empty. #TINY-10459
The highlight_on_focus option now defaults to true, adding a focus outline to every editor. #TINY-10574
Delay before the tooltip to show up, from 800ms to 300ms. #TINY-10475
Now tox-view__pane has position: relative instead of static. #TINY-10561
Update outbound link for statusbar Tiny logo #TINY-10494
Remove the height field from the table plugin cell dialog. The table plugin row dialog now controls the row height by setting the height on the tr element, not the td elements. #TINY-10617
Change table height resizing handling to remove heights from td/th elements and only apply to tr elements. #TINY-10589
Removed incorrect aria-placeholder attribute from editor body when placeholder option is set. #TINY-10452
The tooltip property for dialog's footer togglebutton is now optional. #TINY-10672
Changed the media_url_resolver option to use promises. #TINY-9154
Styles bespoke toolbar button fallback changed to Formats if Paragraph is not configured in style_formats option. #TINY-10603
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tinymce from 6.8.3 to 7.0.1.
Changelog
Sourced from tinymce's changelog.
... (truncated)
Commits
df90c6e
TINY-10631: Merged changelogsf6e4864
TINY-10838: Bumped version (#9531)42cb9af
TINY-10590: Reverted Tree dom structure could confuse block merge boundary de...3eafc93
TINY-10684: The scroll position should be maintained in a horizontal scrollab...3773ac7
TINY-10834: Bumped all doc links from 6 to 7 (#9522)32b7107
TINY-10590: Tree dom structure could confuse block merge boundary detection (...fac86ef
TINY-10715: Fix for Android Firefox autocompleter bug (#9483) (#9514)21e446d
TINY-10488: fix list pattern withforced_root_block: 'div'
(#9517)1a623ec
TINY-10684: Fix up incorrectmax-width
calculation (#9515)c21f16e
TINY-10705: Fix status bar disappearing when the editor's height becomes too ...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show