Skip to content

Commit 2f96270

Browse files
author
Jimmy Jia
committed
Release v0.24.0
1 parent 1160c50 commit 2f96270

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
v0.24.0 - Tue, 21 Jul 2015 22:13:05 GMT
2+
---------------------------------------
3+
4+
- [924f8fb](../../commit/924f8fb) [fixed] Tooltip accepts a style prop
5+
- [dd064ad](../../commit/dd064ad) [fixed] remove extraneous styling
6+
- [c837d8d](../../commit/c837d8d) [fixed] Only calculate overlay position on display
7+
- [fbf9ed6](../../commit/fbf9ed6) [changed] Add deprecation warning that factories will be removed
8+
- [a4385d3](../../commit/a4385d3) [fixed] Portal doesn't mount extra node
9+
- [6744b94](../../commit/6744b94) [fixed] 'modalClassName' property for 'ModalTitle'
10+
- [3e6523a](../../commit/3e6523a) [added] ListGroup supports iterator as child
11+
- [ec368f0](../../commit/ec368f0) [added] Fade Component, replaces FadeMixin
12+
- [0503507](../../commit/0503507) [added] Collapse Component, replaces CollapsibleMixin
13+
- [4fb7e0d](../../commit/4fb7e0d) [changed] Remove Overlay and Modal deprecations
14+
- [0683df7](../../commit/0683df7) [fixed] 'stacked' progress with 'active' and 'striped' children
15+
- [a3c5400](../../commit/a3c5400) [fixed] Add missed 'type' property React.PropTypes.<type> checking
16+
- [a4c065e](../../commit/a4c065e) [added] links to every component / example on Components page
17+
- [eb0c323](../../commit/eb0c323) [fixed] Position.js typo `componentDidUpate`
18+
- [9feddf9](../../commit/9feddf9) [fixed] 'componentWillReceiveProps' method name of Position component
19+
- [c64679f](../../commit/c64679f) [fixed] Active Next and Last button in Pagination when ellipsis=true and items=0
20+
- [9dae734](../../commit/9dae734) [fixed] Negative page number in Pagination when ellipsis=true and items=1
21+
- [ffbcf39](../../commit/ffbcf39) [fixed] html id and class attributes handling for Nav
22+
- [89ea6ed](../../commit/89ea6ed) [fixed] Add missed propType validation for Button 'type' property
23+
- [b1b6a4c](../../commit/b1b6a4c) [changed] Add two-release deprecation policy
24+
- [e89b9bc](../../commit/e89b9bc) [removed] Don't need to disable Babel cache
25+
- [d12d59e](../../commit/d12d59e) [changed] Enabled "loose" Babel transpilation
26+
- [01c547f](../../commit/01c547f) [fixed] Do not use Babel cache for release build
27+
- [b67081b](../../commit/b67081b) [fixed] rootClose behavior on replaced elements
28+
- [fbbb344](../../commit/fbbb344) [fixed] bower template.
29+
- [fafe46f](../../commit/fafe46f) [changed] Use named exports in index files
30+
- [6e985b0](../../commit/6e985b0) [removed] Individual files in bower release
31+
- [598b9d8](../../commit/598b9d8) [fixed] SafeAnchor event ordering
32+
- [beaa1fa](../../commit/beaa1fa) [changed] `PaginationButton` to use `SafeAnchor`
33+
- [9c09e2a](../../commit/9c09e2a) [fixed] Keyboard accessibility for anchors serving as buttons
34+
- [ce5b436](../../commit/ce5b436) [removed] Input type=submit deprecation warning.
35+
36+
37+
138
v0.23.7 - Wed, 01 Jul 2015 15:18:30 GMT
239
---------------------------------------
340

package.json

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

0 commit comments

Comments
 (0)