Skip to content

Commit 69779e6

Browse files
committed
Update CHANGELOG
1 parent a293e43 commit 69779e6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.17.0
4+
5+
- Add `<CaptureClicks>` component to capture clicks on `<a>`-elements and turn
6+
them into in-app navigation actions. Thanks to Matthew Dapena-Tretter
7+
(@matthewwithanm on GitHub).
8+
39
## 0.16.0
410

511
- RouterMixin now delegates state update to setRoutingState method if it's
@@ -55,12 +61,12 @@
5561

5662
- `Link.props.onClick` now can prevent navigation by calling
5763
`event.preventDefault()`. Thanks to Matthew Dapena-Tretter
58-
(https://github.com/matthewwithanm).
64+
(@matthewwithanm on GitHub).
5965

6066
## 0.11.0
6167

6268
- Add onNavigation and onBeforeNavigation callbacks. Thanks to Dave Mac
63-
(https://github.com/DveMac).
69+
(@DveMac in GitHub).
6470

6571
## 0.10.2
6672

0 commit comments

Comments
 (0)