v0.0.13
- #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.