Skip to content

Commit be423ae

Browse files
committed
Release v0.23.4
1 parent 06c807f commit be423ae

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.23.4 - Tue, 16 Jun 2015 00:37:04 GMT
2+
---------------------------------------
3+
4+
- [0ce46b9](../../commit/0ce46b9) [changed] only autofocus modals when enforceFocus is true (the default)
5+
- [c5855d2](../../commit/c5855d2) [changed] createChainedFunction to chain many functions, and to throw if non-functions are provided.
6+
- [d18dadb](../../commit/d18dadb) [fixed] container content no longer shifts when overflowing
7+
- [66f0f92](../../commit/66f0f92) [added] enforceFocus prop to Modal
8+
- [3869ca2](../../commit/3869ca2) [fixed] Modal doesn't "jump" when container is overflowing
9+
10+
11+
112
v0.23.3 - Fri, 12 Jun 2015 21:46:30 GMT
213
---------------------------------------
314

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.23.3",
3+
"version": "0.23.4",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)