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 23735bb commit 6709b00Copy full SHA for 6709b00
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.31.1
4
+ - Bugfix for `'#'` ignoring.
5
+
6
## 0.31.0
7
- Allow returning `false` from `<CaptureClicks>`'s `onClick` handler to completely cancel an anchor navigation.
8
- Ignore `'#'` by default in `<CaptureClicks>`, unless we're in a hash routing environment.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.31.0",
+ "version": "0.31.1",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
0 commit comments