Skip to content

Releases: forge42dev/react-router-devtools

v4.4.0 - Live URLS

26 Aug 13:32
Compare
Choose a tag to compare

Live URLs feature

Allows you to specify a set of urls that you can use to open up the current page on production, staging or anything else in a new tab. Provided as a client config to RDT.

Improvements

Double-clicking route nodes on the route tab tree view now opens up the route

Full Changelog: v4.3.3...v4.4.0

v4.3.3

24 Aug 17:48
Compare
Choose a tag to compare

Accessibility improvements

RDT will no longer capture tab focus while closed, it will only do so when open allowing you to test your tab focus without head scratches as where it goes to

Full Changelog: v4.3.2...v4.3.3

v4.3.2

24 Aug 17:22
f64fe61
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where server config wasn't applied properly by @AlemTuzlak in #141

Full Changelog: v4.3.1...v4.3.2

v4.3.1

24 Aug 16:58
Compare
Choose a tag to compare

Full Changelog: v4.3.0...v4.3.1

v4.3.0

24 Aug 16:54
83b4283
Compare
Choose a tag to compare

Advanced console log stabilization

This release improved the stability of advanced console log feature which allows you to see advanced logs (where they were logged, on which line and column).

What's Changed

Full Changelog: v4.2.3...v4.3.0

v4.2.3

21 Aug 14:44
8fad495
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v4.2.2

27 Jun 08:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

20 Jun 10:12
889f76e
Compare
Choose a tag to compare

Deferred values fix

  • Deferred values that throw don't crash your server anymore due to not being handled internally by RDT, now they are caught and an error log is shown

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

10 Jun 14:20
Compare
Choose a tag to compare

Shortcuts configuration support!

Many people have asked for support for changing the "shift + A" shortcut for opening/closing the dev tools to be configurable and I buckled under the sheer pressure and added it to the settings tab.

JSX support

The dev tools would not show up if your root file was written in JSX.
This has been fixed now and you should be able to see the client side of dev tools when using jsx (even though you shouldn't cough cough)

Full Changelog: v4.1.6...v4.2.0

v4.1.6

05 May 11:47
Compare
Choose a tag to compare

Single fetch support

Since single fetch allows you to use response stubs in loaders/actions these were not caught properly as redirects in some situations. Now when you throw a redirect with the stub it will be properly logged as a redirect.

Redirect log color update

Thrown redirects will now be yellow in color instead of red because they are not errors but rather intentionally thrown responses.

Local/Session storage bug fixes

There was an issue if the tools tried to store information that was too large into localStorage the app would crash, same with sessionStorage, this has been fixed.

Full Changelog: v4.1.5...v4.1.6