Skip to content

Commit

Permalink
Release v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Aug 15, 2024
1 parent d541a1d commit 2486c70
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 50 deletions.
2 changes: 1 addition & 1 deletion example/html/child/frame.nested.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="description" content="iFrame message passing test" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript" src="../../js/iframe-resizer.parent.js"></script>
<script type="text/javascript" src="../../../js/iframe-resizer.parent.js"></script>
<script type="text/javascript" src="../../../js/iframe-resizer.child.js"></script>
<style>
*,
Expand Down
Binary file modified iframe-resizer.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions js-dist/iframe-resizer.child.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js-dist/iframe-resizer.jquery.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js-dist/iframe-resizer.parent.js

Large diffs are not rendered by default.

83 changes: 44 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iframe-resizer",
"version": "5.2.3",
"version": "5.2.4",
"private": true,
"type": "module",
"license": "GPL-3.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@vue/compiler-sfc": "^3.4.35",
"@vue/compiler-sfc": "^3.4.38",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-adjunct": "^4.13.0",
Expand All @@ -75,7 +75,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-auto": "^0.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-array-func": "^5.0.2",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-const-case": "^1.2.2",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-version-injector": "^1.3.3",
"rollup-plugin-vue": "^6.0.0",
"vite": "^5.3.5"
"vite": "^5.4.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 2486c70

Please sign in to comment.