Skip to content

Releases: bvaughn/react-resizable-panels

0.0.50

10 Jun 14:08
Compare
Choose a tag to compare
  • Improved panel size validation in PanelGroup.

0.0.49

10 Jun 13:45
Compare
Choose a tag to compare
  • Improved development warnings and props validation checks in PanelGroup.

0.0.48

29 May 21:04
Compare
Choose a tag to compare
  • 148: Build release bundle with Preconstruct

0.0.47

27 May 14:42
Compare
Choose a tag to compare
  • Mimic VS Code behavior; collapse a panel if it's smaller than half of its min-size

0.0.46

27 May 14:19
Compare
Choose a tag to compare
  • Improved SSR support: Avoid accessing default storage (localStorage) during initialization; avoid throwing error in browsers that have 3rd party cookies/storage disabled.

0.0.45

15 May 13:09
Compare
Choose a tag to compare
  • SSR: Avoid layout shift by using defaultSize to set initial flex-grow style
  • SSR: Warn if Panel is server-rendered without a defaultSize prop
  • #135: Support RTL layouts

0.0.44

14 May 01:28
Compare
Choose a tag to compare
  • #142: Avoid re-registering Panel when props change. (Hopefully this will avoid cases where Panels without "order" props subtly break.)

0.0.43

14 May 01:28
Compare
Choose a tag to compare
  • Add imperative getLayout API to PanelGroup
  • #139: Fix edge case bug where simultaneous localStorage updates to multiple saved groups would drop some values

0.0.42

26 Apr 17:41
Compare
Choose a tag to compare
  • Change cursor style from col-resize/row-resize to ew-resize/ns-resize to better match cursor style at edges of a panel.

0.0.41

22 Apr 22:04
Compare
Choose a tag to compare
  • Add imperative setLayout API for PanelGroup.