Skip to content

Releases: ekros/nice-react-layout

v0.9.0

23 Oct 14:00
Compare
Choose a tag to compare

New features

  • Dynamic panels. Panels can be added and removed on the fly. Thanks to @Jaygiri
  • Add support for custom panels (experimental)

Others

  • Improvements to the demo page

v0.8.0

24 May 08:02
516ceef
Compare
Choose a tag to compare

New features

Drag and drop: You can move panels around just dragging them.
Panels with render prop: Panel contents can be rendered using a render prop which gets the panel size

Fixes

Enable panels scrolling

Others

Update React to 16.6. We added React 16 syntax as well!