Skip to content

feat(react)!: Raise minimum supported TanStack Router version to 1.63.0 #15030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@sentry/react": "latest || *",
"@tanstack/react-router": "1.34.5",
"@tanstack/react-router": "1.64.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/migration/v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you need to support older browsers, we recommend transpiling your code using
Support for the following Framework versions is dropped:

- **Remix**: Version `1.x`
- **TanStack Router**: Version `1.63.0` and lower
- **TanStack Router**: Version `1.63.0` and lower (relevant when using `tanstackRouterBrowserTracingIntegration`)
- **SvelteKit**: SvelteKit version `1.x`
- **Ember.js**: Ember.js version `3.x` and lower

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/tanstackrouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { VendoredTanstackRouter, VendoredTanstackRouterRouteMatch } from '.
/**
* A custom browser tracing integration for TanStack Router.
*
* The minimum compatible version of `@tanstack/router` is `1.34.5`.
* The minimum compatible version of `@tanstack/react-router` is `1.64.0`.
*
* @param router A TanStack Router `Router` instance that should be used for routing instrumentation.
* @param options Sentry browser tracing configuration.
Expand Down
Loading