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

chore(deps): update dependency react-resizable-panels to v2 #1211

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-resizable-panels ^1.0.0 -> ^2.0.0 age adoption passing confidence

Release Notes

bvaughn/react-resizable-panels (react-resizable-panels)

v2.0.19

Compare Source

v2.0.18

Compare Source

v2.0.17

Compare Source

  • Prevent pointer events handled by resize handles from triggering elements behind/underneath (#​338)

v2.0.16

Compare Source

  • Replaced .toPrecision() with .toFixed() to avoid undesirable layout shift (#​323)

v2.0.15

Compare Source

  • Better account for high-precision sizes with onCollapse and onExpand callbacks (#​325)

v2.0.14

Compare Source

  • Better account for high-precision collapsedSize values (#​325)

v2.0.13

Compare Source

  • Fix potential cycle in stacking-order logic for an unmounted node (#​317)

v2.0.12

Compare Source

v2.0.11

Compare Source

  • Fix resize handle cursor hit detection when when viewport is scrolled (#​305)

v2.0.10

Compare Source

  • Fix conditional layout edge case (#​309)

v2.0.9

Compare Source

  • Fix Flex stacking context bug (#​301)
  • Fix case where pointer event listeners were sometimes added to the document unnecessarily

v2.0.8

Compare Source

v2.0.7

Compare Source

  • Group default layouts use toPrecision to avoid small layout shifts due to floating point precision differences between initial server rendering and client hydration (#​295)

v2.0.6

Compare Source

  • Replace useLayoutEffect usage with SSR-safe wrapper hook (#​294)

v2.0.5

Compare Source

v2.0.4

Compare Source

  • Fixed PanelResizeHandle onDragging prop to only be called for the handle being dragged (#​289)

v2.0.3

Compare Source

  • Fix resize handle onDragging callback (#​278)

v2.0.2

Compare Source

  • Fixed an issue where size might not be re-initialized correctly after a panel was hidden by the unstable_Activity (previously "Offscreen") API.

v2.0.1

Compare Source

  • Fixed a regression introduced in 2.0.0 that caused React onClick and onMouseUp handlers not to fire.

v2.0.0

Compare Source

  • Support resizing multiple (intersecting) panels at once (#​274)
    This behavior can be customized using a new hitAreaMargins prop; defaults to a 15 pixel margin for coarse inputs and a 5 pixel margin for fine inputs.

v1.0.10

Compare Source

  • Fixed edge case constraints check bug that could cause a collapsed panel to re-expand unnecessarily (#​273)

v1.0.9

Compare Source

  • DOM util methods scope param defaults to document (#​262)
  • Updating a Panel's pixel constraints will trigger revalidation of the Panel's size (#​266)

v1.0.8

Compare Source

  • Update component signature to declare ReactElement return type (rather than ReactNode) (#​256)
  • Update Panel dev warning to avoid warning when defaultSize === collapsedSize for collapsible panels (#​257)
  • Support shadow dom by removing direct references to / dependencies on the root document (#​204)

v1.0.7

Compare Source

  • Narrow tagName prop to only allow HTMLElement names (rather than the broader Element type) (#​251)

v1.0.6

Compare Source

  • Export internal DOM helper methods.

v1.0.5

Compare Source

  • Fix server rendering regression (#​240); Panels will now render with their defaultSize during initial mount (if one is specified). This allows server-rendered components to store the most recent size in a cookie and use that value as the default for subsequent page visits.

v1.0.4

Compare Source

  • Edge case bug fix for isCollapsed panel method; previously an uninitialized collapsedSize value was not being initialized to 0, which caused isCollapsed to incorrectly report false in some cases.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner February 3, 2024 21:21
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 3 times, most recently from ab4f5df to f61a750 Compare February 10, 2024 19:47
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 3 times, most recently from 109a221 to 7b2f0a9 Compare February 24, 2024 08:11
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 3 times, most recently from a8df5f9 to 358a920 Compare March 2, 2024 09:04
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 2 times, most recently from 98ceb5b to cb98b81 Compare March 9, 2024 09:27
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from c058f6f to 952b13d Compare March 16, 2024 10:03
Copy link

relativeci bot commented Mar 16, 2024

#439 Bundle Size — 1.27MiB (+0.49%).

319f315(current) vs 0a5a26f main#431(baseline)

Warning

Bundle contains 12 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#439
     Baseline
#431
Regression  Initial JS 1.23MiB(+0.5%) 1.22MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 91.2% 0%
No change  Chunks 5 5
No change  Assets 12 12
No change  Modules 940 940
No change  Duplicate Modules 45 45
Change  Duplicate Code 3.8%(-0.52%) 3.82%
No change  Packages 160 160
No change  Duplicate Packages 9 9
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#439
     Baseline
#431
Regression  JS 1.23MiB (+0.5%) 1.22MiB
No change  IMG 35.85KiB 35.85KiB
No change  HTML 810B 810B
No change  Other 778B 778B

Bundle analysis reportBranch renovate/react-resizable-panels-...Project dashboard

@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 5 times, most recently from 38a00ab to 43f8910 Compare March 23, 2024 12:50
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from f3ba36d to 079b516 Compare March 30, 2024 15:57
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 3 times, most recently from 33dc709 to 4b18a9d Compare April 6, 2024 07:14
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 5 times, most recently from 796d46c to 186458c Compare April 13, 2024 12:31
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from 3076e98 to 45ff65c Compare April 20, 2024 16:56
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from fca2466 to 1d86952 Compare April 27, 2024 18:03
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from a61c4b6 to 5043b24 Compare May 4, 2024 19:27
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 6 times, most recently from 16a02cb to d962d54 Compare May 12, 2024 20:22
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch 4 times, most recently from f514437 to 5057f84 Compare May 25, 2024 07:23
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch from 5057f84 to 03c279f Compare May 25, 2024 12:24
@renovate renovate bot force-pushed the renovate/react-resizable-panels-2.x branch from 03c279f to 319f315 Compare May 25, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants