This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
Releases: AriTheElk/hedron
Releases · AriTheElk/hedron
v1.0.2
v1.0.1
v1.0.0
Hedron 0.6.0
[v0.6.0] - 2017-02-05
Added
BreakpointProvider
for setting custom breakpoints (thanks @nathanielpiche!)withBreakpoints
HOC for passing breakpoint properties
Changed
- Switch
debug
mode'sborder
tooutline
- Make
react
apeerDependency
Hedron 0.5.0 Beta
[v0.5.0] - 2017-01-24
Added
- Flowtype support (thanks @mikkom!)
Hidden
component
Changed
- Fixed the unnecessary inheritance of the
theme
prop to standard elements
Hedron 0.4.0 Beta
Added Support for the following CSS flex props on the Row
component:
- alignContent
- alignItems
- alignSelf
- justifyContent
- order
Hedron 0.3.0 Alpha
Added
- Added
debug
parameter toPage
component - Added
passOn
utility for custom property inheritance
Changed
- Made the debug system inheritable.
Hedron 0.2.0 Alpha
Added
- 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
Changed
- Switched the
children
property of theRow
component to be anode
instead of anelement
. - Refactored media utility.
Hedron 0.1.3 Pre-Alpha
Added
- Integrated with
travis-ci
for easier community contributions.
Changed
- Fixed syntax errors in the README example.
- Cleared all linting errors.
Hedron 0.1.2 Pre-Alpha
Added
- Finished adding support for the divisions prop on the Row component.
Changed
- Made the example in the README more elaborate.