New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version 4.2.1-feature.20220829030920072.shad940e3b to 4.2.1-feature.20221018035425991.sha99f843f

100

CHANGELOG.md

@@ -7,2 +7,6 @@ # Change log

## Unreleased
### Fixed
- Updated CI library to latest
## 4.2.0 - 2022-08-03

@@ -121,3 +125,3 @@ ### Added

## [3.10.4] - 2021-03-10
## 3.10.4 - 2021-03-10
### Fixed

@@ -127,19 +131,19 @@ - Check for editor changes on `"compositionend"` event to more accurately trigger `onEditorChange`. #INT-2348

## [3.10.3] - 2021-03-04
## 3.10.3 - 2021-03-04
### Fixed
- Updated dependencies to latest available
## [3.10.2] - 2021-02-20
## Fixed
## 3.10.2 - 2021-02-20
### Fixed
- Event handlers are registered at setup time so props like `onBeforeRenderUI` will now be called. #INT-2325
## [3.10.1] - 2021-02-01
## 3.10.1 - 2021-02-01
### Fixed
- Fixed CI build
## [3.10.0] - 2021-02-01
## 3.10.0 - 2021-02-01
### Fixed
- Fixed event binding to lookup handlers at call time instead of rebinding on every change.
## [3.9.0] - 2021-01-11
## 3.9.0 - 2021-01-11
### Changed

@@ -150,7 +154,7 @@ - Adopted beehive-flow branching and versioning process/tooling.

## [3.8.4] - 2020-12-16
## 3.8.4 - 2020-12-16
### Fixed
- Updated dependencies to latest available
## [3.8.3] - 2020-12-08
## 3.8.3 - 2020-12-08
### Changed

@@ -162,27 +166,27 @@ - Updated TinyMCE types to 5.6 release.

## [3.8.2] - 2020-12-03
## 3.8.2 - 2020-12-03
### Fixed
- Fixed external changes not generating undo levels
## [3.8.1] - 2020-10-22
## 3.8.1 - 2020-10-22
### Fixed
- Fixed an issue where the component would throw an error when unmounted while loading
## [3.8.0] - 2020-10-08
## 3.8.0 - 2020-10-08
### Added
- Added types from TinyMCE 5.5 release.
## [3.7.0] - 2020-09-28
## 3.7.0 - 2020-09-28
### Added
- Added `scriptLoading` prop with settings `async`, `defer` and `delay` to modify the loading behaviour of the TinyMCE script tag
## [3.6.1] - 2020-09-07
## 3.6.1 - 2020-09-07
### Fixed
- Upgraded dependencies to latest available.
## [3.6.0] - 2020-05-07
## 3.6.0 - 2020-05-07
### Fixed
- Fixed an issue that allowed events to be fired during `componentWillUnmount`
## [3.5.1] - 2020-04-30
## 3.5.1 - 2020-04-30
### Fixed

@@ -192,19 +196,19 @@ - Remove `util` module from dependencies by purging usage in code.

## [3.5.0] - 2020-02-24
## 3.5.0 - 2020-02-24
### Added
- Added new `tinymceScriptSrc` prop for specifying an external version of TinyMCE to lazy load
## [3.4.0] - 2020-01-31
## 3.4.0 - 2020-01-31
### Added
- Added new `outputFormat` prop for specifying the format of the content emitted via the `onEditorChange` event
## [3.3.2] - 2019-08-29
## 3.3.2 - 2019-08-29
### Fixed
- Fixed an issue that caused `onEditorChange` to fire multiple times
## [3.3.1] - 2019-08-16
## 3.3.1 - 2019-08-16
### Fixed
- Changed referrer policy to origin to allow cloud caching
## [3.3.0] - 2019-07-29
## 3.3.0 - 2019-07-29
### Fixed

@@ -214,11 +218,11 @@ - Fixed an issue that made the editor ignore new event handlers provided through props

## [3.2.0] - 2019-06-04
## 3.2.0 - 2019-06-04
### Fixed
- Changed the CDN URL to use `cdn.tiny.cloud`
## [3.1.1] - 2019-05-10
## 3.1.1 - 2019-05-10
### Changed
- Removed preinstall script
## [3.1.0] - 2019-05-10
## 3.1.0 - 2019-05-10
### Changed

@@ -228,91 +232,91 @@ - Added the editor as a second argument to `onEditorChange`

## [3.0.1] - 2019-02-11
## 3.0.1 - 2019-02-11
### Changed
- Updated readme on cloud channels.
## [3.0.0] - 2019-02-11
## 3.0.0 - 2019-02-11
### Changed
- Changed default cloudChannel to `'5'`.
## [2.6.1] - 2019-02-07
## 2.6.1 - 2019-02-07
### Fixed
- Changed `react` and `react-dom` to be peerDependencies and devDependencies.
## [2.6.0] - 2019-02-07
## 2.6.0 - 2019-02-07
### Fixed
- Changed `react` and `react-dom` to be peerDependencies.
## [2.5.0] - 2019-01-24
## 2.5.0 - 2019-01-24
### Changed
- Loosened cloudChannel proptype to take any string to be able to use the locked version channels.
## [2.4.0] - 2018-11-02
## 2.4.0 - 2018-11-02
### Added
- Added `textareaName` prop that sets the name attribute on the textarea for use in forms.
## [2.3.0] - 2018-10-01
## 2.3.0 - 2018-10-01
### Added
- Added `disabled` prop that sets the editor into readonly mode.
## [2.2.6] - 2018-09-03
## 2.2.6 - 2018-09-03
### Fixed
- Fixed broken links in readme.
## [2.2.5] - 2018-04-23
## 2.2.5 - 2018-04-23
### Fixed
- Added a nullcheck in componentWillUnmount to check that tinymce is available before running remove.
## [2.2.4] - 2018-04-06
## 2.2.4 - 2018-04-06
### Fixed
- Removed onPreInit shorthand as it never worked.
## [2.2.3] - 2018-04-06
## 2.2.3 - 2018-04-06
### Fixed
- Fixed a bug with onInit not working.
## [2.2.2] - 2018-04-05
## 2.2.2 - 2018-04-05
### Fixed
- Fixed a bug with values set while the editor was initializing.
## [2.2.1] - 2018-04-03
## 2.2.1 - 2018-04-03
### Fixed
- No change, pushed to fix missing readme on npm.
## [2.2.0] - 2018-02-19
## 2.2.0 - 2018-02-19
### Added
- Added functionality so you can use the editor as a controlled component by setting the `value` property and using the `onEditorChange` event.
## [2.1.4] - 2018-02-16
## 2.1.4 - 2018-02-16
### Fixed
- Fixed bug where is wasn't possible to set inline in the init object, only on the shorthand.
## [2.1.3] - 2018-01-17
## 2.1.3 - 2018-01-17
### Added
- Added `plugins` and `toolbar` shorthands.
## [2.1.2] - 2018-01-08
## 2.1.2 - 2018-01-08
### Changed
- Use `target` on element instead of `selector` in init config.
## [2.1.1] - 2018-01-03
## 2.1.1 - 2018-01-03
### Added
- Fix so init setup callback gets called like it should.
## [2.1.0] - 2017-12-18
## 2.1.0 - 2017-12-18
### Added
- Added auto-loading of TinyMCE from TinyMCE Cloud
## [2.0.3] - 2017-11-22
## 2.0.3 - 2017-11-22
### Fixed
- Added check for `initialValue` prop to prevent javascript error that was shown when `tinymce.setContent` was called with undefined.
## [2.0.2] - 2017-11-22
## 2.0.2 - 2017-11-22
### Fixed
- Accidentally published 2.0.1 without building first, published this version to fix that and added prepare hook to prevent the same thing from happening again.
## [2.0.1] - 2017-11-21
## 2.0.1 - 2017-11-21
### Added
- Added description to package.json and improved readme wording.
## [2.0.0] - 2017-11-08
## 2.0.0 - 2017-11-08
### Added

@@ -325,4 +329,4 @@ - Add support for `tagName` prop when using editor inline to define what element you want to initialize the editor on.

## [1.0.0] - 2017-11-07
## 1.0.0 - 2017-11-07
### Added
- Initial Release.

@@ -50,3 +50,3 @@ {

"@storybook/storybook-deployer": "^2.8.12",
"@tinymce/beehive-flow": "^0.18.0",
"@tinymce/beehive-flow": "^0.19.0",
"@tinymce/eslint-plugin": "^2.0.1",

@@ -72,4 +72,4 @@ "@tinymce/miniature": "^5.0.1",

},
"version": "4.2.1-feature.20220829030920072.shad940e3b",
"version": "4.2.1-feature.20221018035425991.sha99f843f",
"name": "@tinymce/tinymce-react"
}
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