Skip to content

Releases: kelp404/capybara-router

v1.2.8

17 Jun 05:07
Compare
Choose a tag to compare
  • Fixed the lazy loading is not work for parents. 690d790

v1.2.7

05 Jun 09:03
Compare
Choose a tag to compare

v1.2.6

01 Jun 03:14
Compare
Choose a tag to compare
  • Upgraded node modules.

v1.2.5

01 Jun 03:12
Compare
Choose a tag to compare
  • Don't fetch data when the user back to the parent route. 44f12c3

v1.2.4

01 Jun 03:11
Compare
Choose a tag to compare
  • Fixed a bugs.

v1.2.3

30 May 02:15
Compare
Choose a tag to compare
  • 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

27 May 10:27
Compare
Choose a tag to compare
  • Fixed an issue on router.reload() with an error. e734878

v1.2.1

20 May 05:25
Compare
Choose a tag to compare
  • Fixed the data reuse logic not work. 94661df
  • Added tests.

v1.2.0

27 Apr 00:01
Compare
Choose a tag to compare
  • Added getRouter() to get the instance of Router. 93570a0

v1.1.0

19 Apr 14:23
Compare
Choose a tag to compare
  • Updated document.
  • Fixed tests.
  • Link and RouterView extends on React.PureComponent.