Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

78 lines (45 loc) · 1.74 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.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