Releases: bvaughn/react-resizable-panels
Releases · bvaughn/react-resizable-panels
0.0.42
0.0.41
0.0.40
0.0.39
0.0.38
- #117:
Panel
collapse behavior works better near viewport edges. - #115:
PanelResizeHandle
logic callsevent.preventDefault
for events it handles. - #82:
useId
import changed to avoid triggering errors with older versions of React. (Note this may have an impact on tree-shaking though it is presumed to be minimal, given the small"react"
package size.)
v0.0.37
v0.0.36
v0.0.35
v0.0.34
- #85: Add optional
storage
prop toPanelGroup
to make it easier to persist layouts somewhere other thanlocalStorage
(e.g. like a Cookie). - #70: When resizing is done via mouse/touch event– some initial state is stored so that any panels that contract will also expand if drag direction is reversed.
- #86: Layout changes triggered by keyboard no longer affect the global cursor.
- Fixed small cursor regression introduced in 0.0.33.