Releases: kelp404/capybara-router
Releases · kelp404/capybara-router
v1.2.8
- Fixed the lazy loading is not work for parents. 690d790
v1.2.5
- Don't fetch data when the user back to the parent route. 44f12c3
v1.2.3
- Fixed
currentParams
doesn't update. 41abfb4
- Fixed different check function failed when there is a same route with different params. 599e9a7
- Added
router.renderError()
to direct show the error component. efbf30b
v1.2.2
- Fixed an issue on
router.reload()
with an error. e734878
v1.2.1
- Fixed the data reuse logic not work. 94661df
- Added tests.
v1.2.0
- Added
getRouter()
to get the instance of Router. 93570a0
v1.1.0
- Updated document.
- Fixed tests.
- Link and RouterView extends on React.PureComponent.