Conversation
commit: |
| "description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools", | ||
| "author": "Alem Tuzlak", | ||
| "version": "1.1.10", | ||
| "version": "5.0.0", |
There was a problem hiding this comment.
Yes,it was a mistake to start over from v1 on react-router-devtools as most of the v2-v4 version range was taken by remix-development-tools on this repo so I moved it to 5 to allow for easier releases
There was a problem hiding this comment.
Hi, @AlemTuzlak!
Thank you for confirming this information. We're in the process of upgrading to the latest version and noticed this represents a significant version jump. I was interested in understanding the rationale behind this major bump from 1.x to 5.x.
Is this transition documented somewhere? It would be valuable to share this context with customers and users who are planning similar upgrades to ensure a smooth transition.
There was a problem hiding this comment.
@fkoner sorry I missed this comment, the reason behind it is that this repo used to be remix-development-tools which has a lot of existing releases in the 2-4 range so I decided to skip to 5 so I don't break releases due to duplicate versions. I should've started from the beginning with v5
Description
Bring back all routes on routes tab instead of discovered ones, show which ones are discovered
Fixes # (issue)
If this is a new feature please add a description of what was added and why below:
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: