Skip to content

Commit

Permalink
Release v0.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtscout6 committed Jun 16, 2015
1 parent 06c807f commit be423ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.23.4 - Tue, 16 Jun 2015 00:37:04 GMT
---------------------------------------

- [0ce46b9](../../commit/0ce46b9) [changed] only autofocus modals when enforceFocus is true (the default)
- [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



v0.23.3 - Fri, 12 Jun 2015 21:46:30 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.23.3",
"version": "0.23.4",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
Expand Down

0 comments on commit be423ae

Please sign in to comment.