Skip to content

Commit 3c6c154

Browse files
RELEASING: Releasing 1 package(s) (#237)
Releases: react-router-devtools@6.0.0 [skip ci] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f59cf14 commit 3c6c154

File tree

4 files changed

+31
-28
lines changed

4 files changed

+31
-28
lines changed

.changeset/mean-facts-swim.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/react-router-devtools/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# react-router-devtools
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- f59cf14: Migration to TanStack Devtools is here! 🎉
8+
9+
You can now leverage the powerful features of TanStack Devtools within React Router Devtools, enhancing your debugging and development experience.
10+
11+
You can easily create your own devtool plugins, inspect application state, and trace network requests with improved visibility.
12+
13+
### Key Changes:
14+
- **TanStack Integration**: Seamless integration with TanStack Devtools for advanced debugging capabilities
15+
- **Enhanced UI**: New panels and tabs for better state and network inspection
16+
- **Improved Performance**: Optimized for faster load times and reduced overhead
17+
- **Middleware Support**: Ability to log middleware events and actions for deeper insights and also see them on the network tab
18+
- **Extended Configuration**: New configuration options to customize TanStack Devtools behavior alongside React Router
19+
20+
### Migration Steps:
21+
1. Update your configuration to include TanStack-specific options.
22+
2. Review and adjust any custom plugins to ensure compatibility with the new TanStack integration.
23+
3. Test your application to verify that all devtools features are functioning as expected.
24+
25+
### Features that have been removed:
26+
- The route creation via devtools UI has been removed.
27+
- Server info on the active page tab has been removed.
28+
329
## 5.1.6
430

531
### Patch Changes

packages/react-router-devtools/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-router-devtools",
33
"description": "Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools",
44
"author": "Alem Tuzlak",
5-
"version": "5.1.3",
5+
"version": "6.0.0",
66
"license": "MIT",
77
"keywords": [
88
"react-router",
@@ -55,7 +55,9 @@
5555
"default": "./dist/server.js"
5656
}
5757
},
58-
"files": ["dist"],
58+
"files": [
59+
"dist"
60+
],
5961
"repository": {
6062
"type": "git",
6163
"url": "git+https://github.com/forge-42/react-router-devtools.git"

test-apps/react-router-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^19.1.2",
2424
"@types/react-dom": "^19.1.2",
2525
"eslint": "^9.19.0",
26-
"react-router-devtools": "^5.1.3",
26+
"react-router-devtools": "^6.0.0",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.2.2",
2929
"vite-plugin-inspect": "^10.1.0",

0 commit comments

Comments
 (0)