Skip to content

Commit

Permalink
Release v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Sep 12, 2024
1 parent 855cbcd commit 251d742
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 84 deletions.
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.

125 changes: 58 additions & 67 deletions package-lock.json

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

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iframe-resizer",
"version": "5.3.0",
"version": "5.3.1",
"private": true,
"type": "module",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,8 +54,7 @@
"@iframe-resizer/core": "file:./packages/core/",
"@iframe-resizer/parent": "file:./packages/parent/",
"@iframe-resizer/react": "file:./packages/react/",
"react": "^18.3.1",
"warning": "^4.0.3"
"react": "^18.3.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.4",
Expand All @@ -68,7 +67,7 @@
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@vue/compiler-sfc": "^3.5.0",
"@vue/compiler-sfc": "^3.5.4",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-adjunct": "^4.13.0",
Expand All @@ -88,7 +87,7 @@
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-markdown": "^3.0.1",
Expand All @@ -101,7 +100,7 @@
"eslint-plugin-pii": "^1.0.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-scanjs-rules": "^0.2.1",
Expand All @@ -111,8 +110,8 @@
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-xss": "^0.1.12",
"jasmine": "^5.2.0",
"jasmine-core": "^5.2.0",
"jasmine": "^5.3.0",
"jasmine-core": "^5.3.0",
"jasmine-jquery": "^2.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -138,7 +137,7 @@
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-version-injector": "^1.3.3",
"rollup-plugin-vue": "^6.0.0",
"vite": "^5.4.2"
"vite": "^5.4.4"
},
"engines": {
"node": ">=20.0.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/legacy/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[<img src="https://iframe-resizer.com/logo-full.svg" alt="" title="" style="margin-bottom: -20px">](https://iframe-resizer.com)

This package is a legacy version of __[iframe-resizer](https://iframe-resizer.com)__. This project has now been split in to separate packages for the parent and child pages.
This package is a legacy version of __[iframe-resizer](https://iframe-resizer.com)__. This project has now been split in to separate packages for the _parent_ and _child_ pages.

* [@iframe-resizer/parent](https://www.npmjs.com/package/@iframe-resizer/parent)
* [@iframe-resizer/child](https://www.npmjs.com/package/@iframe-resizer/child)

Their is now also versions of _iframe-resizer_ for React, Vue and jQuery.
Their is now also versions of _iframe-resizer_ for React, Vue, Angular and jQuery.

* [@iframe-resizer/react](https://www.npmjs.com/package/@iframe-resizer/react)
* [@iframe-resizer/vue](https://www.npmjs.com/package/@iframe-resizer/vue)
* [@iframe-resizer/angular](https://www.npmjs.com/package/@iframe-resizer/angular)
* [@iframe-resizer/jquery](https://www.npmjs.com/package/@iframe-resizer/jquery)

**For more details please see: [https://iframe-resizer.com/upgrade](https://iframe-resizer.com/upgrade).**
Expand Down

0 comments on commit 251d742

Please sign in to comment.