Skip to content

Commit 05fe13f

Browse files
committed
release v0.29.1
1 parent 1cbbca3 commit 05fe13f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.29.1
4+
- Minor: Prevent `:focus` from sticking on clicked anchors under `<CaptureClicks>`.
5+
36
## 0.29.0
47
- Added optional `childProps` hash to the Router. If this is specified, these props will be passed to all
58
handlers, contextual routers, and their children. Props defined on a handler or Route directly have priority.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)