components
components copied to clipboard
chore(deps): bump @tinymce/tinymce-react from 3.7.0 to 4.2.0
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
CommentChangeto the list of events that trigger theonEditorChangehandler.- 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,IconsLoadErrorandLanguageLoadError.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
outputFormatprop. If text output is required calleditor.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 deprecatededitor.setMode(..)which will be removed in TinyMCE 6.- Addressed lint errors
3.13.0 - 2021-10-06
Added
- Added new
rollbackprop 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
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)