Releases: philholden/subdivide
Releases · philholden/subdivide
v0.5.0
v0.4.0
v0.3.0
Set NODE_ENV to production for build
Sorry broke distributable in v0.2.1 by not setting NODE_ENV to production this should fix it.
Remove Radium as a dependency
v0.2.1 removed radium as a dependency
DefaultComponent receives subdividePane
This enables the component in a pane to know things like its size and position
Rename layout to subdivide
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