Skip to content

Commit c55e289

Browse files
committed
"Release v0.17.0"
1 parent fac35c8 commit c55e289

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v0.17.0 - Tue, 17 Mar 2015 15:03:27 GMT
2+
---------------------------------------
3+
4+
- [4fae871](../../commit/4fae871) [added] CollapsableNav implements bootstrap markup for navbar-collapse
5+
- [befed83](../../commit/befed83) [fixed] All panel-* classes dynamic based on bsStyle prop
6+
- [de6f7dd](../../commit/de6f7dd) [fixed] CollapsableMixin fixed size
7+
- [7cc4747](../../commit/7cc4747) [fixed] Added role="button" to NavItem for aria compliance.
8+
- [3b6ba7a](../../commit/3b6ba7a) [fixed] Col Offset/Pull/Push of zero. Fixes #406
9+
- [66c439f](../../commit/66c439f) [fixed] OverlayTrigger improvement related to #353 . Helps reduce browser reflows for lots of multiple OverlayTriggers being rendered at once. Before: http://i.imgur.com/e4UZ5l6.png , http://i.imgur.com/Tw39F9t.png After: http://i.imgur.com/bU0f7VY.png
10+
11+
112
v0.16.1 - Tue, 03 Mar 2015 23:04:19 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.16.1",
3+
"version": "0.17.0",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)