forked from krlm/react-router-addons-routes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb90a22
commit 8d24091
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
## [v0.0.2] | ||
> Oct 10, 2016 | ||
- **Feature:** When matching routes with `matchRoute`, the matched params are now provided as `params` on the returned object ([#6]) | ||
- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutes`, which previously returned an array ([#6]) | ||
- **Feature:** When matching routes with `matchRoutesToLocation`, the matched params are now provided as `params` on the returned object ([#6]) | ||
- **Breaking:** The matched routes are now available as `matchedRoutes` on the object returned by `matchRoutesToLocation`, which previously returned an array ([#6]) | ||
|
||
[v0.0.2]: https://github.com/ReactTraining/react-router-addons-routes/compare/v0.0.1...v0.0.2 | ||
[#6]: https://github.com/ReactTraining/react-router-addons-routes/pull/6 |