Releases: forge42dev/react-router-devtools
v4.4.0 - Live URLS
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
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
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
Full Changelog: v4.3.0...v4.3.1
v4.3.0
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
- Console stable by @AlemTuzlak in #137
Full Changelog: v4.2.3...v4.3.0
v4.2.3
What's Changed
- Fix issues with lighthouse in local dev by @AlemTuzlak in #139
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- Use Inherit To Preserve Text Color by @ecline123 in #136
New Contributors
- @ecline123 made their first contribution in #136
Full Changelog: v4.2.1...v4.2.2
v4.2.1
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
- The one with fixes for deferred values by @AlemTuzlak in #135
Full Changelog: v4.2.0...v4.2.1
v4.2.0
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
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