Skip to content

Commit b798b7f

Browse files
committed
Release v0.24.0-alpha.3
1 parent 396c024 commit b798b7f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG-alpha.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v0.24.0-alpha.3 - Tue, 16 Jun 2015 00:43:49 GMT
2+
-----------------------------------------------
3+
4+
- [d12d59e](../../commit/d12d59e) [changed] Enabled "loose" Babel transpilation
5+
- [0ce46b9](../../commit/0ce46b9) [changed] only autofocus modals when enforceFocus is true (the default)
6+
- [01c547f](../../commit/01c547f) [fixed] Do not use Babel cache for release build
7+
- [b67081b](../../commit/b67081b) [fixed] rootClose behavior on replaced elements
8+
- [c5855d2](../../commit/c5855d2) [changed] createChainedFunction to chain many functions, and to throw if non-functions are provided.
9+
- [d18dadb](../../commit/d18dadb) [fixed] container content no longer shifts when overflowing
10+
- [66f0f92](../../commit/66f0f92) [added] enforceFocus prop to Modal
11+
- [3869ca2](../../commit/3869ca2) [fixed] Modal doesn't "jump" when container is overflowing
12+
- [fbbb344](../../commit/fbbb344) [fixed] bower template.
13+
- [fafe46f](../../commit/fafe46f) [changed] Use named exports in index files
14+
15+
16+
117
v0.24.0-alpha.2 - Fri, 12 Jun 2015 21:52:11 GMT
218
-----------------------------------------------
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.24.0-alpha.2",
3+
"version": "0.24.0-alpha.3",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)