Skip to content

Commit

Permalink
Release v0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Jia committed Jul 31, 2015
1 parent baa0350 commit 2db54cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.24.3 - Fri, 31 Jul 2015 18:09:54 GMT
---------------------------------------

- [02f8966](../../commit/02f8966) [changed] Update dependencies
- [bae8ba9](../../commit/bae8ba9) [fixed] Carousel checks if it is mounted before setting state
- [fd8d4d2](../../commit/fd8d4d2) [fixed] regression when clicking "static" modal backdrops
- [0f46a97](../../commit/0f46a97) [added] Allow custom Modal dialog components
- [a4ce7e1](../../commit/a4ce7e1) [fixed] added finalisation for the Modal when it was unbound from the tree
- [d89d5f3](../../commit/d89d5f3) [fixed] Modal error when backdrop is `false`
- [f410904](../../commit/f410904) [added] 'xs, sm, md, lg' values for 'bsSize'
- [2558f32](../../commit/2558f32) [fixed] TabbedArea panes rendering with animation
- [90aece6](../../commit/90aece6) [changed] Simplify 'styleMaps.STYLES' to be of Array type
- [860d168](../../commit/860d168) [fixed] allow totally custom styles via 'bsStyle'
- [74da76a](../../commit/74da76a) [fixed] Prevent click on PageItem if disabled



v0.24.2 - Sat, 25 Jul 2015 00:47:07 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.24.2",
"version": "0.24.3",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2db54cd

Please sign in to comment.