@tinymce/tinymce-react
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -0,1 +1,4 @@ | ||
## 2.2.4 (2018-04-06) | ||
* Removed onPreInit shorthand as it never worked. | ||
## 2.2.3 (2018-04-06) | ||
@@ -2,0 +5,0 @@ * Fixed a bug with onInit not working. |
@@ -66,3 +66,2 @@ /** | ||
onPostRender: PropTypes.Requireable<any>; | ||
onPreInit: PropTypes.Requireable<any>; | ||
onPreProcess: PropTypes.Requireable<any>; | ||
@@ -69,0 +68,0 @@ onProgressState: PropTypes.Requireable<any>; |
@@ -69,3 +69,2 @@ "use strict"; | ||
onPostRender: PropTypes.func, | ||
onPreInit: PropTypes.func, | ||
onPreProcess: PropTypes.func, | ||
@@ -72,0 +71,0 @@ onProgressState: PropTypes.func, |
@@ -59,3 +59,2 @@ /** | ||
onPostRender: EventHandler<any>; | ||
onPreInit: EventHandler<any>; | ||
onPreProcess: EventHandler<any>; | ||
@@ -62,0 +61,0 @@ onProgressState: EventHandler<any>; |
@@ -66,3 +66,2 @@ /** | ||
onPostRender: PropTypes.Requireable<any>; | ||
onPreInit: PropTypes.Requireable<any>; | ||
onPreProcess: PropTypes.Requireable<any>; | ||
@@ -69,0 +68,0 @@ onProgressState: PropTypes.Requireable<any>; |
@@ -67,3 +67,2 @@ /** | ||
onPostRender: PropTypes.func, | ||
onPreInit: PropTypes.func, | ||
onPreProcess: PropTypes.func, | ||
@@ -70,0 +69,0 @@ onProgressState: PropTypes.func, |
@@ -59,3 +59,2 @@ /** | ||
onPostRender: EventHandler<any>; | ||
onPreInit: EventHandler<any>; | ||
onPreProcess: EventHandler<any>; | ||
@@ -62,0 +61,0 @@ onProgressState: EventHandler<any>; |
{ | ||
"name": "@tinymce/tinymce-react", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Official TinyMCE React Component", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -114,3 +114,2 @@ # Official TinyMCE React component | ||
* `onPostRender` | ||
* `onPreInit` | ||
* `onPreProcess` | ||
@@ -117,0 +116,0 @@ * `onProgressState` |
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
51266
1080
182