Skip to content

Commit f09a16a

Browse files
committed
Release v0.21.0
1 parent 59fed7e commit f09a16a

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v0.21.0 - Tue, 21 Apr 2015 13:38:38 GMT
2+
---------------------------------------
3+
4+
- [e92a64b](../../commit/e92a64b) [fixed] Handle multiple children in Badge
5+
- [c1b189f](../../commit/c1b189f) [changed] Updated babel* tools. dev-dependency
6+
- [a58eab5](../../commit/a58eab5) [fixed] Fix 'import from' => 'import'
7+
- [276c2bc](../../commit/276c2bc) [fixed] ProgressBar percentage issue when stacked
8+
- [e1c95b3](../../commit/e1c95b3) [changed] Renamed constants to styleMaps and added styleMaps.addStyle()
9+
- [20b608f](../../commit/20b608f) [fixed] Add missed semicolons.
10+
- [2111799](../../commit/2111799) [fixed] Remove unused variables.
11+
- [0e6b62a](../../commit/0e6b62a) [fixed] typo
12+
- [0c87128](../../commit/0c87128) [fixed] ListGroup outputs <ul> or <div> depending on ListGroupItem (defaults to <ul> if no ListGroupItem). ListGroupItem outputs <li> or <a> if href prop is set.
13+
14+
115
v0.20.3 - Fri, 10 Apr 2015 19:50:22 GMT
216
---------------------------------------
317

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.20.3",
3+
"version": "0.21.0",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -84,4 +84,4 @@
8484
"dependencies": {
8585
"classnames": "^1.1.4"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)