freqtrade / frequi

Freqtrade UI - Frontend for Freqtrade
https://github.com/freqtrade/freqtrade
GNU General Public License v3.0
613 stars 275 forks source link

chore(deps): bump bootstrap-vue-next from 0.25.14 to 0.26.0 in the bootstrap group #2169

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps the bootstrap group with 1 update: bootstrap-vue-next.

Updates bootstrap-vue-next from 0.25.14 to 0.26.0

Release notes

Sourced from bootstrap-vue-next's releases.

bootstrapvuenext: v0.26.0

0.26.0 (2024-11-19)

⚠ BREAKING CHANGES

  • show/hide: make components that show/hide use a composable useShowHide
  • show/hide: add props lazy and unmount-lazy
  • show/hide: many animation fixes
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation
  • BPopover: change slot prop showState to visible
  • BPopover: remove prop persistent, use lazy instead
  • 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
  • BFormRadioGroup: add slot option to replace html prop
  • BFormCheckboxGroup: add slot option to replace html prop
  • remove html props -- use equivalent slots fixes #1930 (#2311)

Features

  • add __usedComponents __usedDirectives property to the BootstrapVueNextResolver function (#2351) (7a0cfa9)
  • add option slot syntax to other group components (ce01648)
  • BFormCheckboxGroup: add slot option to replace html prop (ce01648)
  • BFormGroup: add the ability to automatically get the ids from inputs and apply them to the associated label element (ce01648)
  • BFormRadioGroup: add slot option to replace html prop (ce01648)
  • BNavForm: add props wrapperAttrs & bind attrs.class to li also add prop formClass (ce01648)
  • BPopover: add hideMargin prop to add margin to the hide boundary (673529d)
  • BToast: add defineSlots (ce01648)
  • remove html props -- use equivalent slots fixes #1930 (#2311) (ce01648)
  • show/hide: add prop backdrop-first to animate backdrop first (673529d)
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation (673529d)
  • show/hide: add prop visible to show without animation (673529d)
  • show/hide: add props lazy and unmount-lazy (673529d)
  • show/hide: make components that show/hide use a composable useShowHide (673529d)
  • show/hide: rename toggle prop to show, it opens the component with animation (673529d)

Bug Fixes

  • BDropdown: correctly calculate size on some edge cases (673529d)
  • BDropdown: focus returned to dropdown when escape key hit (673529d)
  • BNavbarToggle: toggle default slot doesnt have a scoped argument 'expanded' fixes #2348 (981d684)
  • BPopover: better hide functionality, called only once (673529d)
  • BPopover: change slot prop showState to visible (673529d)
  • BPopover: Correct color arrow when arrow on top (673529d)
  • BPopover: correctly calculate size on some edge cases (673529d)
  • BPopover: fire hide event only once (673529d)
  • BPopover: remove prop persistent, use lazy instead (673529d)
  • change all props starting skip or hide to start with no (673529d)
  • rename ref to avoid Vue warnings (Fix #2337) (#2353) (f505fe9)
  • show/hide: emit shown/hidden after transition (673529d)

... (truncated)

Changelog

Sourced from bootstrap-vue-next's changelog.

0.26.0 (2024-11-19)

⚠ BREAKING CHANGES

  • show/hide: make components that show/hide use a composable useShowHide
  • show/hide: add props lazy and unmount-lazy
  • show/hide: many animation fixes
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation
  • BPopover: change slot prop showState to visible
  • BPopover: remove prop persistent, use lazy instead
  • 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
  • BFormRadioGroup: add slot option to replace html prop
  • BFormCheckboxGroup: add slot option to replace html prop
  • remove html props -- use equivalent slots fixes #1930 (#2311)

Features

  • add __usedComponents __usedDirectives property to the BootstrapVueNextResolver function (#2351) (7a0cfa9)
  • add option slot syntax to other group components (ce01648)
  • BFormCheckboxGroup: add slot option to replace html prop (ce01648)
  • BFormGroup: add the ability to automatically get the ids from inputs and apply them to the associated label element (ce01648)
  • BFormRadioGroup: add slot option to replace html prop (ce01648)
  • BNavForm: add props wrapperAttrs & bind attrs.class to li also add prop formClass (ce01648)
  • BPopover: add hideMargin prop to add margin to the hide boundary (673529d)
  • BToast: add defineSlots (ce01648)
  • remove html props -- use equivalent slots fixes #1930 (#2311) (ce01648)
  • show/hide: add prop backdrop-first to animate backdrop first (673529d)
  • show/hide: add prop initial-animation to animate on initial render if modelValue is true, otherwise display the component without animation (673529d)
  • show/hide: add prop visible to show without animation (673529d)
  • show/hide: add props lazy and unmount-lazy (673529d)
  • show/hide: make components that show/hide use a composable useShowHide (673529d)
  • show/hide: rename toggle prop to show, it opens the component with animation (673529d)

Bug Fixes

  • BDropdown: correctly calculate size on some edge cases (673529d)
  • BDropdown: focus returned to dropdown when escape key hit (673529d)
  • BNavbarToggle: toggle default slot doesnt have a scoped argument 'expanded' fixes #2348 (981d684)
  • BPopover: better hide functionality, called only once (673529d)
  • BPopover: change slot prop showState to visible (673529d)
  • BPopover: Correct color arrow when arrow on top (673529d)
  • BPopover: correctly calculate size on some edge cases (673529d)
  • BPopover: fire hide event only once (673529d)
  • BPopover: remove prop persistent, use lazy instead (673529d)
  • change all props starting skip or hide to start with no (673529d)
  • rename ref to avoid Vue warnings (Fix #2337) (#2353) (f505fe9)
  • show/hide: emit shown/hidden after transition (673529d)
  • show/hide: many animation fixes (673529d)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions