From 01cd33ee9343de349fbf1a1156b7a51fb88f2390 Mon Sep 17 00:00:00 2001 From: Garet McKinley Date: Sun, 5 Feb 2017 11:17:15 -0500 Subject: [PATCH] add changelog entry for 0.6.0 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0adce..d3aeb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### 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 @@ -93,7 +105,8 @@ Added Support for the following CSS flex props on the `Row` component: - Made progress on code comments - Various linting -[Unreleased]: https://github.com/JSBros/hedron/compare/v0.5.0...master +[Unreleased]: https://github.com/JSBros/hedron/compare/v0.6.0...master +[v0.6.0]: https://github.com/JSBros/hedron/compare/v0.5.0...v0.6.0 [v0.5.0]: https://github.com/JSBros/hedron/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/JSBros/hedron/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/JSBros/hedron/compare/v0.2.0...v0.3.0