HospitalRun / components

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

chore(deps): bump @tinymce/tinymce-react from 3.7.0 to 4.2.0 #1015

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps @tinymce/tinymce-react from 3.7.0 to 4.2.0.

Changelog

Sourced from @​tinymce/tinymce-react's changelog.

4.2.0 - 2022-08-03

Added

  • Added prop for the event CommentChange.

Fixed

  • Added CommentChange to the list of events that trigger the onEditorChange handler.
  • Source the tinymce object from the window associated with the target element.
  • Updated dependencies.

4.1.0 - 2022-05-12

Added

  • Added props for the events SkinLoadError, ThemeLoadError, ModelLoadError, PluginLoadError, IconsLoadError and LanguageLoadError.

Fixed

  • Updated issue templates with updated codesandbox
  • Updated the readme with links to the TinyMCE 6 documentation
  • Updated the security issue reporting link to the TinyMCE 6 documentation

4.0.0 - 2022-04-08

Changed

  • License changed to MIT (from Apache 2) this matches TinyMCE 6 license
  • Changed default cloudChannel to '6'.

Removed

  • Removed outputFormat prop. If text output is required call editor.getContent({ format: 'text' }) in any of the event callbacks.

3.14.0 - 2022-04-04

Changed

  • Allow react version "^18.0.0"

Fixed

  • Updated dependencies.

3.13.1 - 2022-01-20

Fixed

  • Updated dependencies
  • Use editor.mode.set(...) when available instead of the deprecated editor.setMode(..) which will be removed in TinyMCE 6.
  • Addressed lint errors

3.13.0 - 2021-10-06

Added

  • Added new rollback prop for changing the delay after which a rollback is performed (when value and editor content don't match) or disabling it completely.

3.12.8 - 2021-10-06

Changed

  • Wait 10 seconds (increased from 1) for the target element to be in the DOM before giving up.

Fixed

  • Updated dependencies.

... (truncated)

Commits


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)