Skip to content

v0.0.13

Compare
Choose a tag to compare
@bvaughn bvaughn released this 26 Dec 15:03
· 432 commits to main since this release
  • #18: Support server-side rendering (e.g. Next JS) by using useId (when available). Panel components no longer require a user-provided id prop and will also fall back to using useId when none is provided.
  • PanelGroup component now sets position: relative style by default, as well as an explicit height and width style.