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.24.23
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.25.0
Choose a head ref
  • 12 commits
  • 109 files changed
  • 4 contributors

Commits on Sep 27, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    d793be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70bea39 View commit details
    Browse the repository at this point in the history
  3. fix(BTable)!: rename event row-dbl-clicked to row-dblclicked (#2239)

    feat(BTable): add row-contextmenu event fixes #2238
    
    feat(BTable): add row-middle-clicked event
    
    refactor(BTable): combine duplicate emit definitions
    VividLemon authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3f81473 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    d48b559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    021aea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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

Commits on Oct 7, 2024

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

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. feat(useToast)!: rename useToast to useToastController fixes #2155

    fix(BTable): cast formatted items to string fixes #2227
    
    fix(BTable): busy slot behavior to match bootstrap-vue fixes #1636
    
    feat(BDropdown)!: remove props center, dropend, dropstart, dropup, & end -- use single prop placement -- has same rules as popover. placement=top-start placement=bottom-start placement=right-start etc etc fixes #1752
    
    feat(BTable): add emptyText and emptyFilteredText functionality fixes #664
    
    feat(usePopoverController): create usePopoverController composable (not fully complete)
    
    refactor(bvnPrefix): rename to withBvnPrefix
    
    refactor(ConditonalWrapper): require skip prop
    
    feat(BProgress)!: fix markup for BProgress to match bootstrap 5.3 recommended fixes #2221 . Manual intervention may not be needed, double check your aria markup (if manually configured), may be automatic
    
    feat(PluginControllers): Allow for using the prop.id for the items key. Ie if you supply modalController.show({props: {id: 'foo' }}) You can reference it leave('foo')
    
    fix(BDropdown): bdropdown when in button group has class btn-group fixes #2025
    VividLemon authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e6749a3 View commit details
    Browse the repository at this point in the history
  2. chore: release main (#2240)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5f6f979 View commit details
    Browse the repository at this point in the history
Loading