8000 Comparing nuxt-v0.25.15...nuxt-v0.26.0 · bootstrap-vue-next/bootstrap-vue-next · GitHub
[go: up one dir, main page]

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.25.15
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.26.0
Choose a head ref
  • 11 commits
  • 181 files changed
  • 5 contributors

Commits on Nov 15, 2024

  1. feat!: remove html props -- use equivalent slots fixes #1930 (#2311)

    refactor: useTemplateRef
    
    feat(BFormGroup): add the ability to automatically get the ids from inputs and apply them to the associated label element
    
    feat(BFormRadioGroup)!: add slot option to replace html prop
    
    feat(BFormCheckboxGroup)!: add slot option to replace html prop
    
    feat: add option slot syntax to other group components
    
    refactor: use defineSlots return value rather than $slots
    
    feat(BToast): add defineSlots
    
    feat(BNavForm): add props wrapperAttrs & bind attrs.class to li also add prop formClass
    VividLemon authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ce01648 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    981d684 View commit details
    Browse the repository at this point in the history
  2. docs: fix lint error (#2349)

    dwgray authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    cede1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba04461 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. feat: add __usedComponents __usedDirectives property to the Bootstrap…

    …VueNextResolver function (#2351)
    VividLemon authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7a0cfa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. add some classes and ids for components (#2344)

    feat(BDropdown): id for split and menu elements
    feat(BFromGroup): add class b-form-group
    feat(BImg): add class b-img
    xvaara authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2caf82b View commit details
    Browse the repository at this point in the history
  2. Fix show/hide events and emits (#1821)

    fix!: change all props starting skip or hide to start with no
    feat(show/hide)!: make components that show/hide use a composable useShowHide
    fix(show/hide): emit shown/hidden after transition
    fix(show/hide): prevented emit events restore modelValue
    feat(show/hide)!: add props lazy and unmount-lazy
    fix(show/hide)!: many animation fixes
    feat(show/hide): rename toggle prop to show, it opens the component with animation
    feat(show/hide): add prop backdrop-first to animate backdrop first
    feat(show/hide)!: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation
    feat(show/hide): add prop visible to show without animation
    feat(BPopover): add hideMargin prop to add margin to the hide boundary
    fix(BPopover): correctly calculate size on some edge cases
    fix(BDropdown): correctly calculate size on some edge cases
    fix(BPopover)!: change slot prop showState to visible
    fix(BPopover): fire hide event only once
    fix(BPopover): better hide functionality, called only once
    fix(BPopover): Correct color arrow when arrow on top
    fix(BPopover)!: remove prop persistent, use lazy instead
    fix(BDropdown): focus returned to dropdown when escape key hit
    
    BREAKING CHANGE: many changes to show/hide components (BCollapse,BDropdown,BModal,BOffcanvas,BPopover,BTooltip,BToast) and rename props starting with skip or hide to start with no
    xvaara authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    673529d View commit details
    Browse the repository at this point in the history
  3. fix: rename ref to avoid Vue warnings (Fix #2337) (#2353)

    Co-authored-by: Jukka Raimovaara <roska@mentalhouse.fi>
    mbabker and xvaara authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f505fe9 View commit details
    Browse the repository at this point in the history
  4. fix merge error (#2358)

    xvaara authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    561db7a View commit details
    Browse the repository at this point in the history
  5. chore: update dependencies

    chore: eslint flat config and v9
    VividLemon authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4dbacc6 View commit details
    Browse the repository at this point in the history
  6. chore: release main (#2346)

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