fix(deps): update dependency @tinymce/tinymce-react to v5 #223
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.14.0
->5.1.1
Release Notes
tinymce/tinymce-react (@tinymce/tinymce-react)
v5.1.1
Compare Source
v5.1.0
Compare Source
Added
tabIndex
prop. Community PR acknowledgement: Grand Julivan [email protected]v5.0.1
Compare Source
v5.0.0
Compare Source
Added
licenseKey
property that overrides the TinyMCElicense_key
init property. #INT-3291onInput
,onCompositionEnd
,onCompositionStart
&onCompositionUpdate
. #INT-3291Improved
cloudChannel
type. #INT-3291Changed
'7'
. #INT-3291Fixed
readonly
init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287v4.3.2
Compare Source
Fixed
storybook-deploy
dependency. #INT-3254v4.3.1
Compare Source
Fixed
v4.3.0
Compare Source
Added
onScriptsLoad
andonScriptsLoadError
for the loading of the script tags when notinymce
global is available.Changed
tinymceScriptSrc
prop so it can now accept an array of scripts to make hybrid mode easier to use.An empty array will avoid loading scripts but will call
onScriptsLoadError
whentinymce
is missing.Fixed
v4.2.0
Compare Source
Added
CommentChange
.Fixed
CommentChange
to the list of events that trigger theonEditorChange
handler.v4.1.0
Compare Source
Added
SkinLoadError
,ThemeLoadError
,ModelLoadError
,PluginLoadError
,IconsLoadError
andLanguageLoadError
.Fixed
v4.0.0
Compare Source
Changed
'6'
.Removed
outputFormat
prop. If text output is required calleditor.getContent({ format: 'text' })
in any of the event callbacks.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.