-
-
Notifications
You must be signed in to change notification settings - Fork 228
chore: Update @base-ui/react to version 1.1.0 #454
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
base: master
Are you sure you want to change the base?
Conversation
…yles - Upgraded the @base-ui/react dependency to version 1.1.0 for improved features and fixes. - Modified Popover component styles to set width to var(--positioner-width) and max-width to var(--available-width) for better responsiveness. Signed-off-by: Innei <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideBumps @base-ui/react from 1.0.0 to 1.1.0 and adjusts Popover layout styling to match the new version’s expectations for sizing behavior. Flow diagram for updated Popover sizing behaviorflowchart TD
A[Popover renders] --> B[Compute positioner_width]
A --> C[Compute available_width]
B --> D[Set width to positioner_width]
C --> E[Set max_width to available_width]
D --> F[Browser lays out Popover]
E --> F
F --> G{Is positioner_width > available_width?}
G -- Yes --> H[Popover width constrained to available_width]
G -- No --> I[Popover width equals positioner_width]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
👍 @Innei |
TestGru AssignmentSummary
Tip You can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit: |
Summary
Changes
package.json: Bump @base-ui/react versionsrc/Popover/style.ts: Update Popover stylingSummary by Sourcery
Update the Base UI React dependency and adjust Popover layout styling to align with the new version.
Enhancements:
Build: