Skip to content

Commit

Permalink
Release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Jia committed Jul 21, 2015
1 parent 1160c50 commit 2f96270
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
v0.24.0 - Tue, 21 Jul 2015 22:13:05 GMT
---------------------------------------

- [924f8fb](../../commit/924f8fb) [fixed] Tooltip accepts a style prop
- [dd064ad](../../commit/dd064ad) [fixed] remove extraneous styling
- [c837d8d](../../commit/c837d8d) [fixed] Only calculate overlay position on display
- [fbf9ed6](../../commit/fbf9ed6) [changed] Add deprecation warning that factories will be removed
- [a4385d3](../../commit/a4385d3) [fixed] Portal doesn't mount extra node
- [6744b94](../../commit/6744b94) [fixed] 'modalClassName' property for 'ModalTitle'
- [3e6523a](../../commit/3e6523a) [added] ListGroup supports iterator as child
- [ec368f0](../../commit/ec368f0) [added] Fade Component, replaces FadeMixin
- [0503507](../../commit/0503507) [added] Collapse Component, replaces CollapsibleMixin
- [4fb7e0d](../../commit/4fb7e0d) [changed] Remove Overlay and Modal deprecations
- [0683df7](../../commit/0683df7) [fixed] 'stacked' progress with 'active' and 'striped' children
- [a3c5400](../../commit/a3c5400) [fixed] Add missed 'type' property React.PropTypes.<type> checking
- [a4c065e](../../commit/a4c065e) [added] links to every component / example on Components page
- [eb0c323](../../commit/eb0c323) [fixed] Position.js typo `componentDidUpate`
- [9feddf9](../../commit/9feddf9) [fixed] 'componentWillReceiveProps' method name of Position component
- [c64679f](../../commit/c64679f) [fixed] Active Next and Last button in Pagination when ellipsis=true and items=0
- [9dae734](../../commit/9dae734) [fixed] Negative page number in Pagination when ellipsis=true and items=1
- [ffbcf39](../../commit/ffbcf39) [fixed] html id and class attributes handling for Nav
- [89ea6ed](../../commit/89ea6ed) [fixed] Add missed propType validation for Button 'type' property
- [b1b6a4c](../../commit/b1b6a4c) [changed] Add two-release deprecation policy
- [e89b9bc](../../commit/e89b9bc) [removed] Don't need to disable Babel cache
- [d12d59e](../../commit/d12d59e) [changed] Enabled "loose" Babel transpilation
- [01c547f](../../commit/01c547f) [fixed] Do not use Babel cache for release build
- [b67081b](../../commit/b67081b) [fixed] rootClose behavior on replaced elements
- [fbbb344](../../commit/fbbb344) [fixed] bower template.
- [fafe46f](../../commit/fafe46f) [changed] Use named exports in index files
- [6e985b0](../../commit/6e985b0) [removed] Individual files in bower release
- [598b9d8](../../commit/598b9d8) [fixed] SafeAnchor event ordering
- [beaa1fa](../../commit/beaa1fa) [changed] `PaginationButton` to use `SafeAnchor`
- [9c09e2a](../../commit/9c09e2a) [fixed] Keyboard accessibility for anchors serving as buttons
- [ce5b436](../../commit/ce5b436) [removed] Input type=submit deprecation warning.



v0.23.7 - Wed, 01 Jul 2015 15:18:30 GMT
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "0.23.7-docs.1",
"version": "0.24.0",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2f96270

Please sign in to comment.