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)
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)
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
Bumps the bootstrap group with 1 update: bootstrap-vue-next.
Updates
bootstrap-vue-next
from 0.25.14 to 0.26.0Release notes
Sourced from bootstrap-vue-next's releases.
... (truncated)
Changelog
Sourced from bootstrap-vue-next's changelog.
... (truncated)
Commits
6c41b61
chore: release main (#2346)4dbacc6
chore: update dependencies561db7a
fix merge error (#2358)f505fe9
fix: rename ref to avoid Vue warnings (Fix #2337) (#2353)673529d
Fix show/hide events and emits (#1821)2caf82b
add some classes and ids for components (#2344)7a0cfa9
feat: add __usedComponents __usedDirectives property to the BootstrapVueNextR...981d684
fix(BNavbarToggle): toggle default slot doesnt have a scoped argument 'expand...ce01648
feat!: remove html props -- use equivalent slots fixes #1930 (#2311)67ac0ef
chore: release main (#2343)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