We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b35eb2 commit 4c1968fCopy full SHA for 4c1968f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+v0.22.5 - Tue, 19 May 2015 20:40:51 GMT
2
+---------------------------------------
3
+
4
+- [dc7ef19](../../commit/dc7ef19) [added] dialogClassName prop to modal to be able to pass custom css class to modal-dialog div
5
+- [658fa39](../../commit/658fa39) [fixed] Remove unused variable
6
7
8
v0.22.4 - Mon, 18 May 2015 16:53:06 GMT
9
---------------------------------------
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
- "version": "0.22.4",
+ "version": "0.22.5",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
@@ -87,4 +87,4 @@
87
"dependencies": {
88
"classnames": "^2.0.0"
89
}
90
-}
+}
0 commit comments