Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2022

Bumps tinymce from 4.9.11 to 6.0.2.

Changelog

Sourced from tinymce's changelog.

6.0.2 - 2022-04-27

Fixed

  • Some media elements wouldn't update when changing the source URL #TINY-8660
  • Inline toolbars flickered when switching between editors #TINY-8594
  • Multiple inline toolbars were shown if focused too quickly #TINY-8503
  • Added background and additional spacing for the text labeled buttons in the toolbar to improve visual clarity #TINY-8617
  • Toolbar split buttons with text used an incorrect width on touch devices #TINY-8647

6.0.1 - 2022-03-23

Fixed

  • Fixed the dev ZIP missing the required bin scripts to build from the source #TINY-8542
  • Fixed a regression whereby text patterns couldn't be updated at runtime #TINY-8540
  • Fixed an issue where tables with colgroups could be copied incorrectly in some cases #TINY-8568
  • Naked buttons better adapt to various background colors, improved text contrast in notifications #TINY-8533
  • The autocompleter would not fire the AutocompleterStart event nor close the menu in some cases #TINY-8552
  • It wasn't possible to select text right after an inline noneditable element #TINY-8567
  • Fixed a double border showing for the tinymce-5 skin when using toolbar_location: 'bottom' #TINY-8564
  • Clipboard content was not generated correctly when cutting and copying contenteditable="false" elements #TINY-8563
  • Fixed the box-shadow getting clipped in autocompletor popups #TINY-8573
  • The buttonType property did not work for dialog footer buttons #TINY-8582
  • Fix contrast ratio for error messages #TINY-8586

6.0.0 - 2022-03-03

Added

  • New editor.options API to replace the old editor.settings and editor.getParam APIs #TINY-8206
  • New editor.annotator.removeAll API to remove all annotations by name #TINY-8195
  • New Resource.unload API to make it possible to unload resources #TINY-8431
  • New FakeClipboard API on the tinymce global #TINY-8353
  • New dispatch() function to replace the now deprecated fire() function in various APIs #TINY-8102
  • New AutocompleterStart, AutocompleterUpdate and AutocompleterEnd events #TINY-8279
  • New mceAutocompleterClose, mceAutocompleterReload commands #TINY-8279
  • New mceInsertTableDialog command to open the insert table dialog #TINY-8273
  • New slider dialog component #TINY-8304
  • New imagepreview dialog component, allowing preview and zoom of any image URL #TINY-8333
  • New buttonType property on dialog button components, supporting toolbar style in addition to primary and secondary #TINY-8304
  • The tabindex attribute is now copied from the target element to the iframe #TINY-8315

Improved

  • New default theme styling for TinyMCE 6 facelift with old skin available as tinymce-5 and tinymce-5-dark #TINY-8373
  • The default height of editor has been increased from 200px to 400px to improve the usability of the editor #TINY-6860
  • The upload results returned from the editor.uploadImages() API now includes a removed flag, reflecting if the image was removed after a failed upload #TINY-7735
  • The ScriptLoader, StyleSheetLoader, AddOnManager, PluginManager and ThemeManager APIs will now return a Promise when loading resources instead of using callbacks #TINY-8325
  • A ThemeLoadError event is now fired if the theme fails to load #TINY-8325
  • The BeforeSetContent event will now include the actual serialized content when passing in an AstNode to the editor.setContent API #TINY-7996
  • Improved support for placing the caret before or after noneditable elements within the editor #TINY-8169
  • Calls to editor.selection.setRng now update the caret position bookmark used when focus is returned to the editor #TINY-8450
  • The emoticon plugin dialog, toolbar and menu item has been updated to use the more accurate Emojis term #TINY-7631

... (truncated)

Commits
  • efb5c71 TINY-8638: Update changelog for TinyMCE 6.0.2 release (#7786)
  • 0972881 TINY-8647: Fix custom toolbar select buttons width on touch devices (#7775)
  • eca62e7 TINY-8662: Use the correct name for enhanced image editing (#7783)
  • 89037d1 TINY-8663: Fixed some tests that failed to run in isolation (#7784)
  • 388a65a TINY-8660: Fixed media elements not updating when changing the source URL (#7...
  • 2a8e4a1 TINY-8617: Improve visual clarity for text based toolbar selects (#7765)
  • 8e45632 TINY-8594: Fixed inline toolbars flickering when switching between editors (#...
  • 70ab2cf TINY-8555: Added changelog entry for 6.0.1 release (#7714)
  • f2fee89 TINY-8586: Fix contrast ratio for error messages (#7712)
  • 1203e0e TINY-8573: Fix autcomplete border (#7704)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tinymce, a new releaser for tinymce since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2022
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 4.9.11 to 6.0.2.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/develop/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/6.0.2/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tinymce-6.0.2 branch from 6d982e3 to fd234ca Compare May 19, 2022 15:21
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 25, 2022

A newer version of tinymce exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant