Skip to content

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

v5.0.0

30 Apr 15:50
5039c35

Choose a tag to compare

Routes tab complete overhaul

  • Routes tab now shows all the routes in the fog of war
  • Routes tab now shows if clientAction and clientLoader are present on the module
  • Routes tab now highlights the discovered routes and grays out undiscovered ones

Server logging

react-router-devtools is now smart enough to know where your routes are, allowing it to wrap your exports anywhere in your app whatever routing convention you use. This means if you're using a custom convention outside the routes folder you still get server logs and all the other goodies.

Also various bug fixes and improvements

What's Changed

Full Changelog: v1.1.10...v5.0.0

v1.1.10

05 Apr 13:05
95039b7

Choose a tag to compare

What's Changed

  • Added additional support to wrapping the default export specifier by @AlemTuzlak in #201

Full Changelog: v1.1.9...v1.1.10

v1.1.9

04 Apr 09:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.8...v1.1.9

v1.1.8

28 Mar 15:04
f03bf4f

Choose a tag to compare

What's Changed

Full Changelog: v1.1.7...v1.1.8

v1.1.7

27 Mar 11:10

Choose a tag to compare

Bug fix

Fixed a bug where the wrong response object was used for parsing server-side information which lead to:

  • server logs not showing up when they should've
  • client side not showing the data recieved from the backend properly

What's Changed

  • Update git organizations to forge-42 by @beeman in #197

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

25 Feb 12:08

Choose a tag to compare

React component inspector disabled

Due to some issues caused by the underlying package the react-component inspector is disabled until bippy becomes a bit more stable

Full Changelog: v1.1.5...v1.1.6

v1.1.5

18 Feb 15:14

Choose a tag to compare

Cloudflare support

Better cloudflare support OOTB by optimizing problematic deps in dev mode for you

Better startup optimization

Before you could run into cases where the rdt would cause an error durring vite dev server warmup by getting errors like useContext is not undefined, this version resolved the issue

BigInt support

Now the rdt doesn't cause issues if you're returning BigInt from the server

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

04 Feb 16:11

Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

03 Feb 19:28

Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

03 Feb 16:15

Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2