We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbba64 commit 6439929Copy full SHA for 6439929
CHANGELOG.md
@@ -1,5 +1,11 @@
1
Next Release
2
-------------
3
+1.3.0
4
+------
5
+* Added the feature to pass in custom attributes for mounted iframe.
6
+* Added support for auto-authorizing the consumer.
7
+
8
9
1.2.1
10
------
11
* Removed message event listeners when unmounting frames.
package.json
@@ -1,6 +1,6 @@
{
"name": "xfc",
- "version": "1.2.1",
+ "version": "1.3.0",
"description": "A Cross Frame Container that handles securely embedding web content into a 3rd party domain",
"author": "Cerner Corporation",
"license": "Apache-2.0",
0 commit comments