Skip to content

Latest commit

 

History

History
117 lines (70 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

117 lines (70 loc) · 2.54 KB

Change Log

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.

Added

  • N/A

Changed

v0.6.0 - 2017-02-05

Added

  • BreakpointProvider for setting custom breakpoints (thanks @nathanielpiche!)
  • withBreakpoints HOC for passing breakpoint properties

Changed

  • Switch debug mode's border to outline
  • Make react a peerDependency

v0.5.0 - 2017-01-24

Added

  • Flowtype support
  • Hidden component

Changed

  • Fixed the unnecessary inheritance of the theme prop to standard elements

v0.4.0 - 2016-12-05

Added

Added Support for the following CSS flex props on the Row component:

  • alignContent
  • alignItems
  • alignSelf
  • justifyContent
  • order

Changed

v0.3.0 - 2016-11-14

Added

  • Added debug parameter to Page component
  • Added passOn utility for custom property inheritance

Changed

  • Made the debug system inheritable.

v0.2.0 - 2016-11-12

Added

  • New Page component! Use this as a top-level wrapper.
  • Added a new debug mode! Add the debug property to any Row component to try it out.
  • Added xs property to Column
  • Added xsShift property to Column

Changed

  • Switched the children property of the Row component to be a node instead of an element.
  • Refactored media utility.

v0.1.3 - 2016-11-11

Added

  • Integrated with travis-ci for easier community contributions.

Changed

  • Fixed syntax errors in the README example.
  • Cleared all linting errors.

v0.1.2 - 2016-11-09

Added

  • Finished adding support for the divisions prop on the Row component.

Changed

  • Made the example in the README more elaborate.

v0.1.1 - 2016-11-09

Added

  • Added fluid prop to Column component

Changed

  • Made progress on code comments
  • Various linting