All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- N/A
v0.6.0 - 2017-02-05
BreakpointProvider
for setting custom breakpoints (thanks @nathanielpiche!)withBreakpoints
HOC for passing breakpoint properties
- Switch
debug
mode'sborder
tooutline
- Make
react
apeerDependency
v0.5.0 - 2017-01-24
- Flowtype support
Hidden
component
- Fixed the unnecessary inheritance of the
theme
prop to standard elements
v0.4.0 - 2016-12-05
Added Support for the following CSS flex props on the Row
component:
- alignContent
- alignItems
- alignSelf
- justifyContent
- order
v0.3.0 - 2016-11-14
- Added
debug
parameter toPage
component - Added
passOn
utility for custom property inheritance
- Made the debug system inheritable.
v0.2.0 - 2016-11-12
- New
Page
component! Use this as a top-level wrapper. - Added a new debug mode! Add the
debug
property to anyRow
component to try it out. - Added
xs
property toColumn
- Added
xsShift
property toColumn
- Switched the
children
property of theRow
component to be anode
instead of anelement
. - Refactored media utility.
v0.1.3 - 2016-11-11
- Integrated with
travis-ci
for easier community contributions.
- Fixed syntax errors in the README example.
- Cleared all linting errors.
v0.1.2 - 2016-11-09
- Finished adding support for the divisions prop on the Row component.
- Made the example in the README more elaborate.
v0.1.1 - 2016-11-09
- Added fluid prop to Column component
- Made progress on code comments
- Various linting