fix(deps): update dependency @tinymce/tinymce-react to v3.14.0 #29
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.8.4
->3.14.0
Release Notes
tinymce/tinymce-react (@tinymce/tinymce-react)
v3.14.0
Compare Source
Changed
Fixed
v3.13.1
Compare Source
Fixed
editor.mode.set(...)
when available instead of the deprecatededitor.setMode(..)
which will be removed in TinyMCE 6.v3.13.0
Compare Source
Added
rollback
prop for changing the delay after which a rollback is performed (when value and editor content don't match) or disabling it completely.v3.12.8
Compare Source
Changed
Fixed
v3.12.7
Compare Source
Fixed
v3.12.6
Compare Source
Fixed
v3.12.5
Compare Source
Fixed
toolbar
prop when it contains a falsy value when it should only be ignored if it is undefined or null.v3.12.4
Compare Source
Fixed
v3.12.3
Compare Source
Fixed
v3.12.2
Compare Source
Fixed
v3.12.1
Compare Source
Fixed
onEditorChange
so toggling formatting will be detected. #INT-2473v3.12.0
Compare Source
Added
Changed
value
prop within a millisecond. INT-2352v3.11.1
Compare Source
Fixed
v3.11.0
Compare Source
Changed
initialValue
after editor initialization will now be detected and applied and will result in a complete reset of undo state. #INT-2367componentDidUpdate
thevalue
prop will be applied if it is different to the current editor content even when it is not different to the previous value of thevalue
prop. #INT-2372Fixed
initialValue
,value
anddisabled
which occur between editor setup and initialization that were previously ignored. #INT-2371value
prop forces an update to the editor content. If the cursor position can not be found it will return to the start of the document as before. #INT-2370outputFormat
should not cause any unexpected behavior. #INT-2369Deprecated
outputFormat
prop will be removed in a future release. If text output is required calleditor.getContent({ format: 'text' })
in any of the event callbacks. #INT-2368v3.10.4
Compare Source
Fixed
"compositionend"
event to more accurately triggeronEditorChange
. #INT-2348v3.10.3
Compare Source
Fixed
v3.10.2
Compare Source
Fixed
onBeforeRenderUI
will now be called. #INT-2325v3.10.1
Compare Source
Fixed
v3.10.0
Compare Source
Fixed
v3.9.0
Compare Source
Changed
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.