Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iframe-resizer from 4.2.8 to 4.2.9 in /arctic/static/arctic #425

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps iframe-resizer from 4.2.8 to 4.2.9.

Changelog

Sourced from iframe-resizer's changelog.

Version History

  • v4.2.9 #783 Bind requestAnimationFrame to window to fix issue with FireFox Content-Scripts [Greg Soltis]
  • v4.2.8 #779 Fix issue with javascript:void(0) and about:blank URLs [ceckoslab]
  • v4.2.7 Add support for NPM funding
  • v4.2.4 #772 Fix issue with iframes inside ShaddowDOM elements [Martin Belanger]
  • v4.2.3 #683 Include border top/bottom, plus padding top/bottom, when calculating heights on iframe with box-sizing: border-box; [Jim Doyle]. #768 Fix issue with hidden iframes [Tony Living]
  • v4.2.2 #761 Check for iframe.src when parsing it for remoteHost [Filip Stollar]
  • v4.2.1 #723 Fix option to turn off autoResize from iframe, when resizeFrom is set to parent [Dennis Kronbügel]
  • v4.2.0 Add onClose() event to parent
  • v4.1.1 #686 Fix IE11 regression with Object.values [Jonathan Lehman]
  • v4.1.0 #686 Split client(Height/Width) into document and window values [Bernhard Mäder]
  • v4.0.4 #674 Fix default export
  • v4.0.3 #606 Force height of clearFix div in iframe to 0
  • v4.0.2 #671 Fix issue with window resize
  • v4.0.1 Fix documentation links in README.md
  • v4.0.0 Drop support for IE8-10 and Andriod 4, renamed event handlers from fooCallback to onFoo and restructure documentation. Reformat code with Prettier and add eslint to build
  • v3.6.5 #658 Add .npmignore to project [Sebastian Lamelas]
  • v3.6.4 #651 Fix issue resource leak when iframe removed from the page [Steffen Eckardt]. #651 Make Require.js optional when it is included on the page before iframe-resizer [Dahmian Owen]
  • v3.6.3 #635 Fix issue with undefined ID [Henry Schein]. #582 Add omit option to scrolling config [Matt Ryan]
  • v3.6.2 #596 Add Passive Event Listener for Performance [Henrik Vendelbo]. #613 Check if the iFrameResize function is attached to the prototype of jQuery [Paul Antal]. #620 Fixed an issue where host page fires init before iframe receiver setup [Mark Zhou]. #620 Add removeListeners method to better support React [Khang Nguyen]
  • v3.6.1 #576 Fix race condition caused by react-iframe-resizer removing the domNode and calling close()
  • v3.6.0 #562 Fix issue with debounce getPageInfo when their is more than one iFrame on the page [Thomas Pringle]. #568 Fix bug in Chrome 65 when iframe parent element has display:none set [Steve Hong]
  • v3.5.16 #554 Fix throttling of init event [SHOTA]. #553 Prevents unhandled exception in IE11 [vitoss]. #555 Fix IE PolyFil and make grunt-cli local [Jan Schmidle]
  • v3.5.15 #498 Fix bug "Cannot read property 'firstRun' of undefined" [Shaun Johansen]. #517 Fix readyState issue in iFrame [lostincomputer]
  • v3.5.14 #477 Fix bug when iFrame closed before first resize
  • v3.5.13 #473 Improve no response from iFrame warning message
  • v3.5.12 #475 Delay onResize until after the iFrame has resized [Codener]
  • v3.5.11 #470 Fix jQuery reference error [Russell Schick]
  • v3.5.10 #461 Don't run for server-side render
  • v3.5.9 Show warning message if no response from iFrame. #463 Suppress warning message when code loaded via module [Sergey Pereskokov]
  • v3.5.8 #315 Allow Scrolling to be set to 'auto'
  • v3.5.7 #438 Check jQuery pluging wrapper not already loaded. #423 Properly remove event listeners [Aaron Hardy]. #401 Make tagged element fall back to all elements if tag not found. #381 Fixing disconnect when iframe is missing temporarly [Jeff Hicken]. Added warnings for missing iFrame and deprecated options
  • v3.5.5 #373 Add option for custom size calculation methods in iFrame. #374 Fix bug with in page links called from parent page
  • v3.5.4 #362 Handle jQuery being loaded in odd ways. #297 Ensure document ready before resizing
  • v3.5.3 #283 Added readystatechange event listener
  • v3.5.2 #314 Add iframeHeight and iframeWidth properties to pageInfo [Pierre Olivier]. #303 Fix issue with IE8 polyFils
  • v3.5.1 #286 Fixed taggedElement / lowestElement / rightMostElement to calculate correct margin [Dan Ballance]
  • v3.5.0 Recall getPageInfo callback when parent page position changes. Added Array.prototype.forEach to IE8 polyfils
  • v3.4.2 Only teardown events on close if currently enabled
  • v3.4.1 #271 Fix bower.json to point to js folder, rather then src [Yachi]
  • v3.4.0 #262 Add getPageInfo method to parentIFrame [Pierre Olivier]. #263 Change leftMostElement to rightMostElement [Luiz Panariello]. #265 Fix issue when no options being passed and added test for this
  • v3.3.1 Point index.js to the JS folder, instead of the src folder. Added touch event listeners. AutoResize method now returns current state
  • v3.3.0 #97 Add autoResize method to parentIFrame. Fix bug when setHeightCalculationMethod is called with invalid value. Add interval timer to event teardown. Log targetOrigin*. #253 Work around bug with MooTools interfering with system objects
  • v3.2.0 Added calculation of margin to LowestElement, LeftMostElement and taggedElement calculation modes. Check callback function is a function before calling it. #246 Fixed issue when onScroll changes the page position. #247 Fix rounding issue when page is zoomed in Chrome [thenewguy]
  • v3.1.1 Added onReady to iFrame. Create iFrameResizer object on iFrame during setup, rather than waiting for init message to be returned from iFrame. Add ref to iFrame in host page log messages. #245 Fix issue with iFrame not correctly resizing when multiple images are injected into the page [mdgbayly]. #246 Fix issue with including ':' in messages passed to iFrames
  • v3.1.0 #101 Support async loading of iFrame script. #239 Throttle size checking to once per screen refresh (16ms). Fixed issue with hidden iFrames in FireFox. Improved handling of parent page events. #236 Cope with iFrames that don't have a src value. #242 Fix issue where iFrame is removed and then put back with same ID [Alban Mouton]
  • v3.0.0 Added taggedElement size calculation method. #199 Added in page options to iFrame. #70 Added width calculation method options. Added methods to bound iFrames to comunicate from parent to iFrame. Ignore calls to setup an already bound iFrame. Improved event handling. Refactored MutationObserver functions. Moved IE8 polyfil from docs to own JS file and added Funtion.prototype.bind(). Added detection for tab focus. Fixed bug with nested inPageLinks. Public methods in iFrame now always enabled and option removed. Renamed enableInPageLinks to inPageLinks. Added double iFrame example
  • v2.8.10 Fixed bug with resizeFrom option not having default value in iFrame, if called from old version in parent page
  • v2.8.9 #220 Switched from using deviceorientation to orientationchange event listner [[Brandon Kobel]/https://github.com/kobelb)]
... (truncated)
Commits
  • 6882b05 Release v4.2.9
  • 92fc77f Merge pull request #783 from goldfiglabs/fix_ff_content_script
  • ca89bb2 Merge pull request #784 from davidjbradshaw/greenkeeper/eslint-plugin-unicorn...
  • 905cdd3 chore(package): update lockfile package-lock.json
  • f9cae40 chore(package): update eslint-plugin-unicorn to version 15.0.0
  • 33f6677 Fixes #522 by binding requestAnimationFrame to window. This is a no-op in...
  • 608577e Merge pull request #781 from davidjbradshaw/greenkeeper/eslint-plugin-unicorn...
  • fb236f7 chore(package): update lockfile package-lock.json
  • 0e5cbfc chore(package): update eslint-plugin-unicorn to version 14.0.0
  • 67829ae Merge pull request #780 from davidjbradshaw/greenkeeper/eslint-plugin-simple-...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 31, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.585% when pulling 61853b2 on dependabot/npm_and_yarn/arctic/static/arctic/iframe-resizer-4.2.9 into d8ef63b on develop.

@mmarcos mmarcos merged commit 78edab2 into develop Jan 28, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/arctic/static/arctic/iframe-resizer-4.2.9 branch January 28, 2020 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants