Update dependency iframe-resizer to v5 #158
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.2
->^5.0.0
Release Notes
davidjbradshaw/iframe-resizer (iframe-resizer)
v5.3.2
Compare Source
What's Changed
parentIframe.getOrigin()
in https://github.com/davidjbradshaw/iframe-resizer/pull/1343parentIframe.getParentProps()
tofunction void
by @MarekBodingerBA in https://github.com/davidjbradshaw/iframe-resizer/pull/1351Full Changelog: davidjbradshaw/iframe-resizer@v5.3.1...v5.3.2
v5.3.1
Compare Source
What's Changed
Full Changelog: davidjbradshaw/iframe-resizer@v5.3.0...v5.3.1
v5.3.0
Compare Source
What's Changed
This release of iframe-resizer has focused on the final few areas where performance could be further improved, with the aim that, even with the most complex pages; size changes are detected, calculated and dispatched from the iframe in under 1ms. Setting the
log: true
option will now measure and display this time.In tests with Google Chrome on an M1 Mac, the examples page of the iframe-resizer website average around 0.3ms. The logging has been left on if you would like to see the results on your own system.
Performance
forEach()
statements tofor...of
in https://github.com/davidjbradshaw/iframe-resizer/pull/1329pageInfo
being double fired on parent page in https://github.com/davidjbradshaw/iframe-resizer/pull/1321resizerObservers
setup in https://github.com/davidjbradshaw/iframe-resizer/pull/1325Changed
setTimeout(0)
on event callbacks with void return type in https://github.com/davidjbradshaw/iframe-resizer/pull/1324React
Warning
package in https://github.com/davidjbradshaw/iframe-resizer/pull/1327Angular
Fixes
parentProps
when requested to turn off stream in https://github.com/davidjbradshaw/iframe-resizer/pull/1331Huge thanks to @bjornoss for his work on the new Angular Directive.
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.6...v5.3.0
v5.2.6
Compare Source
What's Changed
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.5...v5.2.6
v5.2.5
Compare Source
What's Changed
Thanks to @Gamerweazel for help with this release.
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.5
v5.2.4
Compare Source
What's Changed
This release fixes a couple of bugs listed below and also provides a further performance improvement when handling observed mutations in the iframe's contents.
Thanks to @Smoles and @KhoiUna for help with testing this release.
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.4
v5.2.3
Compare Source
What's Changed
log: true
in https://github.com/davidjbradshaw/iframe-resizer/pull/1300Full Changelog: davidjbradshaw/iframe-resizer@v5.2.1...v5.2.3
v4.4.5
Compare Source
v4.4.4
Compare Source
v4.4.3
Compare Source
v4.4.2
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
v4.3.11
Compare Source
v4.3.10
Compare Source
v4.3.9
Compare Source
v4.3.8
Compare Source
v4.3.7
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
v4.3.4
Compare Source
v4.3.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.