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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(BDropdown)!: replace "container" prop with "teleportTo" #1810

Closed
wants to merge 0 commits into from

Conversation

VividLemon
Copy link
Member

feat(BDropdown): add teleportDisabled prop

feat(BPopover)!: replace "container" prop with "teleportTo"

feat(BPopover): add teleportDisabled prop

feat: export component prop types

refactor: use defineModel > useVModel fixes #1799

fix(generics): use generic constraints for BTable & BTableLite

refactor: move all props into ComponentProps.ts -> export types & for future global options overhaul

Describe the PR

A clear and concise description of what the pull request does.

Small replication

A small replication or video walkthrough can help demonstrate the changes made. This is optional, but can help observe the intended changes. A mentioned issue that contains a replication also works.

PR checklist

What kind of change does this PR introduce? (check at least one)

  • Bugfix 馃悰 - fix(...)
  • Feature - feat(...)
  • ARIA accessibility - fix(...)
  • Documentation update - docs(...)
  • Other (please describe)

The PR fulfills these requirements:

  • Pull request title and all commits follow the Conventional Commits convention or has an override in this pull request body This is very important, as the CHANGELOG is generated from these messages, and determines the next version type. Pull requests that do not follow conventional commits or do not have an override will be denied

Copy link

stackblitz bot commented Mar 10, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@VividLemon VividLemon marked this pull request as draft March 10, 2024 18:41
@VividLemon VividLemon mentioned this pull request Mar 10, 2024
3 tasks
@anrolmar
Copy link
Contributor

If you don't have time to fix the PR, I could do it. Let me know if you need my help, @VividLemon

@VividLemon
Copy link
Member Author

If you don't have time to fix the PR, I could do it. Let me know if you need my help, @VividLemon

Fixing the broken tests would be a big help. Tyvm

@VividLemon
Copy link
Member Author

@anrolmar On second thought, I would prefer if you did not attempt to fix my branch. There are some things I want to change about the implementation

Sign up for free to 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.

useVModel => defineModel upgrade
2 participants