Skip to content

Releases: code-forge-io/react-router-devtools

v4.4.1

26 Aug 13:45

Choose a tag to compare

Full Changelog: v4.4.0...v4.4.1

v4.4.0 - Live URLS

26 Aug 13:32

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

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

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

Choose a tag to compare

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

v4.3.0

24 Aug 16:54
83b4283

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

Choose a tag to compare

What's Changed

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

v4.2.2

27 Jun 08:20

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

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

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