@tinymce/tinymce-react
Advanced tools
Changelog
3.11.1 - 2021-03-24
Changelog
3.11.0 - 2021-03-23
initialValue
after editor initialization will now be detected and applied and will result in a complete reset of undo state. #INT-2367componentDidUpdate
the value
prop will be applied if it is different to the current editor content even when it is not different to the previous value of the value
prop. #INT-2372initialValue
, value
and disabled
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-2369outputFormat
prop will be removed in a future release. If text output is required call editor.getContent({ format: 'text' })
in any of the event callbacks. #INT-2368