react-breadcrumbs
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="2.1.4"></a> | ||
## [2.1.4](https://github.com/svenanders/react-breadcrumbs/compare/v2.1.3...v2.1.4) (2018-01-11) | ||
<a name="2.1.3"></a> | ||
@@ -7,0 +12,0 @@ ## [2.1.3](https://github.com/svenanders/react-breadcrumbs/compare/v2.1.2...v2.1.3) (2018-01-04) |
@@ -18,3 +18,3 @@ // Import External Dependencies | ||
title: props.title, | ||
pathname: routeProps.match.path, | ||
pathname: routeProps.match.url, | ||
search: includeSearch ? routeProps.location.search : null | ||
@@ -21,0 +21,0 @@ }}> |
{ | ||
"name": "react-breadcrumbs", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Automatic breadcrumbs for react-router", | ||
@@ -5,0 +5,0 @@ "author": "Sven Anders Robbestad <anders@robbestad.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
670188