Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@tinymce/tinymce-react ^3.14.0 -> ^6.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tinymce/tinymce-react (@​tinymce/tinymce-react)

v6.3.0

Compare Source

Changed
  • Set the default cloudChannel to 8. #INT-3350
  • Updated peer dependency to support tinymce 8. #INT-3350

v6.2.1

Compare Source

Fixed
  • Project build failure caused by a missing @tinymce/miniature dependency. #INT-3347

v6.2.0

Compare Source

Changed
  • The disabled property now toggles the disabled option. #TINY-11906
Added
  • Added readonly property that can be used to toggle the readonly mode. #TINY-11906

v6.1.0

Compare Source

Added
  • Support for react version ^19.0.0 by updating the react and react-dom in the peerDependencies to ^19.0.0
Fixed
  • The onEditorChange callback was called three times when content was inserted with insertContent editor API. #INT-3226

v6.0.0

Compare Source

Fixed
  • Updated dependencies. #INT-3324
Changed
  • Moved tinymce dependency to peerDependencies, as well as making it optional. #INT-3324

v5.1.1

Compare Source

v5.1.0

Compare Source

Added

v5.0.1

Compare Source

v5.0.0

Compare Source

Added
  • Added licenseKey property that overrides the TinyMCE license_key init property. #INT-3291
  • Added events onInput, onCompositionEnd, onCompositionStart & onCompositionUpdate. #INT-3291
  • Added a JSDoc link to the TinyMCE 7 React Technical Reference docs page. #INT-3291
Improved
  • Improved cloudChannel type. #INT-3291
  • Updated to Storybook v8 and it now uses react-vite as a bundler/builder instead of webpack. #INT-3291
  • Storybook examples now use CSFv3 components. #INT-3291
  • Tests now run against TinyMCE version 7 as well. #INT-3291
Changed
  • Updated dependencies. #INT-3291
  • Changed default cloudChannel to '7'. #INT-3291
Fixed
  • readonly init property is now properly typed as undefined, as it's overriden by the integration. #INT-3287

v4.3.2

Compare Source

Fixed
  • Removed storybook-deploy dependency. #INT-3254

v4.3.1

Compare Source

Fixed
  • Reverted accidental change to allowed tinymce dependency versions in 4.3.0
  • Updated dependencies

v4.3.0

Compare Source

Added
  • Added events onScriptsLoad and onScriptsLoadError for the loading of the script tags when no tinymce global is available.
Changed
  • 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 when tinymce is missing.
Fixed
  • Updated CI library to latest
  • Updated dependencies.

v4.2.0

Compare Source

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.

v4.1.0

Compare Source

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

v4.0.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.72%. Comparing base (9c0b545) to head (87700f7).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #2536    +/-   ##
========================================
  Coverage   94.72%   94.72%            
========================================
  Files        1205     1205            
  Lines       26939    26939            
  Branches     5893     6046   +153     
========================================
  Hits        25518    25518            
+ Misses       1362     1351    -11     
- Partials       59       70    +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/tinymce-tinymce-react-6.x branch 2 times, most recently from 5584485 to e97fda8 Compare October 13, 2025 14:27
@renovate renovate bot force-pushed the renovate/tinymce-tinymce-react-6.x branch from e97fda8 to 87700f7 Compare October 14, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants