Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

fix(deps): update dependency @juggle/resize-observer to v3 #4404

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 2, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@juggle/resize-observer (source) ^2.4.0 -> ^3.0.0 age adoption passing confidence

Release Notes

juggle/resize-observer (@​juggle/resize-observer)

v3.4.0

Compare Source

Aligns polyfill with spec changes.

Initial value of lastReportedSize changed from 0, 0 to -1, -1 allowing for consistent notifications to be triggered when an element is observed for the first time.

const el = document.createElement('div');
const ro = new ResizeObserver(() => { ... });
ro.observe(el); // Will now notify with size `0, 0`.

https://github.com/w3c/csswg-drafts/issues/3664#issuecomment-1218270926

v3.3.1

Compare Source

  • Fixes an issue where isElement sometimes returns false on elements within an iFrame. Thanks @​JayaKrishnaNamburu!

v3.3.0

Compare Source

  • Reports readonly ResizeObserverSize[] to the observer callback
  • Exposes ResizeObserverSize

v3.2.0

Compare Source

  • Fixes issue where calling disconnect would prevent the observer from being used to observe again (#​104).
  • Uses time instead of frame counts to capture certain events.
  • Replaces Map with WeakMap

v3.1.3

Compare Source

  • Fixes issue with older versions of chromium.
    No notifications were fired due to differences in MutationObserver implementation.

Tested:
Chromium 45.0.2454.0 (64-bit)

v3.1.2

Compare Source

  • Add missing device-pixel-content-box option to readme.

v3.1.1

Compare Source

  • Fixes issue where elements observed inside of an IFrame could not be unobserved.

v3.1.0

Compare Source

  • Support observing elements from other documents (#​97)
  • Adds ResizeObserverEntry.toJSON()
const elFromIFrame = iframe.contentDocument.querySelector('body');
const ro = new ResizeObserver(() => {
 ...
});
ro.observe(elFromIFrame);

v3.0.2

Compare Source

  • Removed next tag
  • Tagged in npm as latest

v3.0.1

Compare Source

  • Improved readme

v3.0.0

Compare Source

Updates library to follow the latest specification. This includes some breaking changes from 2.x.

Breaking changes from 2.x:

  • Updates ResizeObserverEntry to return a sequence of sizes, for future fragment support (#​84)
  • Removes default exports and now returns ResizeObserver and ResizeObserverEntry

Notable improvements:

  • Adds UMD bundle for SSR and other CJS loaders (Jest)
  • Adds new box option device-pixel-content-box (#​85)
  • Observes CSS box of root SVG elements (#​72)

Other improvements:

  • Fix circular dependency - thanks @​kei-ito!
  • Fix this rewritten to undefined warning in rollup.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Mar 2, 2021

Checkout your storybook preview here http://psammead-preview.tools.bbc.co.uk/4404

@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 3 times, most recently from ff80cf5 to 078f130 Compare March 5, 2021 12:07
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 7 times, most recently from e83f2fd to afd96f3 Compare March 16, 2021 17:45
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 5 times, most recently from 6effe52 to 7fb10f9 Compare March 24, 2021 14:09
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 5 times, most recently from f4b663b to be610d1 Compare April 9, 2021 10:40
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 2 times, most recently from 3d16afd to d3495fd Compare April 21, 2021 11:24
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 5 times, most recently from a6f6187 to e9486ea Compare April 29, 2021 09:54
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 2 times, most recently from eb13631 to a4dd772 Compare May 5, 2021 11:19
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 4 times, most recently from 7d33fb8 to aaba60f Compare December 13, 2021 18:12
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch from aaba60f to 06ad072 Compare December 16, 2021 11:31
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch from 06ad072 to f3f566a Compare January 6, 2022 13:28
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch from f3f566a to 215514a Compare January 24, 2022 15:51
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 6 times, most recently from 71c81e2 to fabb286 Compare February 16, 2022 16:53
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch from fabb286 to 36a2e28 Compare February 28, 2022 15:19
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 3 times, most recently from ffb8f4b to 1379dfb Compare March 10, 2022 16:49
@renovate renovate bot changed the title Update dependency @juggle/resize-observer to v3 fix(deps): update dependency @juggle/resize-observer to v3 Mar 12, 2022
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 4 times, most recently from 2569edc to 06fef80 Compare March 30, 2022 13:15
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 2 times, most recently from fdbbda7 to 3393369 Compare April 13, 2022 12:22
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch 2 times, most recently from b1146ce to 0536ec9 Compare June 16, 2022 15:39
@renovate renovate bot force-pushed the renovate/juggle-resize-observer-3.x branch from 0536ec9 to a2c3782 Compare September 25, 2022 20:51
@renovate renovate bot changed the title fix(deps): update dependency @juggle/resize-observer to v3 Update dependency @juggle/resize-observer to v3 Sep 25, 2022
@renovate renovate bot changed the title Update dependency @juggle/resize-observer to v3 fix(deps): update dependency @juggle/resize-observer to v3 Mar 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants