Releases: forge-42/react-router-devtools
v1.0.2
Docs page release
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- React router v7 transition to react-router-devtools by @AlemTuzlak in #151
Full Changelog: v4.7.7...v1.0.1
v4.7.7
Remix Forge removed
Removed Remix Forge integration due to the underlying 3rd party package breaking builds
What's Changed
- Completely removed remix forge integration by @AlemTuzlak in #165
Full Changelog: v4.7.6...v4.7.7
v4.7.6
Full Changelog: v4.7.5...v4.7.6
v4.7.5
v4.7.4
Deprecation warning!
Huge news! The remix-development-tools will be turning into react-router-devtools once the stable release of react-router 7 is out! As you already might've heard remix is being merged into react-router, so naturally these devtools are going to be supporting react-router users rather than remix users!
We are looking forward to expanding the scope of our users to a much broader audience and helping even more projects. When it comes to remix-development-tools all the updates will be coming out regularly until the official release of react-router v7 where this package will be rebranded with the same feature set.
What's Changed
New Contributors
Full Changelog: v4.7.3...v4.7.4
v4.7.3
Shaved off 5kb from the bundle size thanks to Knip
What's Changed
- Shaving off bundle size and removing uneeded stuff with knip by @AlemTuzlak in #154
Full Changelog: v4.7.2...v4.7.3
v4.7.2
Fix for path normalization for macOS
This is a huge deal! After many months I have finally uncovered what the issue with opening routes on macOS was. Wildcard routes from remix would act as ENV vars and macOS would swap them with an empty string because they don't exist. Thanks to this fix every route/component opened with RDT should now properly be opened in your code editor.
Huge shout-out to @rossipedia for a repro
What's Changed
- fix for path normalization issues on macOS by @AlemTuzlak in #153
Full Changelog: v4.7.1...v4.7.2
v4.7.1
Full Changelog: v4.7.0...v4.7.1
v4.7.0
Complete architecture overhaul
This release was all about behind the scenes cleanup of architecture, fixed long standing bugs and difficulties in development and lowered bundle size by 200+ kb.
- Switched to biome from eslint
- Switched to lefthook from husky
- Fixed the whole styling process in RDT
- Removed old artifacts of bad architecture.
Route boundaries rework
I've always disliked that the route boundaries are shown on hover of the route and you have no way to change htis behavior, from this version onwards you can set it to either "click" or "hover". Default is click and it requires you to click a button to show the boundary.
Server timings feature
The server logger will now show every server timing returned from the server. You can optionally pass in a serverTimingThreshold
config to log the executions that go over it in red for easier performance analysis.
Default config changes
Changed depth level of json to 1 instead of 0.
Changed color of route boundaries from ice to watermelon
Hydrogen and oxygen app support
Added dedicated doc pages on how to use in dev with Shopify Oxygen and Hydrogen
What's Changed
- Add plugins directory path to tailwind config. by @Azfar731 in #148
- Project cleanup by @AlemTuzlak in #150
New Contributors
Full Changelog: v4.6.0...v4.7.0