Skip to content

Commit d238d23

Browse files
committed
Release v0.23.0
1 parent 09e5af9 commit d238d23

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v0.23.0 - Tue, 26 May 2015 19:32:52 GMT
2+
---------------------------------------
3+
4+
- [fd24317](../../commit/fd24317) [changed] Removed `collapsable` deprecated functionality.
5+
- [3ebac95](../../commit/3ebac95) [fixed] bug #731. `babel ES6 import` + `React` quirk.
6+
- [0c61f46](../../commit/0c61f46) [changed] Moving type=static out of Input
7+
- [2749cfd](../../commit/2749cfd) [added] CustomPropTypes.singlePropFrom
8+
- [536c3e0](../../commit/536c3e0) [fixed] Replaced document with ownerDocument in Modal
9+
- [91f0222](../../commit/91f0222) [changed] Update css-loader. Dev dependency.
10+
- [66e41a4](../../commit/66e41a4) [fixed] Fix scroll top calculation for overlays
11+
- [5313abe](../../commit/5313abe) [fixed] Modal is focused when opened, for improved accessibility
12+
- [50d058a](../../commit/50d058a) [fixed] server side rendering for Modal component
13+
- [c57d6b0](../../commit/c57d6b0) [changed] Update css-loader. Dev dependency.
14+
15+
116
v0.22.6 - Wed, 20 May 2015 16:46:29 GMT
217
---------------------------------------
318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.22.6",
3+
"version": "0.23.0",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -88,4 +88,4 @@
8888
"dependencies": {
8989
"classnames": "^2.0.0"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)