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.0.0 #971

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Changelog

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

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.

3.12.7 - 2021-10-05

Fixed

  • The integration will now initialize in a shadow dom.
  • Updated dependencies

3.12.6 - 2021-05-20

Fixed

  • As the tinymce dependency is only used for types allow all versions after 5.5.1 when types were first added, but prefer the latest when unspecified.

3.12.5 - 2021-05-20

Fixed

  • Fixed ignoring the toolbar prop when it contains a falsy value when it should only be ignored if it is undefined or null.
  • Ensure that the editor is initialized attached to a document.
  • Updated dependencies

3.12.4 - 2021-05-12

Fixed

  • Allow use of react version "^16.7.0" as well as "^17.0.1" to correct the unintended breaking change introduced in release 3.9.

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

Superseded by #992.