Skip to content

Commit

Permalink
Release v0.24.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Jun 16, 2015
1 parent 396c024 commit b798b7f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG-alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.24.0-alpha.3 - Tue, 16 Jun 2015 00:43:49 GMT
-----------------------------------------------

- [d12d59e](../../commit/d12d59e) [changed] Enabled "loose" Babel transpilation
- [0ce46b9](../../commit/0ce46b9) [changed] only autofocus modals when enforceFocus is true (the default)
- [01c547f](../../commit/01c547f) [fixed] Do not use Babel cache for release build
- [b67081b](../../commit/b67081b) [fixed] rootClose behavior on replaced elements
- [c5855d2](../../commit/c5855d2) [changed] createChainedFunction to chain many functions, and to throw if non-functions are provided.
- [d18dadb](../../commit/d18dadb) [fixed] container content no longer shifts when overflowing
- [66f0f92](../../commit/66f0f92) [added] enforceFocus prop to Modal
- [3869ca2](../../commit/3869ca2) [fixed] Modal doesn't "jump" when container is overflowing
- [fbbb344](../../commit/fbbb344) [fixed] bower template.
- [fafe46f](../../commit/fafe46f) [changed] Use named exports in index files



v0.24.0-alpha.2 - Fri, 12 Jun 2015 21:52:11 GMT
-----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "0.24.0-alpha.2",
"version": "0.24.0-alpha.3",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
Expand Down

0 comments on commit b798b7f

Please sign in to comment.