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.3 #997

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tinymce from 5.9.2 to 6.0.3.

Changelog

Sourced from tinymce's changelog.

6.0.3 - 2022-05-25

Fixed

  • Could not remove values when multiple cells were selected with the cell properties dialog #TINY-8625
  • Could not remove values when multiple rows were selected with the row properties dialog #TINY-8625
  • Empty lines that were formatted in a ranged selection using the format_empty_lines option were not kept in the serialized content #TINY-8639
  • The s element was missing from the default schema text inline elements #TINY-8639
  • Some text inline elements specified via the schema were not removed when empty by default #TINY-8639

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

... (truncated)

Commits
  • 3c18432 TINY-8643: Updated changelog for 6.0.3 release (#7849)
  • 8dd8fe2 TINY-8639: Retain formatted blank lines when format_empty_lines is true (#7...
  • e1617c1 TINY-8625: Fix table alignment fields not updated correctly in some cases (#7...
  • 005c8c1 TINY-8625: Can now reset multiple cells' height, or other values (#7803)
  • 4f6c41d TINY-8646: Removed unused Base64UrisTest() (#7805)
  • 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...
  • 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 #1006.