We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a293e43 commit 69779e6Copy full SHA for 69779e6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## 0.16.0
10
11
- RouterMixin now delegates state update to setRoutingState method if it's
@@ -55,12 +61,12 @@
55
61
56
62
- `Link.props.onClick` now can prevent navigation by calling
57
63
`event.preventDefault()`. Thanks to Matthew Dapena-Tretter
58
- (https://github.com/matthewwithanm).
64
59
65
60
66
## 0.11.0
67
68
- Add onNavigation and onBeforeNavigation callbacks. Thanks to Dave Mac
- (https://github.com/DveMac).
69
+ (@DveMac in GitHub).
70
71
## 0.10.2
72
0 commit comments