v0.0.13
版本发布时间: 2022-12-26 23:03:01
bvaughn/react-resizable-panels最新发布版本:2.0.23(2024-08-08 22:01:11)
-
#18: Support server-side rendering (e.g. Next JS) by using
useId
(when available).Panel
components no longer require a user-providedid
prop and will also fall back to usinguseId
when none is provided. -
PanelGroup
component now setsposition: relative
style by default, as well as an explicitheight
andwidth
style.