From 2a0b073f5a824c76f4eb2f72209d2197fe3597e8 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Mon, 22 Jun 2015 19:49:18 -0600 Subject: [PATCH] Release v0.24.0-alpha.4 --- CHANGELOG-alpha.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-alpha.md b/CHANGELOG-alpha.md index ae8e1b9b81..2df5e1fdf0 100644 --- a/CHANGELOG-alpha.md +++ b/CHANGELOG-alpha.md @@ -1,3 +1,19 @@ +v0.24.0-alpha.4 - Tue, 23 Jun 2015 01:49:18 GMT +----------------------------------------------- + +- [23f9d21](../../commit/23f9d21) [changed] Add missed prop types validations. +- [320b7ab](../../commit/320b7ab) [changed] Update fs-extra. Dev dependency. +- [2ffcf5d](../../commit/2ffcf5d) [fixed] Popovers flicker when moving mouse amongst children of the trigger +- [ccc50e0](../../commit/ccc50e0) [fixed] Accessibility: Panel header uses aria-controls +- [1e552cc](../../commit/1e552cc) [added] Accessibility: use appropriate ARIA's when an id is given to the tabbed area +- [8752754](../../commit/8752754) [added] Add linkId prop to NavItem +- [722969d](../../commit/722969d) [added] Accessibility, add tab roles when type "tabs" +- [4adaa70](../../commit/4adaa70) [added] Accessibility: role 'alert' and aria-label to Alert component +- [2594dce](../../commit/2594dce) [fixed] Modal Null Exception when react-bootstrap is loaded before the Body tag +- [e77bf88](../../commit/e77bf88) [changed] Update eslint. Dev dependency. + + + v0.24.0-alpha.3 - Tue, 16 Jun 2015 00:43:49 GMT ----------------------------------------------- diff --git a/package.json b/package.json index 28ef63b29d..18b95eaa9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.24.0-alpha.3", + "version": "0.24.0-alpha.4", "description": "Bootstrap 3 components build with React", "repository": { "type": "git", @@ -110,4 +110,4 @@ "babel-runtime": "^5.1.10", "classnames": "^2.0.0" } -} \ No newline at end of file +}