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.28.6
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.29.0
Choose a head ref
  • 12 commits
  • 86 files changed
  • 6 contributors

Commits on Apr 12, 2025

  1. feat(BModal)!: remove autofocus and autofocusButton props and add mor…

    …e versitile focus prop
    
    feat(BOffcanvas)!: remove nofocus prop and add more versitile focus prop
    feat(BModal): return focus to previous element on close
    feat(BOffcanvas): return focus to previous element on close
    fix(BModal): set focus only once
    xvaara committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    e6a89ef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    b72b8da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269e8c1 View commit details
    Browse the repository at this point in the history
  3. add the check to hide as well

    xvaara committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    62a9939 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. fix(BPagination): right/left/up/down arrow keys now operating better …

    …after new page chosen (#2665)
    
    Co-authored-by: Ryan Geerts <rgeerts@uiowa.edu>
    rgeerts and Ryan Geerts authored Apr 22, 2025
    2 Configuration menu
    Copy the full SHA
    2f05c84 View commit details
    Browse the repository at this point in the history
  2. docs(BTable): complete documentation for table items provider (#2662)

    * docs(BTable): complete documentation for table items provider
    
    * Update apps/docs/src/docs/migration-guide.md
    
    Co-authored-by: Issayah <github.private.imcvv@slmail.me>
    
    * fix(BTable): export MaybePromise
    
    ---------
    
    Co-authored-by: Issayah <github.private.imcvv@slmail.me>
    dwgray and VividLemon authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    716054c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

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

Commits on Apr 29, 2025

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

Commits on Apr 30, 2025

  1. Changes to public composables (#2425)

    feat(BAlert)!: make act like toast, useShowHide.
    feat(useShowHide): create triggerRegistry for adding external triggers (like in vBToggle)
    fix: type popoverController
    fix(useShowHide): focustrap off at the begining of leave, pass down the trigger to other hide emits.
    fix(vBToggle): keep track of targets
    fix(BPopover)!: change prop content to body to align with other components
    fix(BTooltip)!: change prop content to body to align with other components
    feat(usePopoverController): allow more options
    fix(vBToggle): find late components, ie. inside ClientOnly
    fix(useModalController)!: move props to main level, add slots
    feat(usePopoverController): add slots
    feat(useToastController)!: remove props obj, the parameters are flat now. Add slots, rename pos -> position
    feat(useShowHide): show returns a promise, resolve on show or hide.
    feat(useToggle): toggle any show/hide component
    feat!: controller composables functions return promise, with chainable functions
    feat(useModalController): add support for using syntax in ts
    feat(BModal): add okClass and cancelClass to add classes to the buttons.
    feat(useModalController)!: change of api, check the docs
    fix: inline functional style to show toast,modal and dropdown
    feat(useToggle): add trigger to promise resolve on hide.
    fix(BCarousel): fix v-for updates
    xvaara authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    99718eb View commit details
    Browse the repository at this point in the history
  2. fix(BTabs): corrent classes on ssr (#2664)

    fix(BTabs): corrent classes on ssr
    fix(BTabs): fix another recursion error
    xvaara authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    2b37c18 View commit details
    Browse the repository at this point in the history
  3. chore: update depencies

    xvaara committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    6733770 View commit details
    Browse the repository at this point in the history
  4. chore: release main (#2660)

    Co-Authored-By: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and xvaara committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    31cb4bf View commit details
    Browse the repository at this point in the history
Loading