🌐 AI搜索 & 代理 主页
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bootstrap-vue-next/bootstrap-vue-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nuxt-v0.40.9
Choose a base ref
...
head repository: bootstrap-vue-next/bootstrap-vue-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nuxt-v0.41.0
Choose a head ref
  • 10 commits
  • 71 files changed
  • 5 contributors

Commits on Nov 30, 2025

  1. fix(BToggle)! Remove redundant attribute cleanup & update docs for ac…

    …cessibility attributes on show/hide components (#2918)
    
    * refactor(BToggle)!: delegate aria-expanded cleanup to composable
    
    * docs: document how we handle accessibility attributes wrt visibility
    
    * docs: create an architecture doc covering the work in this PR and update Copilot instructions
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    dwgray and Copilot authored Nov 30, 2025
    Configuration menu
    Copy the full SHA
    d4a6402 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    bae3932 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Fix/show hide registry race condition (#2911)

    * fix: make use of uid to resolve race conditions in show/hide registry
    
    * refactor(registry): create helper functions to reduce redundant lookups
    
    * test(useRegistry): Add tests
    
    * refactor(useRegistry): extract getActive method to eliminate duplication
    
    * fix(useRegistry): track currentId to fix unregister after updateId
    
    * fix(BToggle): tighten up type of showHideMap locals
    dwgray authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    6f880fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cfe4a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    760b6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a6903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1e12b View commit details
    Browse the repository at this point in the history
  4. fix(BFormGroup): Apply user classes and label alignment to correct el…

    …ements in horizontal mode (#2943)
    Copilot authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    5eeda60 View commit details
    Browse the repository at this point in the history
  5. fix(BTable): always allow user selection when properties "selectable"…

    … and "no-select-on-click" are used together (#2947)
    tbl0605 authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    bf17415 View commit details
    Browse the repository at this point in the history
  6. chore: release main (#2931)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    43c12ed View commit details
    Browse the repository at this point in the history
Loading