Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tinymce/tinymce-react

Package Overview
Dependencies
Maintainers
2
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinymce/tinymce-react - npm Package Versions

1
37

3.11.2-feature.20210325054508700.c628914

Diff

ephox
published 3.11.2-feature.20210325043937355.ec9d5e3 •

ephox
published 3.11.2-feature.20210324034326911.23e59f4 •

ephox
published 3.11.2-rc.20210324015840574.29b229e •

ephox
published 3.11.1 •

Changelog

Source

3.11.1 - 2021-03-24

Fixed

  • Stopped inline editor grabbing focus when the value is set
  • Caught exceptions thrown while trying to restore selection after setting content
ephox
published 3.11.1-rc.20210324014134958.5891340 •

ephox
published 3.11.1-rc.20210323011740676.dfab82f •

ephox
published 3.11.0 •

Changelog

Source

3.11.0 - 2021-03-23

Changed

  • Updates to initialValue after editor initialization will now be detected and applied and will result in a complete reset of undo state. #INT-2367
  • During componentDidUpdate 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-2372

Fixed

  • Apply changes to initialValue, value and disabled which occur between editor setup and initialization that were previously ignored. #INT-2371
  • An attempt will be made to retain the cursor position when the value 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-2370
  • Internal tracking of the current content is now always done in HTML so outputFormat should not cause any unexpected behavior. #INT-2369

Deprecated

  • The outputFormat 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
ephox
published 3.11.0-rc.20210323010340396.bd0bf3f •

ephox
published 3.11.0-feature.20210322070615097.2f36430 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc