v0.0.29
版本发布时间: 2023-01-05 23:13:03
bvaughn/react-resizable-panels最新发布版本:2.0.23(2024-08-08 22:01:11)
-
#58: Add imperative
collapse
,expand
, andresize
methods toPanel
. -
#64: Disable
pointer-events
inside ofPanel
s during resize. This avoid edge cases like nested iframes. -
#57: Improve server rendering check to include
window.document
. This more closely matches React's own check and avoids false positives for environments that aliaswindow
to some global object.