Skip to content

Commit 704a168

Browse files
committed
Release v0.24.0-alpha.1
1 parent d3c2eca commit 704a168

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG-alpha.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.24.0-alpha.1 - Tue, 09 Jun 2015 01:06:34 GMT
2+
-----------------------------------------------
3+
4+
- [7211dcb](../../commit/7211dcb) [added] Add prevIcon and nextIcon props as node proptypes to Carousel
5+
- [5734ec3](../../commit/5734ec3) [added] Pagination component
6+
- [2f8c454](../../commit/2f8c454) [changed] Assert ProgressBar children can be ProgressBar only.
7+
- [2c46820](../../commit/2c46820) [added] `createSelectedEvent` for consistent onSelect handling
8+
- [c2ff9ad](../../commit/c2ff9ad) [added] property disabled on MenuItem
9+
10+
11+
112
v0.24.0-alpha.0 - Tue, 02 Jun 2015 17:08:11 GMT
213
-----------------------------------------------
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.24.0-alpha.0",
3+
"version": "0.24.0-alpha.1",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)