Skip to content

Commit 08d5758

Browse files
committed
Release v0.25.2
1 parent d36b3ca commit 08d5758

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v0.25.2 - Sat, 12 Sep 2015 15:59:13 GMT
2+
---------------------------------------
3+
4+
- [f2c3b68](../../commit/f2c3b68) [changed] tab keyboard navigation to be more inline with ARIA spec
5+
- [0c27403](../../commit/0c27403) [fixed] Don't render Grid or Row with Tabs
6+
- [b847dec](../../commit/b847dec) [added] active prop on MenuItem (again)
7+
- [3a369cc](../../commit/3a369cc) [fixed] Error on opening dropdown without focusable items
8+
- [bad277e](../../commit/bad277e) [changed] Use PropTypes.node for validation and fix/add tests
9+
- [533530a](../../commit/533530a) [added] Adds a callout to the sr-only button in `Closable Alerts`
10+
- [1f29000](../../commit/1f29000) [fixed] screen-reader accessible dismiss button on alerts
11+
- [c8a59c6](../../commit/c8a59c6) [fixed] OverlayTrigger hover triggers on mousenter/leave
12+
- [9c69271](../../commit/9c69271) [fixed] OverlayTrigger event handlers are properly maintained
13+
- [da1d0bc](../../commit/da1d0bc) [fixed] focus returns to the toggle by default onClose
14+
15+
16+
117
v0.25.1 - Fri, 28 Aug 2015 18:30:59 GMT
218
---------------------------------------
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.25.1",
3+
"version": "0.25.2",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)