v0.0.15
版本发布时间: 2022-12-27 21:49:12
bvaughn/react-resizable-panels最新发布版本:2.0.23(2024-08-08 22:01:11)
-
#30:
PanelGroup
usesdisplay: flex
rather than absolute positioning. This provides several benefits: (a) more responsive resizing for nested groups, (b) no explicitwidth
/height
props, and (c)PanelResizeHandle
components can now be rendered directly withinPanelGroup
(rather than as children ofPanel
s).