@tinymce/tinymce-react
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -1,2 +0,5 @@ | ||
## 2.2.4 (2018-04-23) | ||
## 2.2.6 (2018-09-03) | ||
* Fixed broken links in readme. | ||
## 2.2.5 (2018-04-23) | ||
* Added a nullcheck in componentWillUnmount to check that tinymce is availabl before running remove. | ||
@@ -3,0 +6,0 @@ |
{ | ||
"name": "@tinymce/tinymce-react", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "Official TinyMCE React Component", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -51,2 +51,4 @@ # Official TinyMCE React component | ||
None of the configuration props are **required** for the component to work - other than if you are using TinyMCE Cloud you will have to specify the `apiKey` to get rid of the `This domain is not registered...` warning message. | ||
### Event binding | ||
@@ -157,3 +159,3 @@ | ||
### Auto-loading from TinyMCE Cloud | ||
The `Editor` component needs TinyMCE to be globally available to work, but to make it as easy as possible it will automatically load [TinyMCE Cloud](https://www.tinymce.com/docs/get-started-cloud/) if it can't find TinyMCE available when the component is mounting. To get rid of the `This domain is not registered...` warning, sign up for the cloud and enter the api key like this: | ||
The `Editor` component needs TinyMCE to be globally available to work, but to make it as easy as possible it will automatically load [TinyMCE Cloud](https://www.tiny.cloud/docs/cloud-deployment-guide/) if it can't find TinyMCE available when the component is mounting. To get rid of the `This domain is not registered...` warning, sign up for the cloud and enter the api key like this: | ||
@@ -175,3 +177,3 @@ ```js | ||
For more info on the different versions see the [documentation](https://www.tinymce.com/docs/get-started-cloud/editor-plugin-version/#devtestingandstablereleases). | ||
For more info on the different versions see the [documentation](https://www.tiny.cloud/docs/cloud-deployment-guide/editor-plugin-version/#devtestingandstablereleases). | ||
@@ -178,0 +180,0 @@ ### Loading TinyMCE by yourself |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51793
184