Skip to content

feat: remove table beta and add removed version redirects - #1133

Merged
KevinVandy merged 1 commit into
mainfrom
redirect-removed-versions-to-latest
Aug 10, 2026
Merged

feat: remove table beta and add removed version redirects#1133
KevinVandy merged 1 commit into
mainfrom
redirect-removed-versions-to-latest

Conversation

@KevinVandy

@KevinVandyKevinVandy commented Aug 10, 2026

Copy link
Copy Markdown
Member
  • Remove beta from TanStack Table’s available versions
  • Permanently redirect unknown versions (including /table/beta/...) to latest
  • Keep deep docs paths and query strings intact via 308 redirects

Summary by CodeRabbit

  • Bug Fixes
    • Removed the retired TanStack Table beta version from the list of supported versions.
    • Updated library redirects to use permanent redirects, improving navigation and preserving URL paths when directing visitors to the latest version.

@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Aug 10, 2026

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
tanstack-com3a22d3cCommit Preview URL

Branch Preview URL
Aug 10 2026, 04:04 PM

@coderabbitai

coderabbitaiBot commented Aug 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 91110bc8-b360-423d-b6cb-64148087de1d

📥 Commits

Reviewing files that changed from the base of the PR and between 19b0f00 and 3a22d3c.

📒 Files selected for processing (4)
  • src/libraries/libraries.ts
  • src/routes/-library-landing-route.tsx
  • src/routes/_library/$libraryId/$version.index.tsx
  • src/routes/_library/$libraryId/$version.tsx

📝 Walkthrough

Walkthrough

Changes

Library version routing

Layer / File(s)Summary
Supported version metadata
src/libraries/libraries.ts
TanStack Table now lists only v9 and v8 as available versions.
Permanent version redirects
src/routes/-library-landing-route.tsx, src/routes/_library/$libraryId/$version.index.tsx, src/routes/_library/$libraryId/$version.tsx
Library redirects now use status 308. Retired-version redirects replace the version path segment with /latest and preserve the remaining path.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers:tannerlinsley

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title clearly identifies both main changes: removing the table beta version and adding redirects for removed versions.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch redirect-removed-versions-to-latest

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@KevinVandy
KevinVandy merged commit b4a7778 into mainAug 10, 2026
7 checks passed
@KevinVandy
KevinVandy deleted the redirect-removed-versions-to-latest branch August 10, 2026 19:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@KevinVandy@schiller-manuel