Skip to content
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

next: Svelte 5 #469

Open
wants to merge 178 commits into
base: main
Choose a base branch
from
Open

next: Svelte 5 #469

wants to merge 178 commits into from

Conversation

huntabyte
Copy link
Owner

@huntabyte huntabyte commented Apr 17, 2024

View bits-ui@next documentation here: https://next.bits-ui.com


Remaining Docs:

  • Navigation Menu
  • Pin Input
  • Range Calendar
43 Issues Closed by this PR ✅

Closes #568
Closes #563
Closes #556
Closes #546
Closes #453
Closes #537
Closes #383
Closes #459
Closes #444
Closes #426
Closes #424
Closes #423
Closes #413
Closes #315
Closes #337
Closes #235
Closes #293
Closes #254
Closes #566
Closes #563
Closes #527
Closes #602
Closes #611
Closes #609
Closes #567
Closes #656
Closes #662
Closes #655
Closes #665
Closes #528
Closes #673
Closes #406
Closes #590
Closes #542
Closes #427
Closes #561
Closes #297
Closes #303
Closes #711
Closes #561
Closes #324
Closes #328
Closes #111

Copy link

changeset-bot bot commented Apr 17, 2024

🦋 Changeset detected

Latest commit: e1715ce

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Apr 17, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
bits-ui ✅ Ready (View Log) Visit Preview e1715ce

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@noobmaster19
Copy link

Hey! What would the migration process be like for Popover's sameWidth attribute as it seems like it's being removed in the next version?

@huntabyte
Copy link
Owner Author

huntabyte commented Oct 16, 2024

Hey! What would the migration process be like for Popover's sameWidth attribute as it seems like it's being removed in the next version?

You'd use class="w-[var(--bits-popover-anchor-width)] min-w-[var(--bits-popover-anchor-width)]" 😃 @noobmaster19

It felt strange having a style prop with "style-less" components. Additionally, from that prop I'm not sure what happens if I have sameWidth but then add a different width via a class or style prop, so we've decided on adding CSS vars you can use that are the same across all the floating components, just replace the popover bit, like --bits-select-anchor-width --bits-combobox-anchor-width etc.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
huntabyte and others added 2 commits October 16, 2024 20:46
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment