- use
prop-types
instead ofReact.PropTypes
- use inline-style-prefixer > 3.0.0
- purified some components
- fixed the
Page
exporting Center
,Flex
andVBox
are now functional components
- added property omitting to
Container
,ScrollView
andPage
- added property omitting to prevent warnings in React 15.2
- fixed a bug preventing to set
0
as a property value
- Temporary fixed fallback values by adding the CSS class
react-layout-components--box
- Replaced inline-style-prefixer with lightweight inline-style-prefix-all
- adds server-side rendering support for every Component
width
andheight
from<ScrollView>
now longer are required
- fixed shorthand Components
- Using classes to enable hot module replacement
- Removed deprecated warnings
react
andreact-dom
are nowpeerDependencies
rather thandependencies
- adding
overflow
props
Container
,Page
,ScrollView
ComponentsBox
improvements (using inline-style-prefixer)Center
,Flex
&Vbox
shortcut Components
Initial release with just the Box
Component