@iframe-resizer/react
Advanced tools
Comparing version
/*! | ||
* @preserve | ||
* | ||
* @module iframe-resizer/react 5.4.5-beta.3 (cjs) - 2025-04-08 | ||
* @module iframe-resizer/react 5.4.5-beta.4 (cjs) - 2025-04-10 | ||
* | ||
@@ -73,7 +73,11 @@ * @license GPL-3.0 for non-commercial use only. | ||
const iframe = iframeRef.current; | ||
const resizer = connectResizer({ | ||
const resizerOptions = { | ||
...rest, | ||
onClose | ||
})(iframe); | ||
}; | ||
const resizer = connectResizer(resizerOptions)(iframe); | ||
consoleGroup.expand(resizerOptions.logExpand); | ||
consoleGroup.label(`react(${iframe.id})`); | ||
consoleGroup.event('setup'); | ||
if (rest.log) consoleGroup.log('Created React competent'); | ||
return () => resizer?.disconnect(); | ||
@@ -80,0 +84,0 @@ }, []); // eslint-disable-line react-hooks/exhaustive-deps |
/*! | ||
* @preserve | ||
* | ||
* @module iframe-resizer/react 5.4.5-beta.3 (esm) - 2025-04-08 | ||
* @module iframe-resizer/react 5.4.5-beta.4 (esm) - 2025-04-10 | ||
* | ||
@@ -71,7 +71,11 @@ * @license GPL-3.0 for non-commercial use only. | ||
const iframe = iframeRef.current; | ||
const resizer = connectResizer({ | ||
const resizerOptions = { | ||
...rest, | ||
onClose | ||
})(iframe); | ||
}; | ||
const resizer = connectResizer(resizerOptions)(iframe); | ||
consoleGroup.expand(resizerOptions.logExpand); | ||
consoleGroup.label(`react(${iframe.id})`); | ||
consoleGroup.event('setup'); | ||
if (rest.log) consoleGroup.log('Created React competent'); | ||
return () => resizer?.disconnect(); | ||
@@ -78,0 +82,0 @@ }, []); // eslint-disable-line react-hooks/exhaustive-deps |
{ | ||
"name": "@iframe-resizer/react", | ||
"version": "5.4.5-beta.3", | ||
"version": "5.4.5-beta.4", | ||
"license": "GPL-3.0", | ||
@@ -47,5 +47,5 @@ "homepage": "https://iframe-resizer.com", | ||
"@babel/runtime": "^7.27.0", | ||
"@iframe-resizer/core": "5.4.5-beta.3", | ||
"@iframe-resizer/core": "5.4.5-beta.4", | ||
"auto-console-group": "1.2.5" | ||
} | ||
} |
@@ -25,2 +25,2 @@ [<img src="https://iframe-resizer.com/logo-full.svg" alt="" title="" style="margin-bottom: -20px">](https://iframe-resizer.com) | ||
_iframe-resizer version 5.4.5-beta.3 2025-04-08 - 13:13:34.539Z_ | ||
_iframe-resizer version 5.4.5-beta.4 2025-04-10 - 11:13:06.588Z_ |
42233
0.91%255
3.24%+ Added
- Removed