From 4f4aa22a847c2ab19d68135afae1c2ce7b5b3ced Mon Sep 17 00:00:00 2001 From: Todd Kloots Date: Thu, 21 May 2015 10:03:26 -0700 Subject: [PATCH] Update the changelog for the v0.1.0 release so it reflects all changes --- CHANGELOG.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a7298..a12d035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,26 @@ v0.1.0 - Thu, 21 May 2015 03:41:08 GMT -------------------------------------- - -- [a440183](../../commit/a440183) [fixed] Button role didn't allow onKeyDown +- [6475a4a](../../commit/6475a4a) Add a means of filtering failures on a per-component basis +- [9c0f970](../../commit/9c0f970) Add Travis build status +- [34533d7](../../commit/34533d7) Drop React from peerDependency and rely on passing it in +- [803325d](../../commit/803325d) Mark all failing tags with an ID and include it in the message +- [3af4d51](../../commit/3af4d51) Use Babel for prepublish +- [870237a](../../commit/870237a) Ensure elements with a tabIndex is set to 0 are considered interactive +- [069ab87](../../commit/069ab87) Add support for React 0.13. Switch from 6to5 to Babel +- [e7d1373](../../commit/e7d1373) Skip processing props that are null or undefined +- [b6f1d81](../../commit/b6f1d81) Ensure buttons have onKeyDown event listeners that trigger a click event for Spacebar and Enter keys v0.0.6 - Wed, 25 Feb 2015 16:47:21 GMT -------------------------------------- -- +- v0.0.5 - Wed, 28 Jan 2015 19:37:34 GMT -------------------------------------- -- +- v0.0.4 - Mon, 19 Jan 2015 15:57:06 GMT @@ -37,6 +44,4 @@ v0.0.2 - Mon, 19 Jan 2015 15:23:50 GMT v0.0.1 - Mon, 19 Jan 2015 07:50:25 GMT -------------------------------------- -- - - +- \ No newline at end of file