Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2022

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)

Bumps [@tinymce/tinymce-react](https://github.com/tinymce/tinymce-react) from 3.7.0 to 4.2.0.
- [Release notes](https://github.com/tinymce/tinymce-react/releases)
- [Changelog](https://github.com/tinymce/tinymce-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce-react/commits/4.2.0)

---
updated-dependencies:
- dependency-name: "@tinymce/tinymce-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2022
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autoapproved dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants