Skip to content

Releases: philholden/subdivide

v0.5.0

01 Feb 11:23
Compare
Choose a tag to compare

<a name"0.5.0">

0.5.0 (2016-02-01)

Features

  • Layout: iFrame safe now reuses ids of deleted pane and is on by default (82fc4594)

v0.4.0

31 Jan 22:00
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2016-01-31)

Bug Fixes

  • example: complete change demo to examples (9bfebeb6)

Features

  • Subdivide: Add iframe safe mode to stop iframe in more recently panes reloading when prior (1fb2cccc)

v0.3.0

22 Jan 22:43
Compare
Choose a tag to compare

<a name"0.3.0">

0.3.0 (2016-01-22)

Features

  • build: Move to Babel 6, Semaintic release (193581cb)

Set NODE_ENV to production for build

08 Nov 22:05
Compare
Choose a tag to compare

Sorry broke distributable in v0.2.1 by not setting NODE_ENV to production this should fix it.

Remove Radium as a dependency

24 Oct 20:14
Compare
Choose a tag to compare
v0.2.1

removed radium as a dependency

DefaultComponent receives subdividePane

19 Oct 22:04
Compare
Choose a tag to compare

This enables the component in a pane to know things like its size and position

Rename layout to subdivide

06 Oct 20:48
Compare
Choose a tag to compare

Renamed layout to subdivide at the top level of the store. Pane now passes subdivide and subdivideActions to the DefaultComponent this should enable layouts to be initialised in a desired state. It also allows components to update the layout by trigging actions. So in future we can add actions like:

  • setDividerStyles
  • balancePanesSizes
  • swapPanes