chore(deps): update dependency react-resizable-panels to v2 #11166
+8
−8
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:
^0.0.63
->^2.0.0
Release Notes
bvaughn/react-resizable-panels (react-resizable-panels)
v2.1.9
Compare Source
v2.1.8
Compare Source
v2.1.7
Compare Source
SVGElement
s (bug fix)src
directory from NPM packagev2.1.6
Compare Source
"engines"
block and replaced with"packageManager"
document.direction
for RTL detection; use inherited style insteadv2.1.5
Compare Source
v2.1.4
Compare Source
v2.1.3
Compare Source
v2.1.2
Compare Source
v2.1.1
Compare Source
onDragging
regression (#391)v2.1.0
Compare Source
"nonce"
attribute for the global cursor style (#386)v2.0.23
Compare Source
React.useId
references (#382)v2.0.22
Compare Source
v2.0.21
Compare Source
v2.0.20
Compare Source
v2.0.19
Compare Source
v2.0.18
Compare Source
v2.0.17
Compare Source
v2.0.16
Compare Source
.toPrecision()
with.toFixed()
to avoid undesirable layout shift (#323)v2.0.15
Compare Source
onCollapse
andonExpand
callbacks (#325)v2.0.14
Compare Source
collapsedSize
values (#325)v2.0.13
Compare Source
v2.0.12
Compare Source
v2.0.11
Compare Source
v2.0.10
Compare Source
v2.0.9
Compare Source
v2.0.8
Compare Source
v2.0.7
Compare Source
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
useLayoutEffect
usage with SSR-safe wrapper hook (#294)v2.0.5
Compare Source
v2.0.4
Compare Source
PanelResizeHandle
onDragging
prop to only be called for the handle being dragged (#289)v2.0.3
Compare Source
v2.0.2
Compare Source
unstable_Activity
(previously "Offscreen") API.v2.0.1
Compare Source
onClick
andonMouseUp
handlers not to fire.v2.0.0
Compare Source
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
v1.0.9
Compare Source
document
(#262)Panel
's pixel constraints will trigger revalidation of thePanel
's size (#266)v1.0.8
Compare Source
ReactElement
return type (rather thanReactNode
) (#256)Panel
dev warning to avoid warning whendefaultSize === collapsedSize
for collapsible panels (#257)document
(#204)v1.0.7
Compare Source
tagName
prop to only allowHTMLElement
names (rather than the broaderElement
type) (#251)v1.0.6
Compare Source
v1.0.5
Compare Source
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
isCollapsed
panel method; previously an uninitializedcollapsedSize
value was not being initialized to0
, which causedisCollapsed
to incorrectly reportfalse
in some cases.v1.0.3
Compare Source
v1.0.2
Compare Source
v1.0.1
Compare Source
v1.0.0
Compare Source
defaultSizePercentage
should now bedefaultSize
)dataAttributes
prop with...rest
prop that supports all HTML attributesConfiguration
📅 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.