Skip to content

Commit 8e630d6

Browse files
committed
Release v0.25.100-react-pre.1
1 parent 8f153f6 commit 8e630d6

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG-alpha.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
v0.25.100-react-pre.1 - Sun, 13 Sep 2015 15:29:15 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+
- [478300a](../../commit/478300a) [fixed] Handle falsey DropdownMenu children correctly
15+
- [c450e96](../../commit/c450e96) [fixed] stop rendering extra attributes on Progress bar dom nodes
16+
- [3ceb7af](../../commit/3ceb7af) [fixed] allow null activeKey (empty) selection
17+
- [a7f93ae](../../commit/a7f93ae) [fixed] title is not passed to tab pane DOM node
18+
- [1bee466](../../commit/1bee466) [changed] 'id' prop-type made uniform throughout the project
19+
- [e438250](../../commit/e438250) [fixed] 'isRequireForA11y' undefined/null checking
20+
- [664b465](../../commit/664b465) [fixed] id passthrough for MenuItem
21+
22+
23+
124
v0.25.100-react-pre.0 - Wed, 26 Aug 2015 16:33:51 GMT
225
-----------------------------------------------------
326

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.100-react-pre.0",
3+
"version": "0.25.100-react-pre.1",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)