Skip to content

Commit c5953eb

Browse files
committed
version bump and changelog
1 parent 8d922c3 commit c5953eb

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/fluffy-cycles-throw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# react-frame-component
2+
3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- 8d922c3: Add fallback to document.write() for initial frame rendering via dangerouslyUseDocWrite prop to support libraries like Repcaptcha and Google Maps that depend on the frame's location/origin.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-frame-component",
3-
"version": "5.2.7",
3+
"version": "5.3.0",
44
"type": "module",
55
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes",
66
"main": "dist/react-frame-component.umd.js",

0 commit comments

Comments
 (0)