feat: Base UI v1.6.0, remove tour-beta, deprecate DataTable#859
Merged
Conversation
The production Tour component (components/tour/) shipped in #842, and nothing imports the tour-beta folder anymore. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📝 WalkthroughWalkthroughThe PR renames the OTP field callback and documentation from sanitization to normalization, switches its wrapper types to the OTPField primitive, and updates dependency constraints. Accordion no longer exposes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. Comment |
ravisuhag
self-requested a review
July 21, 2026 01:31
ravisuhag
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@base-ui/reactto~1.6.0and@base-ui/utilsto~0.3.1(tilde-pinned so future minors don't land unreviewed)OTPFieldexport (previouslyOTPFieldPreview) and the renamednormalizeValueprop (previouslysanitizeValue); update the OTP field docs, props, and demos accordinglyloopFocusprop from the accordion docsDataTablein favor ofDataView:@deprecatedJSDoc on theDataTableexport anduseDataTablehook, plus a deprecation callout on the docs page (exposes Apsara'sCalloutto docs MDX)tour-betaPOC component, superseded by the production Tour shipped in feat: guided tour component #842 — nothing imported it anymore