@tinymce/tinymce-react
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -0,1 +1,4 @@ | ||
## 3.3.1 (2019-08-16) | ||
* Changed referrer policy to origin to allow cloud caching | ||
## 3.3.0 (2019-07-29) | ||
@@ -2,0 +5,0 @@ * Fixed an issue that made the editor ignore new event handlers provided through props |
@@ -13,2 +13,3 @@ "use strict"; | ||
var scriptTag = doc.createElement('script'); | ||
scriptTag.referrerPolicy = 'origin'; | ||
scriptTag.type = 'application/javascript'; | ||
@@ -15,0 +16,0 @@ scriptTag.id = scriptId; |
@@ -11,2 +11,3 @@ /** | ||
var scriptTag = doc.createElement('script'); | ||
scriptTag.referrerPolicy = 'origin'; | ||
scriptTag.type = 'application/javascript'; | ||
@@ -13,0 +14,0 @@ scriptTag.id = scriptId; |
{ | ||
"name": "@tinymce/tinymce-react", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Official TinyMCE React Component", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
78529
1657