HospitalRun / components

Reusable React components used by HospitalRun
https://components.hospitalrun.io
MIT License
121 stars 181 forks source link

chore(deps): bump tinymce from 5.9.2 to 6.0.2 #986

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tinymce from 5.9.2 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

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 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)
dependabot[bot] commented 2 years ago

Superseded by #997.